/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
* { outline: none }
.margin0 { margin: 0!important }
.clear { clear:both; padding:0; margin:0; font-size:1px; }
.clearfix { height:1px; }

/* Website styles */
body {
	background: #3b3b3b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
div#supheader {
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #363636 url('supheader-bg.gif') top left repeat-x;
}
#supheader div.content {
	width: 778px;
	height: 30px;
	line-height: 25px;
	margin: 0 auto;
	text-align: right;
	color: #999;
}
#supheader .content a {
	font-size: 12px;
	color: #999;
	margin: 0 5px;
	text-decoration: none;
}
#supheader .content a:hover, #supheader .content a.active {
	color: #ff9900;
}
div#header {
	width: 100%;
	height: 200px;
	background: #f05700 url('header-bg.gif') top left repeat-x;
}
#header div.content {
	width: 778px;
	height: 200px;
	margin: 0 auto;
	background: url('header-contentbg.jpg') top left no-repeat;
}
#header .content p.top {
	width: 778px;
	height: 28px;
	line-height: 28px;
	color: #fff;
}
#header .content .top .left a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#header .content .top .left a:hover {
	color: #3b3b3b;
}
#header .content .top a#toggle {
	float: right;
	width: 145px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #545454 url('who-are-we.gif') top left no-repeat;
}
#header .content .top a#toggle:hover {
	background: #545454 url('who-are-we.gif') bottom left no-repeat;
}
#header .content a.logo {
	clear: both;
	float: left;
	margin: 30px 0 0 0;
}
#header .content h1 {
	clear: right;
	float: right;
	width: 400px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#header .content p.phone {
	clear: right;
	float: right;
	width: 400px;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
#header .content p.projects {
	clear: right;
	float: right;
	width: 400px;
	font-size: 16px;
	color: #fff;
	margin:0;
}
#header .content .projects a {
	color: #fff;
	text-decoration: none;
}
#header .content .projects a:hover {
	color: #3b3b3b;
}
#header .content a.btnOrder,
#header .content a.btnOrder:link,
#header .content a.btnOrder:visited {
	clear:right;
	float:right;
	width:210px;
	height:87px;
	margin:0;
	display:block;
	text-align:left;
	background-image:url('btn-logo-order-bg.png');
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	border:0;
	cursor:pointer;
}
#header .content a.btnOrder:active,
#header .content a.btnOrder:hover {
	background-position:0 -87px;
}
div#main {
	clear: both;
	width: 100%;
	overflow: hidden;
	background: #fff url('main-bg.gif') top left repeat-x;
}
#main ul.nav {
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background: url('nav-bg.gif') top left repeat-x;
}
#main .nav li {
	list-style: none;
	float: left;
	height: 30px;
	line-height: 30px;
}
#main .nav li.start {
	width: 5px;
	height: 30px;
	background: url('nav-start.gif') bottom left no-repeat;
}
#main .nav li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#main .nav li a.w115 {
	width: 115px;
}
#main .nav li a.w150 {
	width: 150px;
}
#main .nav li.end {
	float: right;
	width: 5px;
	height: 30px;
	background: url('nav-end.gif') bottom right no-repeat;
}
#main .nav li a:hover, #main .nav li a.active {
	background: url('nav-hover.gif') bottom center no-repeat;
}
#main div.nav-reflection {
	width: 778px;
	height: 19px;
	margin: 0 auto;
	background: #fff url('nav-reflection.gif') top left no-repeat;
}
#main div.content {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#main div.content div.L {
	width: 389px;
	float: left;
}
#main div.content div.R {
	width: 389px;
	float: left;
}
#main div.content .logoBox {
	width:auto;
	padding:10px 0;
	margin:10px 0;
}
#main div.content .logoBox .l {
	float:left;
	display:block;
	width:300px;
}
#main div.content .logoBox .r {
	float:right;
	text-align:left;
	display:block;
	width:470px;
}
#main div.content .logoBox .r img {
	display:block;
	margin:0;
	padding:0;
}
#main div.content p { text-align:justify; }
#main div.content .ref {
	float:left;
	width: 748px;
	margin:0 10px;
	padding:10px 0 5px;
	border-bottom:1px dotted #ff6600;
	display:block;
	text-align:justify;
}
#main div.content .ref p.refCompany {
	float:right;
	text-align:left;
	width:30%;
	text-indent:0;
	font-size:15px;
}
#main .content ul.stnd {
	margin: 0 0 20px 0;
}
#main .content ul.stnd li {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	background: url('bullet.gif') 0 5px no-repeat;
	font-size:14px;
}
#main .content a.website {
	float: left;
	display: block;
	padding: 0 0;
	margin: 10px 0;
}
#main .content a.plan1 {
	float: left;
	width: 224px;
	height: 121px;
	display: block;
	padding: 86px 0 0 20px;
	font-size: 14px;
	color: #2b58b7;
	line-height: 18px;
	text-decoration: none;
	margin: 0 23px 0 0;
	background: url('plan1.jpg') top left no-repeat;
}
#main .content a.plan1:hover { color:#2B89D3; }
#main .content a.plan2 {
	float: left;
	width: 224px;
	height: 121px;
	display: block;
	padding: 86px 0 0 20px;
	font-size: 14px;
	color: #008810;
	line-height: 18px;
	text-decoration: none;
	margin: 0 23px 0 0;
	background: url('plan2.jpg') top left no-repeat;
}
#main .content a.plan2:hover {color:#00C828; }
#main .content a.plan3 {
	float: left;
	width: 224px;
	height: 121px;
	display: block;
	padding: 86px 0 0 20px;
	font-size: 14px;
	color: #cb3a01;
	line-height: 18px;
	text-decoration: none;
	margin: 0 0 0 0;
	background: url('plan3.jpg') top left no-repeat;
}
#main .content a.plan3:hover { color:#FF7944; }

#main .content a.plan1More,
#main .content a.plan2More,
#main .content a.plan3More {
	float: left;
	width: 224px;
	height: 31px;
	display: block;
	padding: 0 0 0 20px;
	line-height: 20px;
	text-decoration: underline;
	margin: 0 23px 0 0;
	font-size: 14px;
	background: url('plan-more.gif') top left no-repeat;
}
#main .content a.plan1More { color: #2b58b7; }
#main .content a.plan1More:hover { color:#2B89D3; text-decoration:none; }
#main .content a.plan2More { color: #008810; }
#main .content a.plan2More:hover {color:#00C828; text-decoration:none; }
#main .content a.plan3More { color: #cb3a01; }
#main .content a.plan3More:hover {color:#FF7944; text-decoration:none; }

#main .content div.planreflection {
	float: left;
	width: 244px;
	height: 17px;
	margin: 0 23px 15px 0;
	background: #fff url('plan-reflection.gif') top center no-repeat;
}
#main .content div.lists {
	float: right;
	width: 280px;
}
#main .content .lists h2 {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#main .content .lists h2 span {
	color: #ff6600;
}
#main .content .lists ul {
	margin: 0 0 15px 0;
}
#main .content .lists ul li {
	list-style: none;
	line-height: 20px;
	text-indent: 15px;
	background: url('bullet.gif') 0 5px no-repeat;
}
#main .content h2.list {
	width: 370px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0 0 10px 10px;
	text-indent: 20px;
	background: url('bullet.gif') 0 5px no-repeat;
}
#main .content h2.list2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0 0 10px 10px;
	text-indent: 20px;
	background: url('bullet.gif') 0 5px no-repeat;
}
#main .content h2.list2 a {
	color: #ff6600;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#main .content h2.list2 a:hover {
	border: 0;
}
div#footer {
	width: 100%;
	height: 300px;
	background: #3b3b3b url('footer-bg.gif') top center repeat-x;
}
#footer div.content {
	width: 778px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url('footer.jpg') top left no-repeat;
}
#footer .content div.text {
	float: left;
	width: 250px;
	padding: 90px 0 0 0;
	color: #fff;
}
#footer .content div.text p a {
	color: #fff;
	text-decoration:underline;
}
#footer .content div.text p a:hover {
	color: #ccc;
	text-decoration:none;
}
#footer .content div.two {
	line-height: 18px;
	margin:0 0 0 15px;
}
h6 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h6 strong {
	color: #ff9900;
}
h3 {
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 30px;
}
h3 strong {
	color: #ff6600;
	font-weight:normal;
}
h3.logoReview {
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 0;
}
p.logoReview {
	margin: 0 0 20px 0;
	padding:
}
h4 {
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#main .content p {
	margin: 0 0 10px 10px;
	text-indent: 10px;
}
#main .content p.noindent {
	text-indent: 0;
}
#main .content p.noindent.logoReview {
	margin: 0 0 20px 0;
}
#main .content p.doubleindent {
	text-indent: 20px;
}
#main .content p a, #main .content table a, li a {
	color: #ff6600;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#main .content p a:hover, #main .content table a:hover, li a:hover {
	border-bottom: 0;
}
#main .content p a.em {
	color: #000;
	border: 0;
	text-decoration: none;
	font-style: italic;
}
#main .content a.logo {
	float: left;
	width: 240px;
	height: 163px;
	display: block;
	margin: 9px;
}
#main .content p.paging {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}
#main .content .paging a {
	padding: 5px 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 0;
	margin: 0 2px;
	font-family: Tahoma, Verdana;
}
#main .content .paging a.active {
	background: #ff6600;
	color: #fff;
}
#main .content .paging a:hover {
	background: #000;
	color: #fff;
}
form strong {
	color: #333;
}
form p {
	text-indent: 0!important;
}
form table td {
	padding: 0 0 0 10px;
}
form table td input {
	margin: 0 0 0 0px;
}
select, input, textarea {
	background: #eee;
	border: 1px solid #FF6600;
}
select, input {
	margin: 5px 5px 5px 10px;
}
textarea {
	margin: 5px 5px 5px 0;
}
input.fstC { margin: 5px 5px 5px 0; }
input[type=radio] { margin: 5px 0 0 0 }
table.prices {
	width:778px;
	border:0;
}
table.prices td {
	padding: 1px;
	text-align:center;
	width:170px;
	background: #eee;
	border: 1px solid #ddd;
}
table.prices td.label {
	text-align:left;
	width:220px;
	background: #ddd;
}
table.prices td.label2 {
	text-align:left;
	width:50%;
	background: #ddd;
}
table.prices td.label3 {
	text-align:right;
	width:50%;
	background: #ddd;
}
table.prices td.price {
	text-align: left;
	text-indent: 5px;
}
table.prices td.price span {
	text-decoration:line-through;
}
table.order {
	width:778px;
	border:0;
	font-size:12px;
}
table.order td {
	text-align:center;
	width:170px;
	font-size:14px;
	color:#f66f3a;
	font-weight:bold;
}
table.order td.label {
	width:220px;
}
table.order td a.none {
	border: 0!important;
}
ul.arrowLi li {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 16px;
}
#footer .content .text p {
	width: 250px;
	font-size: 12px;
	margin: 0 20px 5px 0;
}
#footer .content .text p a {
	color: #fff;
	text-decoration: none;
}
#footer .content .text p a:hover {
	text-decoration: underline;
}
#footer .content ul.note {
	float: right;
	width: 170px;
	padding: 60px 45px 0 0;
}
#footer .content .note li {
	list-style: none;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 16px;
}
#footer .content .note li a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
#footer .content .note li a:hover {
	color: #000;
}
#footer .content p.bottom {
	clear: both;
	padding: 20px 0 0 0;
	line-height: 22px;
}
#footer .content p.bottom a {
	color:#fff;
	text-decoration:none;
}
#footer .content p.bottom a:hover {
	text-decoration:underline;
}
#footer .content .bottom span.left {
	font-size: 12px;
	color: #6c6c6c;
}
#footer .content .bottom span.right {
	font-size: 22px;
	color: #6c6c6c;
}
#footer .content .bottom .right span {
	color: #ff9900;
}


#main a.xmas {
	background-image:url(christmas-promo.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 778px;
	height:108px;
	margin: 10px auto 20px;
	display:block;
	text-decoration:none;
}
#main a.xmas img {
	border:0;
}
#main a.xmas:hover {
	background-position:0 -108px;
}