@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #9DD6FF;
	line-height: 30px;
}

.bold {
	font-size: 15px;
	color: #9DD6FF;
}

#contentwrap {
	background-image: url(../images/logo_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6D554C;
}

#nav li a:hover {
	color: #78B9DC;
}

#basket {
	background-color: #5B86B2;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	width: 190px;
	padding: 10px;
	background-image: url(../images/bg_basket.png);
}

#basket a {
	color: #B9E9FF;
	text-decoration: none;
}

#basket a:hover {
	text-decoration: underline;
}

#searchform {
	background-color: #1B436A;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bg_search.png);
	padding: 10px;
}

#searchform label {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
}

#searchform h3 {
	float: left;
	padding: 7px 10px 0 0;
}

.formsearch {}

.searchformfield {
	font-size: 20px;
	width: 180px;
	float: left;
	color: #5B86B2;
}

.maincats a:hover {
	background-color: #006699;
}

.specialoffer, .specialtext {
	background-image: url(../images/bg_special_offer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.specialoffer {
	background-color: #CC0000;
}

.specialtext {
	background-color: #006699;
}

.specialoffer a, .specialtext a, .specialsub {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	padding-right: 40px;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
}

.specialsub {padding-top: 5px;}

.specialoffer a:hover, .specialtext a:hover {}

/*-------------------------------------------- Long Product --------------------------------------------*/

.longprodtop {
	background-image: url(../images/bg_doors_longprod_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	margin-top: 10px;
}

.longprod {
	padding: 10px;
	background-color: #006699;
	background-image: url(../images/bg_doors_longprod_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

.prodintrotext {
	font-size: 21px;
}

.longprod .rightpic {
	float: right;
	margin-left: 10px;
}

/*-------------------------------------------- Short Products --------------------------------------------*/

.shortprodtop {
	background-image: url(../images/bg_doors_shortprod_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	width: 210px;
}

.shortprod {
	background-color: #006699;
	background-image: url(../images/bg_doors_shortprod_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	width: 210px;
}

.shortprodwrap {
	text-decoration: none;
}

.shortprods a:hover {
	color: #A5D6FF;
}

/*-------------------------------------------- Results Pagination --------------------------------------------*/

.pagenav {
	clear: both;
	margin-bottom: 10px;
}

.pagenav a {
	display: block;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	height: 18px;
	background-image: url(../images/bg_pagebutton.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pagenavbutton a:hover {
	background-position: left top;
}

.next {
	float: right;
	margin-left: 5px;
}

.prev {
	float: left;
	margin-right: 5px;
}