﻿html, body
{
	background-color: #000;
	color: #666;
}

a
{
	color: #666;
	outline: none;
}

a:hover
{
	text-decoration: none;
}


.Clear, .clear, .clr
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

#container
{
	width: 974px;
	margin: 0 auto;
	background: #FFF url(../img/bg.gif) repeat-x scroll left top;
}

#header
{
	height: 140px;
	position: relative;
	background: transparent url(../img/header.gif) no-repeat scroll left top;
}

#header #logo
{
	position: absolute;
	top: 35px;
	left: 58px;
}

#header #top-links
{
	position: absolute;
	margin: 0;
	padding: 0;
	right: 30px;
	top: 78px;
}

#header #top-links li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 2px solid #FFF;
	padding: 5px 16px 1px 16px;
}

body.IE6 #header #top-links li, body.IE7 #header #top-links li
{
	padding-top: 0;
	padding-bottom: 0;
}

#header #top-links li.last
{
	border-right: none;
	padding-right: 0;
}

#header #top-links li a
{
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 35px 30px 0 30px;
	color: #999;
}

#footer hr
{
	font-size: 1px;
	height: 3px;
	background-color: transparent;
	border: none;
	border-top: 3px solid #e8e8e8;
	margin: 0;
	margin-bottom: 15px;
}

body.IE6 #footer hr, body.IE7 #footer hr
{
	margin-bottom: 10px;
}

#footer #bottom-links
{
	margin: 5px 0 0 0;
	padding: 0 0 30px 0;
	white-space: normal;
}

#footer #bottom-links li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #666;
	padding: 0px 8px;
	white-space: normal;
}

body.IE6 #footer #bottom-links li, body.IE7 #footer #bottom-links li
{
	padding-top: 0;
	padding-bottom: 0;
}

#footer #bottom-links li.last
{
	border-right: none;
	padding-right: 0;
}

#footer #bottom-links li a
{
	color: #666;
}

#content-wrap
{
	min-height: 400px;
	padding-left: 31px;
	padding-right: 30px;
}

body.IE6 #content-wrap
{
	height: 400px;
}

div.content p
{
	text-align: justify;
	margin-bottom: 1.5em;
}

div.content p span.highlight
{
	font-weight: bold;
}

/*** service-list ***/
div.service-list
{
	width: 615px;
	margin: 0 auto;
	color: #FFF;
	padding: 65px 10px 0 45px;
}

div.service-list ul.col1
{
	float: left;
	margin: 0;
	padding: 0;
}

div.service-list ul.col2
{
	float: left;
	margin: 0;
	padding: 0;
}

div.service-list ul.col1 li, div.service-list ul.col2 li
{
	list-style-type: none;
	background-image: url(../img/crown.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 4px 30px;
}


body.IE6 div.service-list ul.col1 li, body.IE6 div.service-list ul.col2 li
{
	background-image: url(../img/crown.gif);
}

/** Green ***/
div.green-cnt div.service-list
{
	background-image: url(../img/home-tabs/green/listbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 242px;
	overflow: hidden;
}

div.green-cnt div.service-list ul.col1
{	
	width: 370px;
}

/** Blue ***/
div.blue-cnt div.service-list
{
	background-image: url(../img/home-tabs/blue/listbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 235px;
	overflow: hidden;
}

div.blue-cnt div.service-list ul.col1
{	
	width: 380px;
}


/** Red ***/
div.red-cnt div.service-list
{
	background-image: url(../img/home-tabs/red/listbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 295px;
	overflow: hidden;
}

div.red-cnt div.service-list ul.col1
{	
	width: 380px;
}

div.red-cnt div.service-list ul.col2
{	
	width: 205px;
}

/** Orange ***/
div.orange-cnt div.service-list
{
	background-image: url(../img/home-tabs/orange/listbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 515px;
	overflow: hidden;
}

div.orange-cnt div.service-list ul.col1
{	
	width: 370px;
}

div.orange-cnt div.service-list ul.col2
{
	width: 240px;
}

