body, html {
	height: 100%;
}
body {
  color:#1E2028;
	background: #fff url('/images/top_line.png') repeat-x;
	font: 76% Helvetica, Arial, Verdana, Sans-Serif;
}

p {
	color:#666;
	margin-bottom:10px;
}
h1 {
	color:#333;
	font-size:1.57em;
	margin:0 0 10px 0;
}
/**	outer */
#outer {
	min-height: 100%;
}

/* Main width & margins */
.wrap {
	width: 996px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main {
	padding-bottom: 0px;
}

/* Header */
#header {
	height: 90px;
	position: relative;
}
#header h1#logo {
	float:left;
	position: absolute;
	top: 33px;
	left:19px;
	width: 125px;
	height:33px;
	overflow: hidden;
	background: transparent url('/images/logo.png') no-repeat;
}
#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#header h2#moto {
	color:#636565;
	font-size:1.075em;
	position:absolute;
	top:53px;
	left:185px;
}
#header h2#moto strong {
	color:#333;
	font-weight:bold;
}

/* nav */
#nav {
	color:#000;
	float:right;
	position:relative;
	top:53px;
	height: 18px;
	width: auto;
	font-size:1.075em;
	margin: 0 19px 0 19px;
}
#nav a:hover, #nav a:active, #nav .current_page_item, .current_page_item:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#nav li {
	float: left;
	margin:0;
	padding:0;
	background: url('/images/dot.png') no-repeat 0 9px;
}

#nav li a span {
	display:block;
	overflow:hidden;
	#display:normal;
	height:1.4em;
	#padding-bottom:2px;
	border:1px solid #fff;
}

#nav .first {
	float: left;
	background: none;
}

#nav li a {
	color: #000;
	display: block;
	margin: 0 10px 0 12px;
	text-decoration: none;
	line-height:1em;
}

#nav span:hover, #nav .current_page_item span  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('/images/underline_dot.gif') repeat-x 0 14px;
	overflow:visible;
}

/* Footer */
#footer {
	clear:both;
	position: relative;
	margin-top: 0px;
	#margin-top: -15px;
	font-size:.9em;
	color:#666;
	text-align:left;
	padding-bottom:10px;
}
#footer .wrap {
	margin:0 auto;
	padding-top: 0px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer ul {
	padding-top:4px;
}
#footer ul li {
	display: inline;
	padding-left: 11px;
}

.footer_tile {
	height:100%;
	min-height:350px;
	width:100%;
	background: #0B0C0F url('/images/home_tile.png') repeat;
}
#footer .footer_content {
	color:#999;
	height:26px;
	line-height:1.8em;
	#line-height:1.5em;
	background: transparent url('/images/head_dot.gif') repeat-x bottom left;
	margin: 0 19px 0 19px;
}
#footer .footer_content a {
	color:#999;
}
#footer .footer_content ul li {
	padding-left: 0px;
}

/* Main content column */
#content {
	overflow:hidden;
	min-height: 415px;
	margin-top:10px;
}

#content_inner {
	margin:0 19px 0 19px;
}
.home {
	padding:0 0 10px 0;
}
.home_top {
	overflow:hidden;
	padding-bottom:0px;
}
.home_top .left, .home_top .right {
	width:49%;
}
.home_middle {
	overflow:hidden;
	height:80px;
}
.home_middle .left p {
	font-size:1.32em;
	width:420px;
	margin:20px auto;
	overflow:hidden;
	float:left;
}
.home_middle .left .cufon-canvas, .home_middle .left .cufon-vml {
	padding-bottom:2px;
}
.home_middle .right h2 {
	float:right;
	font-size:1.32em;
	font-weight:bold;
	letter-spacing:1px;
	margin:55px auto;
}

/* 2 Columns Layout */
.col2_right_layout .col_main {
	float:left;
	width:710px;
	background:#fff;
}

.col2_right_layout .sidebar {
	float:right;
	width:230px;
	padding:0 0 10px 10px;
}

.col2_left_layout .col_main {
	float:right;
	width:710px;
}

.col2_left_layout .sidebar {
	float:left;
	width:230px;
	padding:0 10px 10px 0;
}
.col2_even_layout {}

/* misc */
.dline {
	clear:both;
	width:100%;
	height:4px;
	padding:5px 0 5px 0;
	background: transparent url('/images/double_dot.gif') repeat-x bottom left;
}

/* home styles */
#intro_text {
	color:#fff;
	float:left;
	height:270px;
	width:247px;
}

#intro_text h2 {
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.2em;
	margin:0 32px 0 33px;
	padding-top:70px;
}


/* content styles */
.main_intro {
	display:block;
	padding:20px 30px; 
	background:#E3F3EB;
	height:75px;
}

.main_intro h1 {
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:5px;
}

.main_intro p {
	color:#333;
	font-size:1em;
	line-height:1.2em;
}

#carousel_container {
	clear:both;
}
#carousel_inner {
	position:relative;
	float:left; /* important for inline positioning */
	width:960px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	height:290px;
}

#carousel_ul {
	position:relative;
	left:-50px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px 38px 0 50px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:229px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:290px;
	margin:10px 0 10px 0;
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	cursor: pointer;
	cursor: hand; 
	border:0px; 
}

#carousel_ul li h2 {
	color:#fff;
	background: transparent url('/images/head_dot.gif') repeat-x top left;
	font-size:1.1em;
	margin:5px 0 1px 0;
	padding:2px 0 2px 0;
	line-height:2.1em;
	height:26px;
}
#carousel_ul li h2 a {
	color:#fff;
}
#carousel_ul li p {
	color:#C0C0CC;
	font-size:1.1em;
}

#left_scroll, #right_scroll {
	padding-top:80px;
	float:left; 
	height:130px; 
	width:10px;
}
#left_scroll img, #right_scroll img {
	border:0; /* remove the default border of linked image */
	cursor: pointer;
	cursor: hand;
}
#right_scroll {
	padding-left:10px;
}

.boxgrid { 
	width: 470px; 
	height: 296px; 
	margin:0px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 296px;
	left: 0;
}
.caption .boxcaption {
	top: 255px;
	left: 0;
}
.boxcaption h3 { margin: 13px 10px 5px 10px; color:#fff; font-size:1.5em; letter-spacing:1px; font-weight: normal;  }
.boxcaption p { color:#fff; font-size:1em;}
.boxcaption a { position:absolute; color:#fff; top:15px; right:20px; text-decoration:none;}

.grid ul li {
	float: left;
	width: 230px;
	margin:0 5px 25px 4px;
    height:270px;
}
.grid img {
	margin-bottom:5px;
}
.sidebar .heading {
	overflow:hidden;
	background: transparent url('/images/underline_dot.gif') repeat-x bottom left;
	margin:0 0 5px 0;
	padding:0;
}
.sidebar h2, .grid ul li h2 {
	color:#333;
	background: transparent url('/images/underline_dot.gif') repeat-x top left;
	font-size:1.16em;
	margin:0;
	padding:7px 0 0px 0;
	line-height:1.4em;
	#line-height:1.6em;
	min-height:22px;
}
.sidebar h2 a, .grid ul li h2 a {
	color:#333;
	text-decoration:none;
}
.sidebar p, .grid ul li p {
	color:#666;
	font-size:1em;
}
.sidebar .back_link {
	display:block;
	background: transparent url('/images/head_dot.gif') repeat-x 0px -25px;
	line-height:2.5em;
}
.sidebar a {
	color:#666;
	text-decoration:underline;
}
.pro_img {
	clear:both;
	padding-bottom:25px;
}

.col2_even_layout .left {
	width:49%;
}
.col2_even_layout .right {
	width:49%;
}
.col2_even_layout h2 {
	color:#333;
	background: transparent url('/images/head_dot.gif') repeat-x top left;
	font-size:1.16em;
	margin:0 0 5px 0;
	padding:2px 0 2px 0;
	line-height:2.1em;
	#line-height:1.6em;
	height:26px;
}
.col2_even_layout a {
	color:#666;
	text-decoration:none;
}
dl.col3 {
	color:#666;
	overflow:hidden;
	clear:both;
	width:100%;
	margin:1em auto;
}
dl.col3 dt {
	margin-bottom:1em; 
	font-weight:bold;
}
dl.col3 dd {
	width:33%; 
	float:left; 
	margin:0;
}

