/*************************************
 *           Oxford Supply           *
 *            Style Sheet            *
 *************************************/
 
 /* redish brown color:  #573434  */
 
 /* main contains header, content, footer */
 
 
body {
	font-size: 76%;
	font-family: helvetica, arial, verdana, san-serif;
	padding: 2px;
	margin: 2px;
}

img {
	border: 0;
}

#main {
	position: relative;
	height: 600px;
	width: 760px;
}

.clear{
	clear: both;
}


#header {
	position: relative;
	width: 760px;
	height: 250;
	padding: 5px;
	padding-left: 10px;
	font-size: 1.6em;
	border: 2px solid #573434;
}

#content {
	position: relative; 
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 10px;
	/*border: 1px solid red;*/
}

#header #headerimage {
	position: relative;
	width: 336;
	
	z-index: 10;
}

#header #name {
	position: relative;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 90px;
	float: right;
	width: 420px;
	font-size: 3em;
	color: #573434;
	text-align: center;
	font-weight: bold;
}


#nav {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	z-index: 200;
}


.left{
	postion: relative;
	float: left;
}

.side {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #D1BDB2;
	width: 200px;
}

.side .menu {
	position: relative;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25em;
}

.side .menu .menuitem {
	padding: 3px;
	font-weight: bold;
	margin-bottom: 1em;
}

.side .menu .menuitem a, .side .menu .menuitem img{
	text-decoration: none;
	border: 0;
	color: #000;
}

.side .menu .menuitem a:hover{
	color: #FFF;
}

.script {
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.phone {
	margin-top: 10px;
	font-size: 1.1em;
	text-align: center;
}

#central {
	position: relative;
	height: 290px;
	width: 490px;
	padding-left: 2em;	
	margin-left: 210px;
	
}

#form {
	position: relative;
	width: 490px;
	padding-left: 2em;	
	margin-left: 210px;
	
}

#map_canvas {
	position: relative;
	padding-left: 4em;	
	margin-left: 210px;
}


.text {
	font-size: 1.5em;
}

.product {
	position: relative;
	padding-top: 1em;
	list-style-type: square;
}

.product li {
	margin-bottom: 1em;
	margin-left: 0;
}

.deerproduct {
	font-size: 1.25em;
	list-style-type: square;
	margin-top: 0;
}

.deerproduct li {
	padding-left: 0;	
}

.product.half li {
	margin-bottom: .5em;
}


.imageright{
	position: relative;
	float: right;
	padding-top: 1em;
	margin-bottom: 10px;
	/*border: 2px solid red;*/

}

.imageleft {
	position: relative;
	float: left;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 10px;
	margin-left: 0px;
	/*	border: 2px solid yellow;*/
}

.imagecenter {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.textright{
	position: relative;
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 1em;
	width: 65%;
}

.textleft {
	position: relative;
	width: 63%;
}

.caption{
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}	

.textleft p, .textright p {
	margin-left: 1.5em;
	margin-bottom: 0;
	padding-top: 1em;
	font-weight: bold;
	font-size: 1.2em;
}

.separate {
	clear: both;
	width: 100%;
	border-bottom: 2px double #D1BDB2;
}

#footer {
    clear: both;
    margin-top: 10px;
}




