/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
ol, ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
#wrapper {
	width: 879px;
	margin:0 auto;
	margin-top:50px;
}
#logo {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
}
#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
}
#footer {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top: 15px;
}
.clear {
	clear:both;
}
#main {
	float: left;
	width: 640px;
}
#rightside {
	float: right;
	width: 200px;
	border-left:solid 1px #999;
	padding-left: 10px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 2px;
	text-decoration: none;
}
#menubar {
	width: 100%;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center bottom;
}
#featured{
	width:600px;
	padding-right:250px;
	position:relative;
	border:5px solid #F60;
	height:250px;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	left:600px;
	list-style:none;
	padding:0;
	margin:0;
	width:250px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{
	width:600px;
	height:250px;
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:180px;
	left:0;
	height:70px;
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#logo table {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B5BE;
	margin-bottom: 25px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F60;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01BFC6;
}

#menubar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#menubar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #984A7B;
	padding-right: 10px;
	padding-left: 10px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F60;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#contact-wrapper {
	width:430px;
	background:#fff;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}#contactform div label strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
#top_menu {
	width: 879px;
	margin: 0 auto;
	margin-top: 0px;
}
#main ul li {
	padding-bottom: 10px;
}

