/***********************************************************************
	GENERIC
************************************************************************/

body {
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	/*background-image:url(../i/background.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
	color:#000000;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
}
a { 
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

/***********************************************************************
	LAYOUT
************************************************************************/

div#wrapper {
	width:980px;
	background-image:url(../i/back_wrapper.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	margin:auto;
}
div#topbar {
	width:920px; 
	height:250px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding:0px 30px 0px 30px;
	margin:0;
	color:#ffffff;
}

div#topbar a { 
	color:#FFFFFF;
}
div#topbar a:hover {
	color:#FF0000;
}

.back-sign{
	background-image:url(../i/back_top_sign.jpg);
}
.back-cogs{
	background-image:url(../i/back_top_cogs.jpg);
}
.back-wing{
	background-image:url(../i/back_top_wing.jpg);
}
.back-joint{
	background-image:url(../i/back_top_joint.jpg);
}
.back-gramma{
	background-image:url(../i/back_top_gramma.jpg);
}
.back-dial{
	background-image:url(../i/back_top_dial.jpg);
}
.back-cogs2{
	background-image:url(../i/back_top_cogs2.jpg);
}
.back-uniform{
	background-image:url(../i/back_top_uniform.jpg);
}
.back-press{
	background-image:url(../i/back_top_press.jpg);
}
.back-mask{
	background-image:url(../i/back_top_mask.jpg);
}
.back-plane{
	background-image:url(../i/back_top_plane.jpg);
}
.back-glasses{
	background-image:url(../i/back_top_glasses.jpg);
}

div#topbar-nav{
	width:160px;
	height:120px;
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 200px;
}
div#topbar-subnav{
	width:auto;
	height:40px;
	font-size:15px;
	padding:29px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}

div#main {
	width:920px;
	min-height:300px;
	text-align:left;
	padding:0px 30px 0px 30px;
	margin:0;
}
div#main-pad {
	width:860px;
	text-align:left;
	padding:10px 30px 0px 30px;
}

div#main-main {
	width:420px;
	text-align:left;
	padding:10px 25px 0px 25px; /*5px off edges*/
	position:relative;
}
div#main-right {
	width:420px;
	padding:10px 25px 0px 0px;
	float:right;
	overflow:hidden;
}
div#main-left {
	width:420px;
	padding:10px 0px 0px 25px;
	float:left;
	overflow:hidden;
}

/*div#double-main {
	width:460px;
	text-align:left;
	padding:10px 0px 0px 0px;
}
div#double-right {
	width:150px;
	padding:10px 75px 0px 20px;
	float:right;
	position:relative;
}
div#double-left {
	width:150px;
	padding:10px 20px 0px 75px;
	float:left;
	position:relative;
}*/

div#footer {
	width:920px;
	height:40px;
	font-size:11px;
	text-align:center;
	background-image:url(../i/back_footer.jpg);
	background-repeat:repeat-x;
	padding:40px 30px 0px 30px;
	margin:0;
	color:#ffffff;
}

/***********************************************************************
	CONTENT
************************************************************************/

h1 {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:##B9392D;
}
h2 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
}
h3 {
	font-size:16px;
	line-height:10px;
	font-weight:bold;
}
span.float-l {
	float:left;
}
span.float-r {
	float:right;
}
.form {
	background:#FFFFFF;
	border:1px solid #666666;
	font-size:11px;
	line-height:11px;
	color:#000000;
}
.form-button{
	background:#666666;
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.price {
	font-size:12px;
	font-weight:bold;
	color: #CCCCCC;
}
.image {
	/*border:1px solid #999999;*/
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	/*border: none */
}

fieldset div input, fieldset div textarea  {
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-15px;
	color:#FFFFFF;
}

label {
	float: left;
	padding: 0 1em;
	text-align: right;
}

fieldset {
	border: 1px solid #aaa;
	padding:20px 20px 20px 10px;
	position:relative;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

form fieldset div {
	clear: both;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	width: auto;
	border: 0;
}

form {
	width:auto; 
	/*background: url(../i/layout/form-bg.gif) repeat-x;*/
}

form fieldset { 
	padding:10px; 
}

label { 
	float:left;
	width:40%;
	height:22px;
	color: #FFF;
}

fieldset div input, fieldset div textarea  {
	width: 50%;
}

div.req label { font-weight: bold }
div.multi label { height: 22px }
p.notice { color: #d22 }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

/*div.submit input {
	border: 1px solid #01496B;
	padding: 0px .7em;
	background-color:#FFF;
	color: #000;
	width: auto;
	font-weight: bold;
}*/