/* css page for OverDog, December 2006 


black	211d1e
red		b22f39
yeller	e7a614 (dark)
yeller	f6d9a8 (pale)


*/



/* parts of the page */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8125em; 
	color: #211d1e; 
	background-color: #fff;		
	padding: 0px; 
	margin: 0px; 
	}

div#outer	{
	top: 0em; 
	left: 0em; 
	width: 100%; 
	height: 100%; 
	}
 
div#inner	{
	position: relative; 
	top: 0em; 
	width: 780px; 
	height: 100%; 
	margin-left: -390px;  
	padding-left: 50%; 
	}
	
div#border	{
	position: relative; 
	top: 0em; 
	width: 780px; 
	height: 100%; 
	background-color: #f6d9a8; 
	border: 1px solid #211d1e; 
	}
	
div#container	{
	position: relative; 
	top: 0em; 
	width: 760px;  
	height: 100%; 
	margin: 5px 5px 5px 5px; 
	border: 5px solid #b22f39; 
	}

div#center	{
	position: relative; 
	width: 748px;  
	height: 100%; 
	margin: 5px 5px 5px 5px; 
	border: 1px solid #e7a614; 
	}

div#footer	{
	postion: absolute; 
	left: 0em; 
	bottom: 0em; 
	height: 30px; 
	padding: 10px 0px 10px 0px; 
	}
 



/* divs & classes & tags & stuff */

div#bottle	{
	position: absolute; 
	top: 0em; 
	left: 0em; 
	width: 175px; 
	padding: 25px 0px 0px 20px; 
	}

div#content	{
	position: relative; 
	margin: 0px 0px 0px 195px; 
	width: 553px; 
	height: 100%; 
	}

h1	{
	font-size: 1.5em; 
	color: #b22f39; 
	margin-top: 10px; 
	margin-bottom: -5px; 
	}
	
div#content p	{
	font-size: .85em; 
	line-height: 1.2em; 
	margin-bottom: -5px; 
	}
	
div#content p.ingredients	{
	font-size: .75em; 
	padding-top: 5px; 
	}
	
div#logo	{
	float: left; 
	margin-top: 12px;  
	}

div#gooddoggy	{
	float: left; 
	margin: 15px 0px 0px 30px; 
	width: 155px; 
	height: 103px; 
	border: 1px solid #b22f39; 
	padding: 5px 5px 5px 5px; 
	}

div#gooddoggy2	{
	float: left; 
	margin: 15px 0px 0px 30px; 
	width: 120px; 
	height: 116px; 
	border: 1px solid #b22f39; 
	padding: 5px 5px 5px 5px; 
	}

div#copy	{
	position: relative; 
	width: 500px; 
	}

a:link, a:active	{
	color: #b22f39; 
	text-decoration: none; 
	}
	
a:visited	{
	color: #b22f39; 
	text-decoration: none; 
	}
	
a:hover	{
	color: #b22f39; 
	text-decoration: underline; 
	}
	
.addtocart	{
	color: #b22f39; 
	font-weight: bold; 
	}
	
.viewcart	{
	color: #b22f39; 
	padding-left: 20px; 
	}
	
div#footer p	{
	font-size: .85em; 
	line-height: 1.1em; 
	text-align: center; 
	}
	
table	{
	margin: 20px 0px 10px 0px; 
	font-size: .85em; 
	border-top: 1px solid #211d1e; 
	border-bottom: 1px solid #211d1e; 
	}

td.border	{
	border-bottom: 1px solid #211d1e; 
	}

.kosher	{
	margin: 20px 0px 0px 0px; 
	}









