
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7d712d;
	margin:0;
	background-image:url(../img/bigBG.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#bodycontainer {
	width: 812px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bodyMiddle.gif);
	background-repeat:repeat-y;
}

#contentcontainer {
	width: 794px;
	margin-left:auto;
	margin-right:auto;
}

#nav {
	background-image:url(../img/headerNavBar.jpg);
	background-repeat:no-repeat;
	width: 794px;
	height: 23px;
	padding-top:4px;
}

#nav a {
	font-weight:bold;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
}

#footer {
	background-image:url(../img/footerBG.jpg);
	width: 794px;
	height:41px;
	font-size: 9px;
	color:#fff;
	padding-top: 5px;
}

#footer a {
	font-size: 9px;
	color:#fff;
}

select {
	border:1px solid #000000;
	height:20px;
}

input[type=text] {
	border:1px solid #000000;
	height:15px;
}

h1 {
	font-size:30px;
	color:#7d712d;
	margin-bottom: 0px;
	margin-top: 0px;
  padding-bottom: 0px;
	padding-top: 0px
}

h2 {
	font-size:14px;
	color:#7d712d;
	margin-top: 0px;
  padding-top: 0px;
}

h3 {
	font-size:12px;
	color:#7d712d;
	margin-bottom: 0px;
	margin-top: 0px;
  padding-bottom: 0px;
	padding-top: 0px
}

a:link              { color:#7d712d; text-decoration:underline; }
	a:visited           { color:#7d712d; text-decoration:underline; }
 	a:hover             { color:#aa9c3d; text-decoration:underline; }
 	a:active            { color:#7d712d; text-decoration:underline; }

.parts {
	border: 1px solid #cc9;
	padding: 10px;
}

/*ORDER PAGE ELEMENTS*/
#orderContainer {
	width:790px;
}
#side-a {
	float: left;
	width: 395px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 395px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

/* Order Form styles */

.orderCat {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
}

.catImg {
	display:block;
	float:left;
	width:100px;
	margin-right:-100px;
	position:relative;
}

.orderRow {
	width:630px;
	position:relative;
	left:110px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #000000;
}

.orderItem {
	float:left;
	width:300px;
	margin-right:15px;
}

.orderItem .model {
	float:left;
	width:80px;
	font-weight:bold;
}

.orderItem .mDesc {
	float:left;
	width:150px;
	font-size:11px;
	margin-right:5px;
}

.orderItem .mQty {
	float:left;
	width:40px;
}

.orderItem .mQty input {
	width:30px;
}

.errText {color:#f00;}

.errInput, .errTextArea {
	border:1px solid red;
	background-color:#FFF655;
}

.errorInput, .errorTextArea {
	border:1px solid red;
	background-color:#FFF655;
}

.errorSelect {
	border:1px solid red;
}

.orderError {
	width:600px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF655;
	padding:5px 20px;
	margin:10px auto;
}

.orderError img {
	display:block;
	float:left;
	margin:auto 20px auto 0;
	border-right:1px solid #FFFFFF;
	padding-right:20px;
}

