html{
	font-family: arial;
	font-size: 14px;
	background-color: black;
}

a,a:hover,a:visited{
	color:gray;
	text-decoration: none;
}

a:hover{
	color: #c41f2c;
}

img{
	border:0px;
}

.squashed{
	margin-top:5px;
	margin-bottom:5px;
}

#left img{
	display: block;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
}

#bottom img{
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
}

h1{
	color:white;
	margin:0px;
	padding:0px;
	font-size: 12px;
	text-transform: uppercase;
}

h2{
	color:#b00a14;
	margin:0px;
	padding:0px;
	font-size: 20px;
}

h3{
	color:white;
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-weight: bold;
}

ul.sitenav{
	color: #7cb378;
	padding-left:0px;
	margin:25px 25px;
}

ul.toysnav{
	margin:0px;
	padding:0px;
	list-style: none;
}

ul.toysnav li{
	background-image: url(../images/arrow.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid gray;
	margin:0px;
	margin-left:10px;
	line-height: 45px;
	padding-left: 40px;
	font-size: 18px;
}

ul.toysnav li a{
	display: block;
	color:gray:
}

ul.toysnav li:hover, ul.toysnav .selected{
	background-image: url(../images/arrow2.png);
}

ul.toysnav li a:hover, ul.toysnav li:hover a, ul.toysnav .selected a{
	color: #c41f2c;
}

#top{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	background: #24479d;
}

#content{
	width:950px;
	height: 520;
	margin-left: auto;
	margin-right: auto;
	background: #fffff2;
	overflow: hidden;
}

#left{
	float:left;
	width:270px;
	background: #fffff2;
	padding: 10px;
}

#right{
	float:left;
	width:290px;
	font-size:13px;
}

#centercont{
   float:left;
   width: 370px;
   padding:0px;
   background: white;
   min-height: 520px;
   height: 520px;
}

#center img {
	padding: 0px;
	margin: 0px;
	width:  370px;
	height: 520px;
	top:0;
	left:0;
}

#green{
	padding:10px;
	background-color: #7cb378;
	color:white;
	overflow: hidden;
}

#green p{
  margin-top:8px;
	margin-bottom:8px;
}


#bottom{
	clear:left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding:0px;
	background-color: #dbd8ed;
	overflow: auto;
}

#bottom2{
	background-position: right;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	background-color: #24479d;
	color: white;
	font-size: 12px;
	overflow:auto;
}

#guarantee{
	width:900px;
	margin-bottom:5px;
	font-size: 10px;
	color: #c41f2c;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


#bottomright{
	float:right;
	width:350px;
	vertical-align:middle;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
}


#orphans{
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	font-size:10px;
}

#more, #product{
	position: absolute;
	float:left;
	text-align:center;
	width:17px;
	margin-left:343px;
	/* margin-top:126px; */
	padding:5px;
	font-size: 18px;
	line-height: 20px;
	background-color: #24479d;
	color: white;
	z-index: 999;
	cursor: pointer;
	border-top:10px solid #7cb378;
}

#more:hover{
	background-color: #c41f2c;
}

#product{
	margin-top:236px;
	background-color: #c41f2c;
	cursor: auto;
}

#product:hover{

}

#price{
	color:#c41f2c;
	font-size: 24px;
	font-weight: bold;
}

#enquire{
	position:relative;
	float:right;
	margin-top:-150px;
	width:74px;
	font-size: 10px;
	text-align: center;
}

#enquire a{
	color: white;
	display: block;
	margin-bottom:5px;
}

#enquire a img{
  display: block;
	margin:0px auto;
	margin-top: 5px;
}

#enquire a:hover{
	color: #c41f2c;
}

.productpic{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

label{
	clear: left;
	display: block;
	float: left;
	text-align: left;
	width: 90px;
	margin-top:2px;
	margin-bottom:2px;
}

input, select{
	clear: right;
	float: left;
	margin-left: 5px;
	width: 155px;
	margin-top:2px;
	margin-bottom:2px;
}

select{
	width: 160px;
}

.captcha{
	width:85px;
}

textarea{
	width:250px;
	height: 60px;
}

#print{
	float:right;
	width:150px;
	text-align:right;
	font-size:10px;
}

#printbutton{
	position:absolute;
	text-align: center;
	bottom:10px;
	right:10px;
}

