*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background: url("../images/body_bg.jpg") top left repeat-x;
	background-color: #0154a8;
}


div#page-wrap{
	margin: 0 auto;
	height: 100%;
	width: 1003px;
	background-color: white;
	position: relative;
}

div#header {
	background: url("../images/header_bg.jpg") top left no-repeat;
	width: 1003px;
	height: 311px;
}

div#logo {
	top: 100px;
	left: 30px;
	position: relative;
}

div#phone-number{
	background-color: white;
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	height: 28px;
	font-size: 14pt;
	color: red;
	font-weight: bold;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 162px;
	*top: 160px;
	left: 790px;
}

div#content {
	background: url("../images/content_top_bg.jpg") top left no-repeat;
	min-height: 400px;
	margin-top: -45px;
}

div#content-inner{
	width: 943px;
	margin: 0 auto;
	height: 100%;
}

div#nav {
	background: url("../images/nav_bar.jpg") top left no-repeat;
	height: 42px;
}


#nar ul {
	padding:0px;
	margin:0;
	list-style-type:none;
   	display:table;
}

#nav li {
	float:left;
	position:relative;
	height:42px;
	line-height:42px;
	margin:0;
	list-style-type: none;
}

#nav a, #navbar a:visited {
	padding:0 11px;
	float:left; 
	position:relative;
	text-transform:capitalize;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	height:42px;
	line-height:42px;
}

#nav a:hover {
	color: #000000;
	background: white;
}

#nav :hover > a {
	color: #000000;
	background: white;
}


div#subnav_menu {
	width: 400px;
	background-color: white;
	border: solid 2px red;
	color: black;
	float: left;
	position: absolute;
	top: 300px;
	left: 200px;
}

div#subnav_menu ul {
}

div#subnav_menu li {
	line-height: 20px;
	font-size: 14px;
	list-style-type: none;
}

div#subnav_menu li:hover {
	background-color: #E6A293;
}


#subnav :hover > a {
	background-color:#E6A293;
}

div#subnav_menu a {
	color: black;
}

div#shopping-cart {
	background-color: #fa8627;
	height: 42px;

}

div#login-prompt {
	text-align: right;
	margin-right: 20px;
}

div#main-content {
	margin-top: 20px;
	
}

div#left-content {
	float: left;
	width: 210px;
}

div#left-content-inner {
	margin: 0 auto;
	width: 179px;
}

div#right-content {
	float: left;
	width: 710px;
	padding-left: 8px;
}


div#right-content-inner{
	margin: 0 auto;
	width: 693px;
	z-index: 9999;
}

div#new-products {
	margin-top: 5px;
}

.section-header {
	background: url("../images/section_bar_bg.jpg") top left no-repeat;
	height: 51px;
}

.section-header h2 {
	vertical-align: middle;
	font-size: 20px;
	color: white;
	font-weight: bold;
	line-height: 50px;
	padding-left: 20px;
}

.section-content {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	height: 100%;
}


.product-item {
	float: left;
	width: 215px;
	padding-left:10px;
	padding-top:5px;
	height: 180px;
	margin-bottom: 5px;
}

.item-header {
	background: url("../images/product_section_top_bg.jpg") top left no-repeat;
	height: 44px;
}

.item-header a{
	color: #0255a8;
	font-weight: bold;
	line-height: 50px;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
	text-decoration: none;
	white-space: nowrap;
}

.item-content {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-left:1px;
	padding-top: 20px;
	padding-bottom: 10px;
}
	

.prompt {
	font-weight: bold;
	color: #0d467f;
}

.red-highlight {
	font-weight: bold;
	color: red;
}

.price {
	font-weight: bold;
	color: red;
	font-size:16px;
}

.clear_all {
	clear: both;
}


div#search-box {
	background: url("../images/search_bg.jpg") top left no-repeat;
	height: 145px;
}

div#shop-toys {
	background: url("../images/shop_toys_bg.jpg") top left no-repeat;
	height: 160px;
	margin-top: 20px;
}

div#login-box {
	background: url("../images/login_bg.jpg") top left no-repeat;
	height: 159px;
	margin-top: 20px;
}

div#featured-item {
	margin-top: 25px;
}

div#featured-item-top {
	background: url("../images/featured_top_bg.jpg") top left no-repeat;
	height: 8px;
}

div#featured-item-bottom {
	background: url("../images/featured_bottom_bg.jpg") top left no-repeat;
	height: 8px;
}

div#featured-item-content {
	background: url("../images/featured_content_bg.jpg") top left repeat-y;
}

.featured-item-title {
	color: red;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
}

.featured-item-link {
	color: #045796;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
}

div#footer {
	background: url("../images/footer_bg.jpg") bottom left no-repeat;
	height: 231px;
	/*margin-top: -150px; */
}

div#footer-address-bar {
	margin: 0 auto;
	background-color: #7ed8f2;
	height: 80px;
	width:943px;
	top: 40px;
	position: relative;
}

div#copy-right {
	margin: 0 auto;
	height: 100px;
	width:943px;
	top: 40px;
	position: relative;

}

.bold {
	font-weight: bold;
}

.bread-crumb span {
	color: red;
	font-weight: bold;
}

.product-title {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.product-detail p {
	line-height: 18px;
	font-weight: bold;
}

input, select, textarea {
	border: solid 1px #ccc;
}

.hidden_input {
	display: none;
}

input[type='hidden'] {
	border: 0;
}

input[type='image'] {
	border: 0;
}
