BODY {
	font-family: Lucida Grande, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 1.45em;
	line-height: 20px;
	width: 100%;
}

html, body {
	height:100%;
	background: #FCF8E6;
}

/*** This is assisting classes for build structure pages ************/
.main{ /*** This wrap for left and right columns ***/
	overflow: hidden;
}
.col_left{ /*** This left column on the pages ***/
	float: left;
	width: 650px;
	overflow: hidden;
	text-align: left;
}
.col_right{ /*** This right column on the pages ***/
	float: right;
	width: 260px;
	overflow: hidden;
	text-align: left;
}
.col_right_index{/*** This is the margin for main_image spacing ***/
	float: right;
	width: 300px;
	margin-top: 375px;
}
.col_right_details{/*** This is the right column on the page details logo, print, website ***/
	float: right;
	width: 315px;
	overflow: hidden;
}
.wrap{  /*** This class use for padding top in main column page ***/
	padding: 19px 0px;
}
.wrap1{  /*** This class use for padding top in main column page ***/
	padding: 39px 0px 19px 0px;
}
.wrap2{  /*** This class use for padding top in main column page ***/
	padding: 39px 0px 19px 0px;
	/*position: relative;*/
}

table.form{
	width: 100%;
}
.form th{
	font-size: 16px;
	font-weight: bold;
	color: #1e283e;
	border-bottom: 1px solid #e5e5e5;
	line-height: 24px;
	text-align: left;
}
.form td{
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.form td strong{
	font-size: 16px;
	font-weight: bold;
	color:#E7434E;
}
.text_14 td{
	font-size: 14px;
}

.wrap_container {
	width: auto;
	background-color: #FCF8E6;
	position: relative;
	min-height: 625px;
}
.wrap_container_inner {
	position: relative;
	background: #FCF8E6;
	width: 1050px;
	margin: 0 auto;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.container-bg {
	width: 1050px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	background-color: #EFEAD1;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.header{
	margin: 0px auto;
	width: 1050px;
	height: 165px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
}
.bird {
	display: block;
	position: absolute;
	right: 80px;
	top: 50px;
	height: 41px;
	width: 97px; 
	background: url(http://brandstack.com/images/bird.gif) no-repeat right top;
}

.navigation {
	position:absolute;
	left:55px;
	bottom:0;
	height:35px;
	width: 1040px;
	z-index: 2000;
	margin: 0 auto;
}

ul.navigator{
	display: block;
	list-style: none;
	float:left;
	height: 35px;
}

ul.navigator li{
	display: block;
	float: left;
	margin-right: 3px;
	height: 35px;
	position: relative;
	left: 0px;
	top: 0px;
}
ul.navigator li a,
ul.navigator li a:visited{
	display: block;
	float:left;
	height: 35px;
	background: #c4d0b1 url(../images/nav_green_img.gif) repeat-x left top;
	text-decoration: none;
	white-space: nowrap;
	
}

ul.navigator li a .name,
ul.navigator li a:visited .name{
	display: block;
	background: url(../images/nav_green_left.gif) no-repeat left top;
	float:left;
	height: 35px;
	padding: 0 10px 0 18px;
	font: 16px Arial;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}

ul.navigator li a .right,
ul.navigator li a:visited .right{
	display: block;
	float:left;
	height: 35px;
	background: url(../images/nav_green_right.gif) no-repeat left top;
	width: 6px;
	cursor: pointer;
}

ul.navigator li a:hover{
	text-decoration: none;
	color: #000;
	
}
ul.navigator li a:hover .name{
	color: #000;
}

ul.navigator li a:hover .right{
	text-decoration: none;	
}

ul.navigator li.active a,
ul.navigator li.active a:visited{
	display: block;
	float:left;
	height: 35px;
	background: #EFEAD1 url(../images/nav_active_img.gif) repeat-x left top;
	text-decoration: none;
	white-space: nowrap;
	
}

ul.navigator li.active a .name,
ul.navigator li.active a:visited .name{
	display: block;
	background: url(../images/nav_active_left.gif) no-repeat left top;
	float:left;
	height: 35px;
	padding: 0 10px 0 18px;
	font: 16px Arial;
	line-height: 35px;
	color: #333;
	cursor: pointer;
}

ul.navigator li.active a .right,
ul.navigator li.active a:visited .right{
	display: block;
	float:left;
	height: 35px;
	background: url(../images/nav_active_right.gif) no-repeat left top;
	width: 6px;
	cursor: pointer;
}

ul.navigator li.active a:hover{
	text-decoration: none;
	color: #fff;
	
}

#sub_tour, #sub_community {
	display: none;
}
.subnav{
	position: absolute;
	left: 0px;
	top: 32px;
	padding-bottom: 14px;
}
.subnav-wrap-link{
	background: #C4D0B1;
	padding-top: 10px;
	overflow: hidden;
	border-radius: 0 1em 1em; 	
	-moz-border-radius: 0 1em 1em; 	
	-webkit-border-radius: 0 1em 1em;
}
.subnav-bottom{
	height: 14px;
	position: relative;
	width: 100%;
	clear: both;
	float: none;
}

.subnav-bottom .left {
	background-position: left bottom;
	left: 0px;
}
.subnav-bottom .right {
	background-position: -115px bottom;
	right: 0px;
}
.subnav-bottom .bord_bottom {
	margin: 0 14px;
	height: 14px;
	background: #ccc;
}
ul.navigator .subnav ul{
	display: block;
}
ul.navigator .subnav ul li{
	padding: 0 10px;
	background: none;
	height: auto;
	margin-bottom: 5px; 
	clear: both;
}
a.link_subnav,
a.link_subnav:visited,
.active a.link_subnav,
.active a.link_subnav:visited{
	display: inline !important;
	background: none !important;
	color: #222 !important;
	height: auto !important;
	line-height: 1.5;
	white-space: nowrap;
	float: none !important;
}

a.link_subnav:hover,
.active a.link_subnav:hover{
	color: #222!important;
	text-decoration: underline!important;
}

.login{
	position:absolute;
	top:40px;
	right:85px;
	font-size: 18px;
	line-height:24px;
	font-family: Georgia,serif;
	text-align: right;

}
.login a, .login a:link, .login a:visited{ 
	margin-right:20px;
	cursor:pointer;
	color: #666666;
}
.login a:hover{ 
	color: #FFF;
	text-decoration:none;
}

.login a span.login-white, .login a:link span.login-white, .login a:visited span.login-white{ 
	color:#fff;
}

.login .cart_sum{
	padding: 0px 0px 0px 20px;
	text-align: right;
}

.search_long{
	width: 255px;
	padding-left: 5px;
	border: 1px solid #cdcdcd;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #60759C;
	height: 22px;
}

.navigation .btn_search{
	background:none;
	width: 60px;
	border: none;
	cursor: pointer;
	border: none;
	font: 16px Arial;
	color:#fff;
	margin: 5px 0;
	float:left;
}

.footer{
	background: #000 url(../images/footer_bg.gif) repeat-x left top;
	margin: 50px auto 0;
	width:100%;
	min-width:1207px;
	height: 220px;
	position: relative;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	overflow: hidden;
	
}
.footer .cont{
	padding: 20px 0 0 0;
	color: #666;
	font-size: 22px;
	line-height: 28px;
	font-family: Georgia, Serif;
	text-align: center;
}
.footer .cont .box_left a,
.footer .cont .box_left a:visited{
	font-size: 12px;
	line-height: 20px;
 	color: #666;
}
.footer .cont .box_left a:hover{
 	color: #fff;
	text-decoration: none;
}

.footer .cont .box_left{
	overflow: hidden;
	padding-bottom:20px;
}
.footer .cont .box_left .column{
	float: left;
	width: 160px;
}
.footer .cont .box_left .column h1{
	font-size:16px;
	font-weight:normal;
	padding:0;
	line-height: normal;
	padding-bottom: 10px;
	color: #444;
}

.copyright{
	clear: both;
	border-top:1px solid #222;
	padding-top: 10px;
}
.copyright .column {
	float: left;
	width: 306px;
	height: 12px;
	font-size: 12px;
	font-family: Helvetica, Arial;
	line-height: 18px;
	color: #666; 
	padding:0 10px;
}
.copyright .column.left {
	width: 310px;
	padding:0 8px;
	line-height: 12px;
}
.copyright .column.middle {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
 
.clearfix { display: inline-block; }
 
* html .clearfix { height: 1%; }
 
.clearfix { display: block; }

.orange.button {
background-color:#CE8C23;
}

.large.button {
font-size:14px;
}

.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
background:#222222 url(/images/overlay-button.png) repeat-x scroll 0 0;
border: 0;
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-size:13px;
font-weight:bold;
line-height:1;
overflow:visible;
padding:5px 15px 6px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
width:auto;
}





