@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #160000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image:url(/custom/themes/default/images2/backtile.gif);
	line-height: 1.60em;
}

.formField {

}

select option{
	padding: 1px 0 1px 0;
}


.orderBox {
	font-weight: normal;
	font-size: 12px;
	}

#container { 
	width: 1020px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	position: relative;
	width: 1020px;
	height: 135px;
} 


#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 50px;
	font-family:Arial, Helvetica, sans-serif;
	color: #f5ede3;
}
	
#header #creative{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #f5ede3;
}

#header #dogwood{
	position: absolute;
	top: 40px;
	left: 0px;
	color: #f5ede3;
}

#header  h3 {
	position: absolute;
	top: 96px;
	left: 4px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f1cfa4;
}
	

#header h2 {
	position: absolute;
	top: 40px;
	left: 360px;
	margin: 0px;
	padding: 0px;
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f1cfa4;
}

#header #number {
	position: absolute;
	top: 15px;
	left: 835px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1cfa4;
	font-weight: bold;
}

#contentwrap {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#contentwrap #top {
	float: left;
	position: relative;
	width: 1020px;
	height: 31px;
	background-image:url(/custom/themes/default/images2/top.gif);
}

#top #topnav {
	position: absolute;
	top: -4px;
	left: 284px;
}

#topnav a {
	color: #7dc858;
	text-transform:uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#contentwrap #middle {
	float: left;
	width: 1020px;
	background-image: url(/custom/themes/default/images2/content-tile.gif);
	background-repeat:repeat-y;
}

#contentwrap #foot{
	float: left;
	width: 1020px;
	height: 18px;
	background-image:url(/custom/themes/default/images2/footer.gif);
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding: 0 5px 0 15px;
}
#mainContent {
	margin: 0 0 0 270px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 710px;
	line-height: 1.45em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
} 

#mainContent2 {
	margin: 0 0 0 275px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
	line-height: 1.45em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #301a04;
} 

#mainContent2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #99041a;
}



#welcomebox h2 {
	color: #f1cfa4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 5px 0;
}

#featured {
	width: 680px;
	background-color: #1c7707;
	padding: 5px;
	border: 1px solid #46040e;
}

#featured h2 {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;

}

#petcontent{
	width: 660px; 
	height: 700px;
	background-color:#331d04;
	color: #ffffff;
	padding: 10px;
	margin: 0 0 0 6px;
}

#petcontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	color:#FFFFFF;

}


#footer { 
	width: 1000px;
	height: 18px;
	background-image:url(/custom/themes/default/images2/footer.gif);
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
