* {
	margin:0;
	padding:0;
}

body, button, input, textarea, td, th {
	font: 13px Arial, Helvetica, sans-serif;
}

td, th {
	vertical-align: top;
}


a img {
	border:none;
}

body {
	text-align: center;
	padding: 30px 0;
}
.clear {
	clear: both;
}

div.clear {
	min-height: 1px;
}

.left {
	float: left;
}
.right {
	float: right;
}



#main {
	width: 884px;
	margin: 0px auto;
	text-align: left;
}

.content {
}

.content.header {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	min-height: 940px;
	height:auto !important;
	height:940px;
}

.header-links {
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	height: 70px;
	margin-bottom: 235px;
	line-height: 120px;
}

.header-links a {
	text-decoration: none;
	margin-left: 30px;
	color: #000;
}
.header-links a:hover, .header-links a.menu-current {
	text-decoration: underline;
}

.the-text {
	float: right;
	width: 650px;
	padding-left: 0px;
	margin-bottom: 60px;
}

.the-text p, .the-text h2, .the-text h3, .the-text h1, .the-text ul, .the-text ol {
	margin: 10px 0px;
}

.the-text ul, .the-text ol {
	margin-left: 15px;
}

.sidebox {
	float: left;
	width: 191px;
	margin-bottom: 20px;
	margin-top: 240px;
	font-size: 12px;
	letter-spacing: 2px;
}

.sidebox li {
	list-style-type: none;
	list-style-position: outside;
	background-image:url(images/menu-item-bg.png);
	background-repeat: no-repeat;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	width: 100%;
	padding: 2px 0px;
}

.sidebox li.first, .sidebox li.last {
	display: none;
}

.sidebox li li {
	background-image: url(images/menu-item-sub.png);
	background-repeat: repeat-y;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

.sidebox li li.first, .sidebox li:hover li.first {
	background-image: url(images/menu-item-sub-first.png);
	display: block;
	min-height: 5px !important;
	height: 5px !important;
	margin-top: 15px;
}

.sidebox li li.last, .sidebox li:hover li.last {
	background-image: url(images/menu-item-sub-last.png);
	background-position: bottom;
	display: block;
	min-height: 10px !important;
	height: 10px !important;
	margin-bottom: 10px;
}

.sidebox li a {
	text-decoration: none;
	color: #FFF;
	background: #FF8B04;
	padding-right: 4px;
	margin-left: 18px;
}

.sidebox li li a {
	display: block;
	color: #000;
	background:none;
}

.sidebox li.menu-current {
	background-image: url(images/menu-item-bg-current.png);
}

.sidebox li a:hover, .sidebox li a.menu-current {
	font-weight: bold;
	color: #000;
}

.sidebox li li:hover, .sidebox li li.menu-current {
	background-image: url(images/menu-item-sub.png);
}

.sidebox li li:hover a, .sidebox li li.menu-current a {
	text-decoration:underline;
}

.footer {
	font-size: 90%;
	text-align: center;
}

.box-info {
	background-color: #FF8B04;
	margin-bottom: 5px;
	padding: 10px 15px;
	color: #FFF;
}

.box-info h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}

.box-info ul, .box-info ol {
	margin-bottom: 0px;
	margin-top: 0px;
}

.box-compare ul, .box-compare {
	list-style: none;
	margin: 0px;
}

.box-compare li {
	background-image: url(images/munus.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}

.box-compare li.plus {
	background-image: url(images/plus.gif);
}

/* SEO */

.the-text strong {
	font-weight: normal;
}

.the-text h1, .the-text h4, .the-text h5, .the-text h6 {
	display: inline;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
}

.the-text .paragpaph {
	display: block;
	margin: 10px 0px;
}

