@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background.jpg) fixed;
	margin: 0;
	padding: 60px 0 15px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
img {
	border: none;
}
p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	color: #44a4bd;
}
p.prod_nav {
	padding: 10px 0;
}
h3 span {
	margin-left: -9999px;
}
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#top {
	background: url(../images/top.png) top center no-repeat;
	width: 800px;
	height: 13px;
	margin: 0;
}
#center {
	background: #FFF;
	width: 800px;
	margin: 0;
}
#bott {
	background: url(http://royalrugrats.com/images/bottom.png) top center no-repeat;
	width: 800px;
	height: 13px;
	margin: 0 auto;
}

/* Top Navigation ------ */

#topnav {
	float: left;
	width: 790px;
	border-bottom: 5px solid #44a4bd;
	height: 28px;
	margin: 10px 5px 0 5px;
	clear: right;
}
#navline {
	border-bottom: 2px solid  #eea75b;
	float:left;
	width: 790px;
	height: 33px;
}
#tabs {
	float: left;
	width: 555px;
}
#tabs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#tabs ul li {
	float: left;
	width: 105px;
	margin: 0 6px 0 0;
	list-style: none;
}
#tabs ul li a {
	float: left;
	width: 105px;
	display: block;
	padding: 8px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px; 
	text-decoration: none;
	color: #333;
}
li#nav1 a {
	background: #44a4bd;
}
li#nav2 a {
	background: #da62a1;
}
li#nav3 a {
	background: #b5e8a5;
}
li#nav4 a {
	background: #f9f49f;
}
li#nav5 a {
	background: #eea75b;
}
#tabs ul li a:hover {
	background: #dde9ff;
}
#search {
	float: right;
	width: 226px;
	height: 28px;
	background: #44a4bd;
	padding: 0 0 0 5px;
}
#search p {
	float: left;
	width: 65px;
	height: 20px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	text-align: center;
}
#search span {
	float: left;
	width: 150px;
	padding: 5px 0 0 0;
}
#leftnav {
	float: left;
	width: 21%;
	margin-top: 2px;
}
#left {
	width: 100%;
	background: url(../images/flag_bkrd.gif) top left repeat-y;
	float: left;
}
#left a {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#left a:hover {
	color: #da62a1;
}
h3#prods {
	background: url(../images/products.gif) top left no-repeat;
	width: 156px;
	height: 59px;
	margin: 10px 0 5px 0;
}
h3#info {
	background: url(../images/info.gif) top left no-repeat;
	width: 156px;
	height: 50px;
}
h3#cart {
	background: url(../images/cart.gif) top left no-repeat;
	width: 156px;
	height: 75px;
	margin-top: 10px;
}

#flag_bott {
	background: url(../images/flag_bottom.gif) top left no-repeat;
	margin: 0;
	width: 164px;
	float: left;
}
#flag_bott img {
	margin: 30px 0 0 15px;
}
#sxn1 {
	padding: 20px 15px 0 0;
	float: right;
	width: 75%;
}
#bottlinks {
	width: 800px;
	margin: 0 auto;
}
#bottlinks p {
	margin: 5px 0;
	font-size: 11px;
}
#linklist a {
	color: #333;
	text-decoration: none;
}
#sxn1_content p {
	margin: 10px 0;
}
#sxn1_content span {
	margin: 0;
}

/*
#sxn1_content {
	padding-top: 15px;
}
p#catdesc {
	padding-top: 15px;
}
*/
#bottlinks  a:hover {
	color: #da62a1;
}
#linklist {
	font-size: 12px;
	padding: 20px 100px 15px 100px;
	background: #FFF;
}
#copy {
	font-size: 10px;
	padding: 5px 0 10px 0;
	background: #FFF;
}

/* Misc. Classes ------ */

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}