/* GENERAL */

html, body {
	margin:0;
	padding:0;
	}

body{
	background: #fff url(../images/body-bg.png) scroll repeat-x top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-align: center;
	}

p {
	margin:0 0 12px 0;
	padding:0;
	}

p.small {
	font-size: 11px;
	margin:0 0 2px 0;
	padding:0;
	}

a:focus, a:active {
	outline: none;
	}

img, a img {border: none;}

div.content p span,
div.content li span {
	color: orange;
	}


div.content dl.list {
	list-style-position: outside;
	list-style-type: none;
	padding: 2px 0 0 8px;
	margin: 16px 0;
	}

div.content dl.list li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 4px 3px;
	}

div.attribute-short {font-weight: bold;}

/* CONTENT FLOATS */

div.content div.left {
	margin: 0 246px 0 0;
	}

div.content div.right {
	width: 227px;
	float: right;
	border: 1px solid #999;
	}

div.content div.right div.upper,
div.content div.right div.lower {
	color: #000;
	font-size: 11px;
	}

div.content div.right div.upper {
	padding: 12px 12px 0 12px;
	color: #000;
	font-size: 11px;
	}

div.content div.right div.lower {
	padding: 6px 12px 12px 12px;
	background: transparent url(../images/lower-bg.png) scroll repeat-x top left;
	}

div.content div.right div.lower p {
	margin: 0 0 3px 0;
	color: #666;
	}

div.content div.right div.lower p b {
	color: #4c8ac7;
	}
div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
	width:100%; 
	}

/* HEADINGS */

h1 {
	margin: 12px 0 16px 0;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
	color: #036;
	}

form h1 {
	margin: 28px 0 16px 0;
	color: orange;
	}

h3 {
	margin: 4px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: orange;
	text-transform: uppercase;
	}

/* LAYOUT */

div.container	 {position:relative; text-align:left; width:930px; margin:0 auto;}
div.header		 {position:relative; height: 71px; }
div.nav			 {position:relative; height: 36px; margin: 0 0 16px 0; border-left: 1px solid #dadada;}
div.nav.placeholder {border-left: none;}
div.content		 {float:right; width:640px; }
div.content.wide {float:none; width:100%; }
div.side		 {float:left; width:274px; color: #036; font-size: 11px;}
div.footer		 {clear:both; width:100%; background: #ccc; margin: 6px 0;}

/* HEADER */

img.logo		{position: absolute; top: 17px;}
div.header p	{color: #e1e7ed; position: absolute; top: 32px; left: 144px;}

/* FOOTER */

div.footer {background: transparent url(../images/footer-bg.png) scroll no-repeat center center; height: 32px;}
div.footer p	{color: #fff; margin-left: 24px; padding-top: 7px; font-size: 11px;}

/* SIDEBAR */

div.side h3 {margin: 16px 0;}

/* SIDEBAR :: QUOTE */

div.quote-box {
	background: transparent url(../images/quote-bg.png) scroll no-repeat center center;
	width: 274px;
	height: 194px;
	margin: 0 0 12px 0;
	color: #fff;
	font-size:13px;
	}

div.quote-box div.wrapper {
	padding: 16px 24px 0 24px;
	}

div.quote-box form {
	margin: 0;
	padding: 0;
	height: 82px;
	margin: 0 0 8px 0;
	}

div.quote-box form * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #036;
	font-size:13px;
	margin: 0;
	padding: 0;
	}

div.quote-box form select {
	width: 100%;
	margin: 10px 0;
	}

div.quote-box form label {
	padding: 0 0 0 5px;
	}

div.quote-box form input.box {
	padding: 1px 4px;
	}

div.quote-box form input.button {
	border: none;
	width: 24px;
	height: 21px;
	background: transparent url(../images/button1.gif) scroll no-repeat center center;
	}

div.quote-box p.phone {
	margin: 0 0 16px 0;
	}

div.quote-box p.contact a,
div.quote-box p.contact a:visited {
	color: #fff;
	text-decoration: none;
	}

div.quote-box p.contact a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* SIDEBAR :: AFFILATES */

div.affilates {
	background: transparent url(../images/affilates-bg.png) scroll no-repeat center center;
	width: 274px;
	height: 64px;
	margin: 0 0 12px 0;
	font-size:13px;
	}

div.affilates p {
	padding: 24px 0 0 24px;
	}

/* SIDEBAR :: ADVANTAGES */

div.advantages p {
	padding: 0 0 0 3px;
	}

/* NAV */

div.nav ul {
	position: relative;
	margin:0;
	padding:0;
	list-style-type:none;
	}

div.nav ul li {
	display: block;
	float:left;
	}

div.nav ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	line-height:14px;
	height: 14px;
	text-align: center;
	cursor: pointer;
	padding: 11px 16px;
	background-color: transparent;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fff;
	}

div.nav ul li a:hover {
	background: transparent url(../images/menu-current.png) scroll repeat-x top left;
	border-right: 1px solid #ffb750;
	border-left: 1px solid #ffb750;
	font-weight: normal;
	color:#fff;
	}

	/*

div.nav ul li a:hover {
	background: transparent url(../images/menu-hover.png) scroll repeat-x top left;
	color: #333;
	}

div.nav ul li.current a {
	background: transparent url(../images/menu-current.png) scroll repeat-x top left;
	border-right: 1px solid #ffb750;
	border-left: 1px solid #ffb750;
	font-weight: bold;
	color:#fff;
	}

div.nav ul li.current a:hover {
	background: transparent url(../images/menu-current.png) scroll repeat-x top left;
	border-right: 1px solid #ffb750;
	border-left: 1px solid #ffb750;
	font-weight: bold;
	color:#fff;
	cursor:default;
	}

	*/

/* MISC */

p img {
	vertical-align: top;
	}

div#scrollup {
  position: relative;
  top: 16px;
  overflow: hidden;
  height: 32px;
  width: 100%;
}

p.headline {
  position: absolute;
  top: 16px;
}

/* TABLE DATA */

table.data {
	border: none;
	width:100%;
	}

table.data td {
	vertical-align: middle;
	font-size: 11px;
	padding: 2px;
	}

table.data td p {
	margin: 0px;
	text-align: center;
	}

p.copyright {
	font-size: 11px;
	padding: 0 0 0 24px;
	color: #ccc;
	}

p.copyright a, p.copyright a:visited {
	color: #ccc;
	text-decoration: underline;
	}

p.copyright a:hover {
	color: orange;
	text-decoration: none;
	}