/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/wrapperbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0776b1;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

#header {
	background-image:url(../images/headerbg.png);
	background-repeat:no-repeat;
	height:178px;
}

#menu {
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	height:37px;
	padding-left:274px;
}

#contentwrapper {
	/*height:100%;*/
	overflow:hidden;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	margin-bottom:-14px;
}



#siteby {
	background-image:url(../images/sitebybg.png);
	background-repeat:no-repeat;
	height:37px;
}

#footer {
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	height:73px;
	padding-left:274px;
}

#logo {
	margin:20px 0 0 274px;
}

#basket {
	float:right;
	margin-top:55px;
	margin-right:51px;
}

.menuspacer {
	margin-right:53px;
}

.box {
	float:left;
	margin-bottom: -3000px; padding-bottom: 3000px;

}

.product {
	clear:left;
}

#leftcol {
	width:257px;

}

#maincol {
	background-color:#FFF;
	width:493px;	

}
#maincolpad {
	padding-left:15px;
}

#rightcol {

	width:240px;
}

#siteby {
	clear:both;
	padding-left:274px;
}

#rightcolimage {
	background-image:url(../images/rightcol.jpg);
	background-repeat:no-repeat;
	min-height:516px;
}

img {
	border:none;
}

#rightcolimage {
	padding-left:39px;
	padding-top:25px;
}

#basketholder {
	border:#5f5f5f solid 1px;
}

#inputbox {
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#999 solid 1px;
	height:19px;
}

#searchbutton {
	padding-top:1px;
	margin-left:-1px;
}

#searchbox {
	margin-left:30px;
	margin-top:30px;
}

/* Text Styles */

h2 {
	font-size:14px;
	margin-top:0px;
}

.redtext {
	color:#fe0000;
}

.h2big {
	font-size:18px;	
}

#menu p {
	margin:0;
	color:#FFF;
	font-size:20px;
	padding-top:6px;
}

#menu a {
	color:#fff;
	text-decoration:none;
}

#siteby p {
	color:#FFF;
	padding-top:8px;
	font-size:14px;
}

#siteby a {
	color:#FFF;
}

#footer p {
	margin:0;
	padding-top:25px;
	font-size:12px;
}

#rightcolimage p {
	margin-top:0;
	font-size:14px;
	font-weight:bold;
}

#basketholder p{
	font-size:12px;
	margin:5px;
	color:#626262;
}

#basketholder a {
	color:#626262;
}

#home_region1 {
	font-size:14px;
}

h1 {
	color:#FE0000;
	font-size:25px;
	margin-top:16px;
}

/* Other Styles */

#categorymenu ul{
	font-weight:bolder;
	font-size:15px;
	list-style:none;
}

#categorymenu ul li {
	margin-bottom:5px;
}

#categorymenu ul a{
	color:#626262;
	text-decoration:none;
}

.links a {
	color:#000;
}

a {
	color:#000;
}

.subcategory {
	clear:both;
}

.contactform p {
	clear:both;
}

.section {
	clear:left;
}

.emailreminder {
	clear:left;
}

.breadcrumbtrail li {
	display:inline-block;
}

.breadcrumbtrail ul{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.breadcrumbtrail ul li {
	display:inline;
}

.paging_footer {
	clear:both;
}