* {
	padding: 0;
	margin:0;
}


body {
	padding:0;
	margin: 0;
	text-align: center;
}

/* General layout */

/* Container areas for centering, widths etc */

#container {
	padding:10px;
	margin:0 auto;
	text-align:left;
	max-width:1240px;
	min-width: 750px;
	}

#rowlands_content {
	position:relative;
	float:left;
	display:inline;
	width: 100%;
	}
	
/* Center bit outside of template */

#rowlands_main {
	margin:0px 200px 0px 200px;
	padding:0px;
}

/* Header area */

#header {
	margin:0px 0px 20px 0px;
	position:relative;
	height:8em;
	overflow:hidden;
	}

#quick_links {
	margin:10px 25px 2em 25px;
	height:2em;
	background-color: #ccc;
	z-index:100;
	text-align:center;
}



ul#quick {
	width:670px;
	margin:0 auto;
}

ul#quick li {
	display:inline;
	position:relative;
	height:100%;
	float:left;
	z-index:100;
	}

ul#quick li a {
	padding:0.4em 1.1em;
	color:#333;
	text-decoration: none;
	float:left;
	display:block;
	margin:0px;
}

ul#quick li a:hover {
}

ul#quick li a.current {
}

ul#quick li a.nolink:hover {
	}
/* Left hand side */

#left {
	position:absolute;
	left:0px;
	width:190px;
}

/* Right hand side */

#right {
	position:absolute;
	right:0px;
	width:190px;
}




/* Page styles */


#header h1 {
	text-indent: -3000px;
}

#header a {
	border:none;
	}

	
#top_links {
	position: absolute;
	right:0px;
	height:3em;
	width:500px;
}

#top_links img {
	float: right;
	padding:0 8px;
}

#top_links a {
	display: block;
	float:right;
	font-size: 1.3em;
	color:#006;	
	background-color: #fff;
	font-weight: bold;
	border-bottom: none;
}

#top_links a:hover {
	color:#4C7DD0;
}

#top_links .imglinks {
	float:none;
}

#search {
	position: absolute;
	right:0px;
	bottom:10px;
	background-color: #fff;
}

#searchbox label {
	display:inline;
	font-size: 1.3em;
	color:#000066;	
	background-color: #fff;
	font-weight: bold;
}

#searchbox input {
	font-size: 1.3em;
	width: 230px;
	border:1px solid #ccc;
	background-color: #fff;
}

#searchbox input:focus {
	background-color: #E1F0F5;
}

#searchbox #searchbutton {
	width: 1.4em;
	text-align: right;
	color:#006;
	border: none;
	margin: 0;
	padding: 0;
}

/* Box styles */

.outer_box {
	background-image: url(../templateimages/bot_box_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.inner_box {
	width:172px;
	padding:5px 8px 12px 8px;
	background-image: url(../templateimages/top_box_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.inner_box ul.rowlands_navigation {
	list-style: none;
	line-height:2em;
}

.inner_box ul.rowlands_navigation li {
	border-bottom: 1px solid #799BD6;
	margin-right:8px;
}

.inner_box ul.rowlands_navigation li.last {
	border-bottom: none;
	}

.inner_box ul.rowlands_navigation a {
	font-size: 1.3em;
	color:#fff;
	background: url(../templateimages/box_bullet.gif) no-repeat 0 60%;
	padding-left:18px;
	border:none;
}

.inner_box ul.rowlands_navigation a:hover {
	background: url(../templateimages/box_bullet_hover.gif) no-repeat 0 60%;
}

.simple_box {
	width:172px;
	padding:8px 8px 8px 8px;
	margin-top: 20px;
	border:1px solid #ccc;
	
}

.simple_box h4 {
	color:#006;
	padding-bottom: 4px;
	margin-top: 0px;
	border-bottom:1px solid #ccc;
}

.simple_box input {
	font-size: 1.3em;
	width: 170px;
	border:1px solid #ccc;
	background-color: #fff;
}

.simple_box input:focus {
	background-color: #E1F0F5;
}

.simple_box #get_emails_button {
	float:right;
	width: 2em;
	text-align: right;
	font-weight: bold;
	color:#006;
	border: none;
	margin: 0;
	padding: 0;
}

.simple_box ul {
	list-style: none;
}

.simple_box ul li  a {
	line-height:1.5em;
	display: block;
	padding: 1px 2px 2px 22px;
	background:#fff url(../templateimages/category_bg.gif) no-repeat 0 50%;
	color: #333;
}

.simple_box ul li  a:hover {
	color: #006;
	background:#fff url(../templateimages/category_bg_hover.gif) no-repeat 0 50%;
}






ul#navigation a:hover {
	background: url(../templateimages/box_bullet_hover.gif) no-repeat 0 60%;
}



#right .simple_box a {
	border:0;
}

.stores {
	margin:0px 5px 10px 7px;
}





#copyright {
	margin-top: 2em;
	font-size: 0.85em;
	line-height: 3em;
}

/* News feature area */

#rowlands_feature {
	margin: 0 auto;
	padding:0;
	position:relative;
	display:block;
	top:-25px;
	font-size:1em;
	height:200px;
	width:100%;
	background-image: url(../templateimages/feature_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	max-width:900px;
	color:#333333;
}

#rowlands_feature h1,#rowlands_feature p {
	margin-left: 20%;
}

#rowlands_feature h1 {
	padding-top:10px;
}

#rowlands_feature a {
	color:#333;
	font-weight: bold;
	text-decoration: underline;
}

#feature_outer {
	height:200px;
	background-image: url(../templateimages/feature_left_corners.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#feature_inner {
	height:180px;
	padding:10px;
	background-image: url(../templateimages/feature_right_corners.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
