/***********************************************/
/*                     HTML tags                */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(layout/back.jpg);
	background-repeat: repeat-x;
	background-color: #BDBD63;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top: 0px;
}
h1 {
	font-size: 24px;
	color: #666633;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#content_left h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #666633;
	margin-top: 30px;
	margin-bottom: 30px;
}
h3 {
	font-size: 13px;
	color: #666633;
	margin: 0px;
	padding: 0px;
}
a {
	color: #787B4F;
}
a:hover {
	color: #195AA5;
}
.pointerLeft a {
	color: #BDBD63;
	text-decoration:none;
}
.pointerLeft a:hover {
	color: #F3C002;
}

/***********************************************/
/*              containers                     */
/***********************************************/

/* top including menu  */
#top {
	margin-top: 0px;
	width: 850px;

}
#top td.top1 {
	height: 58px;
}
#top td.top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #696C3B;
	height:24px;
	color: #FFFFFF;
}

/* main with left filed and white area */
#main {width:850px;}
#main .midleft {
	background-color: #696C3B;
	width: 140px;
	padding-left: 10px;
}
#main .midright {
	width: 685px;
	color: #787B4F;
	border: 1px solid #7F7B44;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}

/*              white area             */
#content_top {
	background-color:#86864A;
	background-image: url(layout/back_top_hero.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content_left {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 490px;
}
#content_left p {
	font-size: 12px;
	line-height: 18px;
}
#content_right {
	width: 180px;
	float:right;
	background-image: url(layout/back_dots.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
}

#content_centre, #content_centre1 {
	width: 590px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 44px;
}
#content_centre p, #content_centre1 p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 18px;
}
#content_centre1 p {
	margin-bottom: 5px;
}

#quote_right {
	width: 250px;
	margin-right: 0px;
	margin-left: 310px;
	margin-top: 10px;
}
#quote_left {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* bottom with copyright */
#bottom {width: 851px;}
#bottom td {
	font-size: 9px;
	color: #FFFFFF;
	padding: 1px 20px 1px 1px;
}
#bottom td.bot2 {
	background-image: url(layout/back_bot.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#bottom td a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
}
#bottom td a:hover {
	color: #F5C204;
}

/***********************************************/
/*                         other               */
/***********************************************/

#layer_logo {
	height: 84px;
	width: 230px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 10;
	margin-top: 4px;
	margin-left: 5px;
}

#tag_bar {
	background-image: url(layout/orange_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 22px;
	background-position: center;
}
#tag_bar a {
	font-size: 12px;
	text-decoration: none;
	color: #FCE2BC;
	line-height: 18px;
}
#tag_bar a:hover, #tag_bar1 a:hover, #tag_bar2 a:hover   {
	color: #FFFF00;
}

#tag_bar1, #tag_bar2 {
	background-image: url(layout/green_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 22px;
	background-position: center;
	width: 310px;
	margin-left: 330px;
	font-size: 11px;
	line-height: 15px;
}
#tag_bar2 {
	background-image: url(layout/prestige_bar.gif);
}



#content_right .right_link {
	text-align: center;
	color: #666666;
	float: none;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.dots_horisontal {
	background-image: url(layout/back_dots.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 12px;
}
.dots_horisontal img {
	margin-top: 7px;
}

.button_left {
	background-color: #696C3B;
	background-image: url(layout/back_button_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 104px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 7px;
}
.button_left h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3E1AF;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.fast_track {
	font-style: italic;
	text-transform: uppercase;
	color: #F3C002;
	font-weight: bold;
}
.button_left a {
	color: #E3E1AF;
	text-decoration: none;
}
.button_left a:hover, .button_left a:hover span.fast_track {
	color: #599CE6;
}
.midleft #call_now {
	font-size: 13px;
	color: #E3E1AF;
	margin-left: 10px;
	margin-bottom: 25px;
}
.midleft #call_now strong {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F3C002;
}
.midleft #call_now p.yellow {
	color: #F3C002;
}
#smallsamples {
	width: 620px;
	margin-bottom: 15px;
	margin-left: 44px;
}
#smallsamples img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.textBeforeAfter {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 25px;
	font-size: 11px;
	color: #FFFFFF;
}
.pointerLeft {
	font-size: 10px;
	color: #A3A359;
	background-image: url(layout/box_pointer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 187px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 12px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
}
.pointerNone {
	font-size: 10px;
	color: #3333FF;
	background-image: url(layout/box_only.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 47px;
	width: 175px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: center;
	padding-top: 12px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
}
.pointerNone a {
	text-decoration: none;
	color: #195aa5;
}
.pointerNone a:hover {color:#FF6600;}
a.noLine {
	text-decoration: none;
}
a.noLine img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.right_link .dots_horisontal a.noLine:hover {
	color: #FF9900;
}
.right_link .dots_horisontal a {
	color: #666666;
}
