/******************
 * GLOBAL 
 *****************/
html body * {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}
* {
	margin:0;
	padding:0;
	border:0;
}
a {
	color:#009997;
	text-decoration:none;
}
a:hover{
color:#337777;
}

h1 {
	padding: 10px 0;
	line-height:30px;
	color:#009997;
	font-weight: lighter;
}
h2 {
	color:#009997;
	font-size: 16px;
	padding:15px 0 5px 0;
}
h3 {
	padding: 10px 0 5px 0;
	font-size:15px;
}
body {
	background-color:#eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#4d4d4d;
}
p {
	line-height: 18px;
	padding: 10px 0;
}
.sub_heading {
	color:#009997;
	font-weight:bold;
}
#wrap {
	margin: 0 auto;
	width: 1030px;
	background-image: url(../imgs/global/bk.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#main {
	background-color:#FFFFFF;
	width: 952px;
	margin-left:18px;
	padding: 0 20px;
}
.green_arrow {
	background-image: url(../imgs/global/green_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.line {
	height: 13px;
	width: 100%;
	background-color:#eaeaea;
	float:left;
}
.clearfix {
	clear:both;
}
/******************
 * HEADER
 *****************/
 

#logo {
	padding: 5px 0 22px 30px;
	width: 160px;
	float:left;
}

#top_bar{ 
	width:720px;
	float:right;
	background-color:#66cccc;
		margin-right:10px;

	background-repeat: no-repeat;
	background-position: left bottom;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	}
	

#contact_bar {
	width:464px;
	height:45px;
	background-color:#009997;
	float:right;
		margin-right:-10px;

	font-size:12px;
	color:#FFFFFF;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#contact_bar a {
	color:#FFFFFF;
	text-decoration:none;
}
#contact_bar a:hover {
	text-decoration:underline;
}
#contact_bar ul {
	
	margin: 12px 0 0 50px;
	padding: 0;
	list-style-type: none;
}
#contact_bar li {
	float: left;
	padding: 0 6px;
}

#motto{
width: 220px;
float:left;
margin: 12px 0 0 0;
position:relative;
left:30px;
color:white;
font-size:16px;
}
#twitter{
width: 350px;
position:relative;
float:right;
left:180px;
top:10px;
font-size:12px;
}
#main_nav {
	float:right;
	text-align:right;
	font-size:18px;
	width:740px;
}

#main_nav a:hover{
color:#337777;
}
#main_nav li.active a {
	color:#FFFFFF;
}
#main_nav li a {
	color:#4d4d4d;
	text-decoration:none;
}
#main_nav ul {
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
	padding:10px;
}
#main_nav li {
	display:inline;
	float:left;
	padding-bottom:5px;
	padding-top:8px;
	margin: 0 5px 0 50px;
}
#main_nav li.active a, #main_nav li.active span {
	text-align:right;
	padding: 4px 0 5px 0;
	background-image: url(../imgs/global/menu_selected.png);
	background-repeat: no-repeat;
	background-color:#fff;
}
#main_nav li#homemenu {
	margin-left:0;
}
#main_nav li.active a {
	background-position: top left;
	padding-left:12px;
}
#main_nav li.active span {
	width: 10px;
	background-position: right top;
	padding-left:8px;
	display:inline;
	
}
/******************
 * PROMOS
 *****************/
#promos {
	margin-bottom: 25px;
}

#mainpromos {
	width:950px;
	height:300px;
	overflow:hidden;
}
#item_boxes a{
	width:13px;
	height:13px;
	margin-left: 12px;
	background-image: url(../imgs/global/dot_grey3.gif);
	background-repeat: no-repeat;
	display:block;
	float:left;
}
#item_boxes a.activeSlide { 
	background-image: url(../imgs/global/dot_blue3.gif);
}

#promos .line {
	height: 13px;
	width: 860px;
	background-color:#eaeaea;
	float:left;
}
.rotatepromonav {
	margin: 10px 0 !important;
	margin: 5px 0;
	text-align:right;
}
#sec_promo1 {
	width: 455px;
	float:left;
	padding-left:40px;
	padding-bottom:20px;
}
#sec_promo2 {
	width: 370px;
	float:left;
	padding-left:40px;
	padding-bottom:20px;
}

div.box_link{
	font-size:11px;
	height:10px;
	width:8px;
	position:absolute;
	bottom:142px;
}
#label1 {
	left:929px;
}
#label2 {
	left:953px;
}
#label3 {
	left:978px;
}

#item_box_labels2 {
	height:30px;
	width:200px;
	position:relative;
	left:807px;
	bottom:34px;
	padding:0px;
}

#box_labels{
list-style-type:none;
float:left;

}

#box_labels li{
display:inline;
padding:8px;
font-size:11px;
}
/******************
 * FOOTER
 *****************/
#footer {
	font-size:12px;
	padding-top:15px;
	padding-bottom:48px;
	color:#000000;
}
#footer a {
	color: #000000;
}
#footer a:hover{
	color:#337777;
	}
#copyright {
	width:380px;
	padding-left:50px;
	float:left;
}
#footer_menu {
	width:450px;
	float:right;
	text-align:right;
}
#footer_menu ul {
	list-style-type: none;
	float:right;
	padding: 0 40px 0 0;
}
#footer_menu li {
	padding: 0 3px;
	float:left;
}
/******************
 * CONTENT: SUBMENU
 *****************/
#submenu {
	width:290px;
	float:left;
//	background-color:yellow;
	background-image: url(../imgs/global/nav_divider.png);
	background-repeat: no-repeat;
	margin-top:40px;
	font-weight:bold;
}
#submenu ul {
	list-style-type: none;
	padding-top: 15px;
}
#submenu li {
//	background-image: none;
//	background-repeat: no-repeat;
	background-position: center bottom;
	padding:5px 40px 10px 40px;
}
#submenu li.active a, #submenu li li.active a {
	color: #009997;
}
#submenu a.active{
	color: #009997;
}

#submenu li a, #submenu li.active li a {
	color:#4d4d4d;
}
#submenu li a:hover, #submenu li.active li a:hover {
	color:#337777;
}
#submenu li ul {
	padding-top:6px;
	margin-left:20px;
	margin-bottom:-10px;
}
#submenu li li {
	padding-right:0;
	padding-bottom:10px;
	padding-left:0;
	list-style-image: url(../imgs/global/list_dot.png);
		font-weight:normal;
}
#submenu li.last{
	padding-bottom:20px;
	background-image: url(../imgs/global/nav_divider.png);
	background-repeat: no-repeat;
}
#submenu.nobg{
background-image:none;
}
/******************
 * CONTENT
 *****************/
#content {
	width:560px;
	float:left;
	padding-top:35px;
	padding-left:60px;
	padding-bottom:50px;
}
#content ul, #sec_promo1 ul, #sec_promo2 ul {
	padding: 5px 0 10px 15px;
}
#content li, #sec_promo1 li, #sec_promo2 li {
	list-style-image: url(../imgs/global/list_dot.png);
}

.client {
	text-align: center;
}

