/*=== Setup ===*/
*{
	margin: 0;
	padding: 0
}
body{
	background: url(../images/interface/bgr.gif) #d0effb repeat-x top;
	color: #666666;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #00a3d7;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}

h2{
	color: #00a3d7;
	font-size: 2.1em;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 .5em
}
h3{
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 1em
}
p{
	line-height: 1.6em;
	padding: 0 0 2em
}
/*=== Layout ===*/
body {
	margin: 0 auto;
	width: 799px
}
/*=== Header ===*/
#header{
	background: url(../images/interface/header-bgr.jpg) no-repeat right;
	height: 140px
}
/*- Logo -*/
#header h1{
	background: url(../images/interface/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 215px
}
#header h1 a{
	display: block;
	height: 140px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav{
	font-size: 12px;
	height: 35px
}
#nav li{
	list-style: none;
	background: url(../images/interface/nav-sep.gif) no-repeat right;
	float: left;
	line-height: 35px
}
#nav li.last, #subnav li.first{
	background: none
}
#nav li a{
	color: #ffffff;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 15px
}
#nav li a:hover,
#nav li.active a{
	background: url(../images/interface/nav-hover.gif) #00a3d7 no-repeat bottom;
	color: #ffffff;
	text-decoration: none
}
/*- Nav2 -*/
#subnav{
	background: #ffffff;
	font-size: 11px;
	height: 30px
}
#subnav li{
	list-style: none;
	background: url(../images/interface/subnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px
}
#subnav li a{
	color: #0088b5;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 15px
}
#subnav li a:hover,
#subnav li.active a{
	color: #868686;
	text-decoration: none
}
/*=== Columns ===*/
.cols{
	background: #ffffff;
	height: 1%;
	padding: 25px 20px 20px
}
.col1{
	clear: both;
	float: left;
	width: 370px
}

#static_pages .col1 {
	width: 755px;
}

#contact .col1 {
	width: 240px;
}

.col2{
	float: right;
	margin: 15px 0 0;
	width: 355px
}

#contact .col2{
	float: right;
	margin: 15px 0 0;
	width: 495px
}

.row2 {
	padding-top: 2em;
}

.pdf-preview {
	border: 1px solid #CCCCCC;

}

.cols ul {
	margin: 0;
	padding: .5em 0em 1em 2em;
}

.cols ul li {
	line-height: 1.4em;
}

#product h2{
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 1em
}

/* forms 
--------------------------------------------- */

div.form {
	margin: 20px 0;
}

div.form .group {
	float: clear;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

div.form .group label {
	float: left;
	width: 90px;
	padding: 4px 0 0 0;
	font-weight: bold;
	vertical-align: middle;
}

div.form .group span.req {
	margin: 0 5px 0 5px;
	font-family: Baskerville, Georgia, serif;
	color: #CC6600;
	font-size: 18px;
	line-height: 1;
}

div.form .group .field {
	float: left;
	width: 400px;
} 

div.form .group .field input {
	padding: 4px;
	font-size: 12px;
}

div.form .group .field text-area {
	padding: 4px;
	font-size: 12px;
}

div.form div.submit {
	padding-left: 90px;
}



/*=== Footer ===*/
#footer{
	background: url(../images/interface/page-bot.gif) no-repeat top;
	color: #3c859d;
	font-size: .9em;
	height: 40px;
	margin: 0 auto;
	padding: 25px 0 0;
	text-align: center;
	width: 799px
}
#footer a{
	color: #3c859d
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
