body {
background:#f8f8eb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#box {
width:734px;
height:478px;
margin:0 auto 0 auto;
background:url(../images/mainBackground.jpg) no-repeat;
}

#lines {
height:478px;
background:url(../images/factoryLines.jpg) top left no-repeat;
}

#navigation {
margin:50px auto 0 auto;
width:734px;
text-align:center;
}

#navigation a {
font-family:Georgia, "Times New Roman", Times, serif;
padding:0 10px;
font-size:16px;
color:#996666;
text-decoration:none;

}

#navigation a:hover {
background-color:#FFCC33;
color:#996666;
}

#text {
position:relative;
top:-10px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 auto 0 auto;
color:#333;
font-size:12px;
width:700px;

}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border-top:none;
	border-left:none;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

#storeItem {
width:650px;
background-color:#ccc;

color:#333;
margin:15px auto;
border:1px solid black;
}

#storeItem img {
float:left;
max-height:125px;
border:1px solid black;
margin:17px 10px 5px 10px;
}

#storeItemText {
width:500px;
float:left;
}

#storeItem p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin:0;
padding:5px 5px 15px 5px;
}

#storeItem h2 {
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:3px;
}

#storeItem h3{
margin:0;
padding:2px;
}

#storeItem select, #storeItem input {
float:right;
}

#navigation select, #navigation input {
padding-top:5px;
}
