@CHARSET "UTF-8";

*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background: #F9F9F9;
	font-family: Arial;
	font-size: 12px;
	color: #686C70;
	line-height: 20px;
}

a{
	color: #6B7B95;
}

ul li{
	list-style: none;
}

li.tabs a{
	text-decoration: none;
}

label{
	float: left;
	width: 130px;
	font-weight: bold;
}

#header{
	background: #F9F9F9;
	height: 120px;
	border-bottom: 1px solid #DDDDDD;
}
#logo{
	padding: 30px 0px 0px 0px;
	float: left;
}
#logo a img{
	border: 0px;
}

#wrapper{
	background: url('../images/main_bg.png') top left repeat-x #F4F5F5;
	padding: 20px 0px;
}
#content{
	float: left;
	width: 640px;
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
}
#content img{
	border: 1px solid black;
}
#rightCol{
	float: right;
	width: 230px;
	margin-left: 15px;
}
#rightCol a img.border{
	border: 1px solid black;
}

#rightCol .item{
	margin-bottom: 20px;
}
#rightCol .item h2,
#content h2{
	color: #686C70;
	font-size: 16px;
	font-weight: bold;
}
#rightCol .item p{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}
#rightCol .item a{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}

#footer{
	background: #F9F9F9;
	border-top: 1px solid #DDDDDD;
	height: 70px;
	padding: 10px 0px;
}

#copyright{
	float: left;
	color: silver;
}

#mainNav{
	font-size: 16px;
	padding: 80px 0px 0px 0px;
}

#companyNav,
#mainNav{
	float: right;
}
#companyNav a,
#mainNav a{
	text-decoration: none;
	color: #686C70;
}
#companyNav a.active,
#mainNav a.active{
	text-decoration: underline;
}

#companyNav ul li,
#mainNav ul li{
	border-left: 1px solid silver;
	float: left;
	list-style: none;
	padding: 0px 8px;
}
#companyNav ul li.first,
#mainNav ul li.first{
	border: 0px;
}

#companyNav ul li a:hover,
#mainNav ul li a:hover{
	color: orange;
}

#bottom{
	width: 900px;
	height: 30px;
	background: url('../images/footer_bg.gif') top left repeat-x;
	bottom: 0px;
	position: fixed;
}
#bottom a img{
	border: 0px;
}
#footer_left_corner{
	position: relative;
	float: left;
	width: 6px;
	height: 6px;
	background: url('../images/corner_left_footer.gif') top left no-repeat;
}
#footer_right_corner{
	position: relative;
	float: right;
	width: 6px;
	height: 6px;
	background: url('../images/corner_right_footer.gif') top left no-repeat;
}

a.share_icon{
	margin: 0px 3px;
}

input.search{
	border: 1px solid #DDDDDD;
	font-size: 10px;
	color: silver;
	float: left;
	height: 17px;
	padding-left: 3px;
}
input.searchButton{
	float: left;
	padding-top: 1px;
}

#rightCol .item a.tagcloud_large{
	font-size: 18px;
	float: left;
	margin: 8px 15px;
	border: 0px;
	font-weight: bolder;
}
#rightCol .item a.tagcloud_medium{
	font-size: 14px;
	float: left;
	margin: 6px 12px;
	border: 0px;
	font-weight: bold;
}
#rightCol .item a.tagcloud_small{
	font-size: 10px;
	float: left;
	margin: 4px 10px;
	border: 0px;
}

.left{
	margin-top: 20px;
	width: 310px;
	float: left;
	border-right: 1px solid #DDDDDD;
	padding: 5px 0px; 
}

.right{
	margin-top: 20px;
	width: 315px;
	float: right;
	padding: 5px 0px 5px 10px;
}

form input.empty,
form input.email,
form input.zip,
form input.contact{
	width: 300px;
	height: 20px;
	font-size: 18px;
}
form textarea.contact,
form textarea.empty{
	width: 300px;
	height: 80px;
	font-size: 18px;
}

ul li.tabs{
	float:left;
	margin: 0px 5px 0px 0px;
}

.slide{
	height:440px;
	padding-top:20px;
}
#slidehorizontal{
	height: 400px;
	width: 900px;
	position: relative;
	overflow: hidden;
}
#slidehorizontal div{
	width: 900px;
	height: 45px;
}


/** Classes **/
.h_line{
	width: 100%;
	display: block;
	border-bottom: 1px solid #DDDDDD;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.center{
	margin: 0 auto;
}
.full_width{
	width: 900px;
}
.clear{
	clear: both;
}
.marginBottom{
	margin-bottom: 20px;
}
.marginRight{
	margin-right: 20px;
}
.marginTop{
	margin-top: 20px;
}
.padding_top{
	padding-top: 6px;
}
.padding_left{
	padding-left: 8px;
}
.padding_right{
	padding-right: 8px;
}
.large{
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.medium{
	font-size: 12px;
	font-weight: normal;
	color: #686C70;
}
.small{
	font-size: 11px;
	font-weight: normal;
	color: silver;
}
.bold{
	font-weight: bold;
}
.high{
	line-height: 18px;
}
