/*
Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas01/
*/

/* Main body */
body {
	color:#404040;
	margin:0 auto;
	padding:0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #322A26;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap {
	background:#fff;
	color:#404040;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Basic tags */
a {
	background-color:inherit;
	color:#322A26;
	font-weight:lighter;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	background-color:inherit;
	color:#BFD73B;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
a img {
	border:none;
	margin-left: 10px;
}
p {margin:0 0 1.4em;}

/* Header */
#header {
	height:45px;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header h1 {
	background-color:inherit;
	color:#505050;
	float:left;
	font-size:2em;
	width:350px;
	margin: 0;
	padding: 0px;
}
#header h1 a {background-color:inherit; color:#505050; text-decoration:none;}
#header p {
	float:right;
	font-weight:700;
	line-height:1.3em;
	text-align:center;
	width:320px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}
#frontphoto {border:0; margin:0 0 10px;}

/*Left and right sidebar */
#leftside {
	clear:left;
	float:left;
	padding:0;
	width:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#rightside {float:right; line-height:1.4em; margin:0 0 5px; padding:0; width:140px;}
#leftside p,#leftside ul, #rightside p,#rightside ul {margin:0 0 16px; padding:0;}
#leftside p, #rightside p {font-size:0.9em; line-height:1.4em;}
#leftside li, #rightside li {line-height:1.2em; list-style:none; margin:0 0 6px; padding:0;}
#leftside ul ul, #rightside ul ul {margin:6px 0 0 10px; padding:0;}
#leftside ul ul li, #rightside ul ul li {margin:0 0 4px;}
#leftside ul ul li a, #rightside ul ul li a {font-weight:400;}
#leftside h2,#leftside h3, #rightside h2,#rightside h3 {color:#505050; font-size:1.2em; margin:0 0 8px; padding:0;}

/* Main menu */
#leftside ul.avmenu, #rightside ul.avmenu {
	display:block;
	list-style:none;
	padding:0;
	width:170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
#leftside ul.avmenu li, #rightside ul.avmenu li {display:inline; line-height:1.4em; padding:0; width:140px;}
#leftside ul.avmenu li a, #rightside ul.avmenu li a {
	background-color:#E8F4D6;
	color:#322A26;
	float:left;
	font-weight:lighter;
	margin-bottom:5px;
	text-decoration:none;
	width:140px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E8F4D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current, #rightside ul.avmenu li a:hover,#rightside ul.avmenu li a.current {
	background-color:#E8F4D6;
	color:#322A26;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BFD73B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: small;
}
#leftside ul.avmenu ul, #rightside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px; width:125px;}
#leftside ul.avmenu ul a, #rightside ul.avmenu ul a {font-weight:400; padding:3px 1px 3px 5px; width:115px;}
#leftside ul.avmenu ul ul, #rightside ul.avmenu ul ul {width:113px;}
#leftside ul.avmenu ul ul a, #rightside ul.avmenu ul ul a {width:100px;}

/* Main content */
#content {
	line-height:1.5em;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	width: 590px;
}
#contentwide {border-left:1px solid #e0e0e0; line-height:1.5em; margin:0 0 5px 150px; padding:0 0 0 10px;}
#contentwide2 {border-right:1px solid #e0e0e0; line-height:1.5em; margin:0 150px 5px 0; padding:0 10px 0 0;}
#content h2,#contentwide h2,#contentwide2 h2 {
	font-size:1.4em;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
}
#content h3,#contentwide h3,#contentwide2 h3 {font-size:1.3em; margin:0 0 8px;}
#content img,#contentwide img,#contentwide2 img {
	background:#ccc;
	border:0px none #f0f0f0;
	color:#303030;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ul,#contentwide ul,#contentwide2 ul,#content ol,#contentwide ol,#contentwide2 ol {margin:0 0 16px 20px; padding:0;}
#content li,#contentwide li,#contentwide2 li {margin:0; padding:0 0 0 5px;}
#content ul ul,#contentwide ul ul,#contentwide2 ul ul,#content ol ol,#contentwide ol ol,#contentwide2 ol ol {margin:0 0 0 16px; padding:0;}

/* Footer */
#footer {background:#fff; border-top:2px solid #e0e0e0; clear:both; color:gray; margin:0 auto; padding:10px 0; text-align:left; width:760px; line-height:1.5em; font-size:0.9em;}
#footer p {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}
#footer a {
	background-color:#fff;
	color:#322A26;
	font-weight:400;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
#footer span {font-size:1.2em;}

/* Additional classes */
.left {float:left; margin:3px 10px 2px 0;}
.right {float:right; margin:2px 0 2px 10px;}
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:400;}
.announce {background-color:#f4f4f4; border-left:4px solid #ccc; clear:left; color:#505050; font-size:0.9em; line-height:1.5em; margin:10px 0 15px; padding:7px 5px 2px 5px; width:126px;}
.announce p {margin:10px 0 0; padding:0;}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}
s
.style1 {color: #BFD73B;}
.style2 {font-size: 1.4em;}
.style43 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}
.style58 {color: #666666;}
.style4 {font-size: 1.3em;}
.style5 {font-size: 1.5em;}
.style8 {
	font-size: xx-small;
	color: #322A26;
}
.style49 {	color: #BFD73B;
	font-size: 24px;
}
.style59 {color: #BFD73B; font-size: 18px; }
.style60 {
	color: #322A26;
	font-size: 12px;
}
.style62 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top: 0px;
	color: #322A26;
}
.style74 {color: #322A26; font-weight: normal;}
.style75 {color: #322A26; font-size: 12px;}
.style76 {font-size: xx-small}
.style81 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #322A26; }
.style92 {font-family: Arial, Helvetica, sans-serif}
.style93 {
	font-size: 14px;
	color: #322A26;
}
.style96 {font-size: 12px;}
.fl {
	align:left;
	vertical-align:top;
	background:url(img/Background_front_link.jpg);
}

.fl_header_space {
	height: 27px;
	width: 13px;
}

.fl_header1 {
	width: 301px;
}

.fl_header2 {
	width: 277px;
}

table#fl_content {
	height:100px;
	width: 591px
	border: 0px;
}

.fl_content_image1 {
	height: 100px;
	width: 90px;
	padding-left: 5px;
	padding-top: 10px;
	margin-right: -10px;
}

.fl_content1 {
	width: 206px;
	verticle-align: middle;
}

.fl_content_image2 {
	height: 100px;
	width: 90px;
	padding-left: 0px;
	padding-top: 10px;
	margin-right: -10px;
}

.fl_content2 {
	width: 179px;
	verticle-align: middle;
}

.fl_image2{
	height: 85px;
	width: 75px;
}

.bda {
	height: 58px;
	width: 84px;
}

.baos {
	width: 260px;
	height: 31px;
}

.adi {
	width: 100px;
	height: 69px;
}

.bicon {
	width: 130px;
	height: 36px;
}

.team_image {
	vertical-align: top;
}	

.team_spacer {
	width: 23px;
}

.bullets {
	color: #BFD73B;
	font-weight: bold;
}

.baos_oral_image {
	float: right;
	width: 215px;
	height: 27px;
}

.ask {
	text-align: left;
	vertical-align: top;
}

table#contact {
	width: 591px;
	border: 0px;
}

.contact_header {
	width: 483px;
	height: 51px;
	vertical-align: top;
}

.contact_ask, .contact_ask img {
	width: 108px;
	vertical-align: top;
	height:52px;
}

.contact_form {
	text-align: left;
}

.links_baos {
	width: 188px;
	height:46px;
	text-align: center;
}

.links_baos img {
	width: 185px;
	height:22px;
}

table#links {
	width: 591px;
}

.links_baom {
	width: 188px;
	text-align: center;
}

.links_baom img{
	width: 170px;
	height: 45px;
}

.links_rcseng {
	width: 188px;
	height: 62px;
	text-align: center;
}

.links_rcseng img {
	width: 120px;
	height: 37px;
}

.links_adi {
	width: 188px;
	height: 94px;
	text-align: center;
}

.links_adi img {
	width: 100px;
	height: 69px;
}

.links_bda {
	width: 188px;
	height: 73px;
	text-align: center;
}

.links_bda img {
	width: 71px;
	height: 50px;
}

.links_gdc {
	width: 188px;
	height: 49px;
	text-align: center;
}

.links_gdc img {
	width: 170px;
	height: 10px;
}

.links_gb {
	width: 188px;
	height: 54px;
	text-align: center;
}

.links_gb img {
	width: 120px;
	height: 32px;
}

.links_bicon {
	width: 188px;
	height: 25px;
	text-align: center;
}

.links_bicon img {
	width: 100px;
	height: 29px;
}

.prices_header {
	vertical-align: top;
}

.prices_disc {
	height: 182px;
	text-align: left;
	vertical-align: top;
	width: 400px;
] 
