/* common */
body {
	margin: 0px;
	background: url(../../images/page_bg.jpg) top repeat-x;
	background-color: #424141;
	padding-top: 200px;
}
div.spacer {
	clear: both;
}
a#logo {
	padding-top: 235px;
	display: block;
	background: url(../../images/logo.png) top center no-repeat;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
div#footer, div#base {
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	color: #666666;
}
div#footer a, div#base a {
	color: #666666;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
div#base {
	padding-top: 0px;
}
div#base a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
div#box {
	background: url(../../images/box_bg.png) bottom right no-repeat;
}
div#logos {
	text-align: center;
	padding-top: 20px;
}
div#logos img {
	margin-left: 25px;
	margin-right: 25px;
}


/* navigation items */
div#navigation {
	width: 100%;
	position: absolute;
	top: 144px;
	height: 130px;
	z-index: 2;
}
div#navigation div {
	text-align: center;
	width: 662px;
	margin: 0px auto;
}
div#navigation a {
	float: right;
}

div#navigation a:hover {
	background: url(../../images/nav/bg.png) bottom repeat-x; /* overidden by jquery */
}
div#navigation a span {
	height: 80px;
	width: 220px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}
div#navigation a#active {
	background: url(../../images/nav/bg.png) bottom repeat-x;
}
span#contact {
	background-image: url(../../images/nav/contact.png);
}
span#products {
	background-image: url(../../images/nav/products.png);
	border-left: 1px solid #78b02f;
	border-right: 1px solid #78b02f;
}
span#services {
	background-image: url(../../images/nav/services.png);
}



/* index only */
a#special_offer {
	width: 770px;
	margin: 0px auto;
	top: 60px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: right;
}
a#special_offer:hover {
	background-position: bottom left;
}
a#special_offer span {
	text-align: center;
	padding-right: 10px;
	padding-left: 560px;
	padding-top: 46px;
	padding-bottom: 20px;
	display: block;
	line-height: 20px;
	background: url(../../images/special.png) top left no-repeat;
}
div#special_detail, div#form {
	width: 770px;
	margin: 0px auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
div#special_detail span, div#form span {	
	float: left;
	width: 360px;
	padding-right: 20px;
	border-right: 1px dashed #666666;
	margin-right: 20px;
}
div#special_detail form, div#form form {	
	text-align: right;
}
div#special_detail form p, div#form p {	
	text-align: left;
	font-size: 20px;
}


/* text */
.text {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0px;
}
.text a {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
.text a:hover, div#footer a:hover, div#base a:hover, div#scrollContainer div div.info a:hover {
	color: #ffa81b;
	cursor: pointer;
}
p {
	display: block;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #ffffff;
	clear: left;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
input[type=text], textarea.text {
	width: 300px;
	border: 1px solid #333333;
	color: #424141;
	padding: 6px;
	vertical-align: middle;
	margin-bottom: 2px;
	background: url(../../images/form_bg.jpg) top left no-repeat;
	background-color: #ffffff;
	width: 200px;
}
input[type=submit] {
	color: #333333;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
em {
	font-style: italic;
	color: #999999;
}
em.white {
	color: #ffffff;
	}

div.error {
	border: 1px solid #ff6666;
	background: #ffcccc;
	padding: 5px;
	margin-top: 2px;
	text-align: right;
	color: #414141;
	overflow: auto;
}
div#confirmation {
	border: 1px solid #71b11c;
	background: url(../../images/page_bg.jpg) top repeat-x;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 150px;
	overflow: auto;
}
input#antispam {
	position: absolute;
	left: -3000px;
	}