@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #DABC8A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444446;
	background-image:url(../images/bones_bg.jpg);
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header{
	height:268px;
	background-image:url(../images/rockosrewards_header.jpg);
}

.oneColFixCtr a:link {
	color: #0093BC;
	text-decoration:none;
}

.oneColFixCtr a:visited {
	color:#9Fc16A;
	text-decoration:none;
}

blockquote {
	background-color:#F2E5C2;
    border: 1px solid #E4D1A9;
	padding: 10px;
}

acronym, abbr {
	font-style:normal;
}

H3 {margin: 5px;}

.oneColFixCtr #navigation {
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	margin: -21px 5px 21px;
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
}

.oneColFixCtr #navigation ul{
	display: inline;
	list-style:none;
}

.oneColFixCtr #navigation a:link {
color:#000000;
text-decoration:none;
}

.oneColFixCtr #navigation a:active {
color:#999999;
text-decoration:none;
}

.oneColFixCtr #navigation a:hover {
color:#00A4BA;
text-decoration:underline;
}

.oneColFixCtr #navigation a:visited {
color:#0000FF;
text-decoration:none;
}

/*Navigation Tabs */
#navigation ul {
	margin-left: 0px;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	margin: 0;
	margin-bottom: 0;
	padding: 3px 15px 5px;
	list-style: none;
	display: inline;
	}
	
#navigation ul li.here {
	list-style: none;
	display: inline;
	background-image:url(../images/here_tab.png);
	}
	
#navigation ul li.small_tab {
	background-image:url(../images/small_tab.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 68px;
	}	
	
#navigation ul li.large_tab {
	background-image:url(../images/large_tab.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 105px;
	}
	
#navigation ul li.home {margin: 0 -2px 0; width:68px;}
#navigation ul li.rocko {margin: 0 -2px 0; width:68px;}
#navigation ul li.products {margin: 0 -5px 0; width: 105px;}
#navigation ul li.order {margin: 0 -2px 0; width: 105px;}
#navigation ul li.news {margin: 0; width:68px;}
#navigation ul li.testimonials {margin: 0 -2px 0; width: 105px;}
#navigation ul li.friends{margin: 0 -5px 0; width: 105px;}
#navigation ul li.contact {margin: 0 -1px 0; width: 105px;}

#grad_bar {
background-image:url(../images/bar.jpg);
background-position:left;
width: 900px;
height:16px;
overflow:hidden;
margin: -16px 0 10px 0;
}

/* Left Sidebar */

.oneColFixCtr #leftSidebar {
	margin-left:30px;
	width: 340px;
	float:left;
}

.POPs {
	margin: 5px;
	border:none;
}

/* Main Content */
.oneColFixCtr #mainContent {
	width:450px;
	float: right;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent H1 {
background-image:url(../images/bone_bg_h1.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left: 75px;
}

#mainContent H2 {
background-image:url(../images/bone_bg_h2.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left: 55px;
}

#mainContent a:link {
color: #0093BC;
text-decoration:none;}

/* Footer */

#footer {
	clear:both;
	width:900px;
	margin: 0 auto;
	font-size: 8px;
	}

#footer .right_align{
	text-align:right;
	float:right;
	width: 350px;
	}
	
#footer .left_align{
	text-align:left;
	float:left;
	width: 450px;
	}
	
/* Overall Alignment */

.align_left { text-align:left;}
.align_center { text-align:center;}
.align_right { text-align:right; }
	
/* Login Box */

#login_block {
margin: 0 0 0 5px;
width:296px;
}

form {
	padding: 10px;
}

#login_header {
background-color: #0492C0;
color:#FFFFFF;
margin-bottom: -10px;
height: 3.25em;
padding-top:.25em;
background-image:url(../images/login_bg2.png);
background-position:top;
background-repeat:no-repeat;}

#login_header a:link {
color:#FFFFFF;
text-decoration:none;
}

#login_header a:active {
color:#FFFF66;
text-decoration:underline;
}

#login_header a:visited {
color:#FFFFFF;
text-decoration: none;
}

#login_header a:visited:active {
color:#FFFF66;
text-decoration:underline;
}

#login_content {
padding: 5px;
margin-top: 0px;
background-color:#EBE8D5;
background-image:url(../images/login_bg1.png);
background-position:bottom;
background-repeat:no-repeat;}

/* Order Now & Email Us */

.oneColFixCtr #buynow {
width:350px;
height:200px;
margin-top: 20px;
}

.oneColFixCtr #buynow img{
border:none;
float:left;
text-align:left;
margin-right: 30px;}

.oneColFixCtr #buynow h2{
font-size:24px;
margin-bottom: -20px;
}

.oneColFixCtr #buynow p{
font-size:14px;
margin-left: -20px;
z-index:2;
}

div.float {
  	float: left;
  	margin-left: 10px;
  	margin-right: 10px;
	position: relative;
	border:solid 1px #cccccc;
	width:125px;
	height:150px;
	background-image:url(../images/product_bones_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
  }
  
 div.float h3 {
 font-weight:bold;
 font-size:16px;
 text-align:center;
 
 } 
div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }

/* Pet Of The Week */
.POW {
background-color:#F2E5C2;
border: 1px solid #E4D1A9;
padding: 10px;
text-align:left;
float:left;
margin-right: 10px;
}

.POW_title {
font-weight:bold;
}


/* Forms */
.input {
    border: 1px solid #E4D1A9;
    background: #fff;
	margin-right: 55px;
	width: 130px;
}
.button {
	color:#FFFFFF;
    border: 1px solid #006;
    background: #ccc;
	background-image:url(../images/button_down.png);
	background-position:center;
	background-repeat:repeat-x;
	margin-left: 75px;
}

.button:hover {
	color:#000000;
	background-image:url(../images/button_down1.png);
	background-position:center;
	background-repeat:repeat-x;
}

label {
    display: block;
    width: 60px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }