* {
	margin: 0;
	padding:0;
	border: 0;
}


html {
	height: 100.1%;
	font-size: 100.1%;
}

body {
	height: 100%;
	line-height: 1.2em;
	text-align: center;
 	font: 76% arial,sans-serif;
 	color: #666666;
	background: #EFECE5 url(http://oxygreenpet.com/images/BkTile.jpg) repeat-x;
	padding-top: 15px;
}

#title {
	height:60px;
	margin:0;
	padding:10px 0 0 20px;
	background: #f6f6f5;
}

#title img {
	float: left;
}

a, a:visited {
        color: #44778D;
}

ul {
        list-style: none;
}

/**************************

MENU

**************************/

#menu {
	float: right;
	width: 450px;
	padding-right: 3px;
        position: relative;
        bottom: -30px; 
}

* html #menu {
        position: relative;
        bottom: 0px;
}

#menu ul {
	padding: 0;	
	margin: 0;	
	list-style: none;
	float: right;
	position: relative;
	white-space: nowrap;
}

#menu li {
	display: inline;
}

#menu li a {
	font-weight: normal;
	font-size: 14px;
	float: left;	
	padding: 5px 10px;
        color:#666;
	text-decoration: none;    
}

#menu li a:visited {
        color: #666;
}

#menu li a:hover {	
	text-decoration: underline;	
	padding: 5px 10px;
	color: #5F99B2;
	background-color: #E1E1E1;
}

/* end menu */

#icons {
	border-top: 5px solid #BBBBBB;
	height:120px;
	padding-left:10px;
	padding-top: 5px;
	background: #E5E5E5 url(http://oxygreenpet.com/images/border2.gif) bottom repeat-x;
	color: #79B30B;
	font-weight: bold;
/*	border-bottom: 4px solid #D9E8EB; */
}

#art {
	height: 120px;
	background: url(http://oxygreenpet.com/images/HeadDog.jpg) no-repeat;
	background-color:  #A4CB8C;
}

#art .bottles {
	position: relative;
	left: 520px;
	top: 20px;
}

* html #art .bottles {
	left: 710px;
        top: 132px;
}

.thumb {
	float: left;
	width: 80px;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb a, .thumb a:visited {	
	background: url(http://oxygreenpet.com/images/IconBk.jpg) no-repeat;
	display: block;
	left: 0;	
	text-decoration: none;	
}

.thumb a:hover {	
	background: url(http://oxygreenpet.com/images/IconBkOn.jpg) no-repeat;
}

#container{
	text-align:left;
}

#content p{
	line-height:1.4
}

h2{
	font-size: 1.5em;
	font-family: arial, sans-serif;
	color: #5F99B2;
	margin-bottom: 10px;
}

#content h2{
	font-size: 1.5em;
	font-family: arial, sans-serif;
	color: #5F99B2;
	margin-left: 20px;
}

#navigation{
	background:#B9CAFF
}

#extra{
	background:#fff;
}

#footer{
	background: #fff;
	color: #5F99B2;
}

#footer p{
	margin:0;
	padding:5px 10px
}

#container{
	width:700px;
	margin:0 auto;
	border: 3px solid #A9E5E3;
	background-color: #fff;
}

#content{
	float:left;
	width:494px;
	margin: 10px 0 150px 0;
	border-right: 1px dotted #5F99B2;
}

#contentwide {
	float:left;
	width:400px;
	margin: 10px 0 150px 20px;
}

#contentwide li {
        margin: 3px 3px 5px 0px;        
}

#content p{
	margin: 5px 10px 0 20px;
}

#sidebar{
	float:right;
	width:180px;
	margin-left: 10px;
}

#sidebarnarrow{
	float:right;
	width:160px;
	margin-left: 10px;
}

#extra{
	float:right;
	clear:right;
	width:180px
}

#footer{
	text-align: center;
	clear:both;
	width:100%;
	font-size: .8em;
}

#translation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#translation li {
        padding: 3px 0 3px 0;
}

#translation a {
	color: #79B30B;
}

#translation a:hover {
	color: #B50A00;
}

#translation p {
	font-size: 1.2em;
        font-weight: bold;
	color: #5F99B2;
	margin-bottom: 5px;
	padding: 0;	
}

