/*========================================================

Global CSS file for Marine Fuel Point
Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/* CSS to define the overall document styles =======================================*/

body {
	margin: 0;
	padding: 20px 0 10px 0;
	background-color: #9ACACC;
	background-image:url(../../../../cssimages/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial, Verdana;
	text-align: center;
}


a:link	{ color: #555753; text-decoration: none; }
a:visited	{ color: #555753; text-decoration: none; }
a:hover	{ color: #555753; text-decoration: underline; }
a:active	{ color: #555753; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	width: 958px;
	background: url('../../../../cssimages/content_bg.jpg') repeat-y;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	}

#header {
	width: 958px;
	height: 268px;
	background: url(../../../../cssimages/header.jpg) no-repeat;
	position: relative;
}
	
#header h1.replace {
	display: none;
}

/*====================================================================
CSS code to format the navigation (primary and secondary)
=====================================================================*/

#sidebar {
	clear: left;
	float: left;
	margin: 10px 0px 0px 20px;
	width: 200px;
}
#header_links {
	margin: 0 0 0 0;
	height: 35px;
	width: 958px;
	float: right;
}

#header_links ul {
	margin: 0px 48px 0 20px;
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align:right;
}

#header_links li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

#header_links a:link, #header_links a:visited {
	color: #fff;
}

#header_links a:hover {
	color: #000;
	text-decoration: underline;
}

#primary_navigation, #secondary_navigation {
	margin: 0 0 0 0;
	height: 35px;
	width: 958px;
	position: absolute;
	left: 20px;
	bottom: 32px;
}

#secondary_navigation {
	bottom: -3px;
}

li.current a {
	text-decoration: underline !important;
}

#primary_navigation ul, #secondary_navigation ul {
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align:left;
}

#primary_navigation li, #secondary_navigation li {
	list-style-type: none;
	display: inline;
}

#primary_navigation {
	font-family: georgia, "times new roman", serif;
	font-size: 1.4em;
}

#primary_navigation li a:link, #primary_navigation li a:visited, #secondary_navigation li a:link, #secondary_navigation li a:visited {
	text-decoration: none;
	padding: 7px 10px; 
	color: #fff;
}

#primary_navigation li a:hover, #secondary_navigation li a:hover {
	color:#000;
	text-decoration:underline;
}

/*====================================================================
CSS to code the site_login form on each page (if not logged in already)
=====================================================================*/

#site_login {
	top: 178px;
	right: 25px;
	height: 78px;
	width: 275px;
	position: absolute;
	background: #CCCCCC;
	border: 5px solid #092F53;
	padding: 7px 10px 1px 15px;
	z-index: 10000;
}

#site_login .textbox {
	width: 10em;	
}

#site_login dl {
	margin: 0px 0pt 0pt 0px;
}
	
#site_login.logged-in {
	width: 245px;	
}

#site_login dd input, #site_login dd textarea {
	margin-right: 0 !important;	
}

#site_login.logged-in {
	padding: 12px 25px 10px 25px;
}

#site_login dt {
	float: left;
	width: 70px;
	margin: 0 0 5px 0;
	padding-top: 4px;
	color: #555753;
}

#site_login dd {
	margin: 0 0 5px 0;
	color: #555753;
}

#site_login .submit {
	background: #3398CC;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 5em;
	font-size: 1em;
}

#site_login a:link, #site_login a:visited {
	color: #000;
}

/*====================================================================
CSS to format the main text styles and lists
=====================================================================*/
p {
	color: #000;
	line-height: 1.8;
	text-align: left;
}



h1, h2, h3,
h1 a, h2 a, h3 a {
	font-family: georgia, "times new roman", serif;
	color: #0A2D53;
}

#content {
	width: 958px;
}

#content li {
	color: #555753;
}

#content a:link, #content a:visited {
	color: #0A2D53;
}


/*====================================================================
CSS to format forms on the website
=====================================================================*/

#form {
	width: 500px;
	}
#country_select dl  {
	margin: 0px 0 0 20px;
}
#country_select dt {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding-top: 4px;
	color: #555753;
}
#country_select dd {
	margin: 0 0 15px 0;
	color: #555753;
}

#country_select dd span {
	color: #666;
}
input, textarea, select {
	border: 1px #ccc solid;
	padding: 2px;
	font-size: 1em;
}

input.small {
	width: 3em;	
}

.inputbox {
	width: 17em;	
}

.inputbox.solo {
	width: 31.3em;
	margin-bottom: 15px;
}

select.inputbox {
	width: 17.5em;
}

#fuelpoint_search select {
	width: 11.5em;
}

/*====================================================================
CSS to format the banner adverts section
=====================================================================*/

.banner_adverts {
	width: 958px;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-left: 4px;
	overflow: auto;
}

.banner_adverts div {
	float: left;
	width: 460px;
	height: 100px;
	margin-left: 10px;
}

.banner_adverts div a {
	outline: none;
}

/*====================================================================
CSS to format the country selection at top of screen
=====================================================================*/


#country_select {
	float: left;
	width: 450px;
	height: 40px;
}

#country_select form {
	display: none;
}

#country_select dt {
	width: 120px;
}

/*====================================================================
CSS to format the Google search form at the top of the screen
=====================================================================*/

#google_search {
	float: right;
	width: 400px;
	margin: 0px 15px 0 0;
	text-align: right;
}

#google_search dt {
	width: 60px;
}

/*====================================================================
CSS to format homepage specific items
=====================================================================*/

#quick_buttons {
	float: left;
	width: 320px;
	margin-left: 8px;
}

/*====================================================================
CSS to format the Google map iframe
=====================================================================*/

#google_map {
	float: right;
	width: 611px;
	height: 450px;
	margin-right: 15px;
}

#google_map.business {
	float: none;
	width: 562px;
	height: 200px;
}

#google_map .business-info-box {
	width: 300px;
}

#google_map .business-info-box h2 {
	margin-top: 0;	
}

#google_map .business-info-box h3 {
	margin: 0;
}

/*====================================================================
CSS to format the news section on the homepage
=====================================================================*/

#news {
	float: left;
	margin: 10px 0 0 20px;
	width: 290px;
	clear: left;
}

#main_content {
	float: right;
	margin: 10px 20px 0 0;
	width: 620px;
}

#adsense {
	padding: 0 20px 20px 20px;
}

/*====================================================================
CSS to format Fuel Point Search page
=====================================================================*/

#fuelpoint_search {
	border: 4px solid #0A2D53;
	background-color: #ccc;
	padding: 0 10px;
}

#search_options {
	width: 300px;
	float: left;	
	margin: 0 5px 0 20px;
}

#fuelpoint_search dl {
	margin: 0px;
}

#fuelpoint_search dt {
	width: 100px;
	color: #000;
}

#fuelpoint_key {
	padding: 0 10px;
}

/*====================================================================
CSS to format the fuel point information page
=====================================================================*/

#fuelpoint_info {
	float: left;
	width: 562px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#fuel_prices {
	float: right;
	width: 277px;
	margin: 47px 10px 0 0;
	padding: 0 10px;
}

#recent_price {
	border: 5px solid #0A2D53;
	background-color: #98CACC;
	width: 270px;
}
#recent_price h1, #recent_price p {
	text-align: center;
}

/*====================================================================
CSS to format the footer of each page
=====================================================================*/

#footer {
	margin: 0px auto;
	width: 958px;
	height: 39px;
	background: url(../../../../cssimages/footer_bg.jpg) no-repeat;
	padding-top: 10px;
}

#footer ul {
	margin: 0 0 0 65px;
	padding: 0px;
	color: #000;
	line-height: 35px;
	text-align: left;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#strawberrysoup {
	margin: 0px auto;
	width: 770px;
}

#strawberrysoup p, #strawberrysoup a:link, #strawberrysoup a:visited {
	color: #fff;
}

/*====================================================================
CSS to format the ratings
=====================================================================*/

.rating {
	height: 28px;
}

.rating span {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background-image: url(../images/star-off.gif);
	background-repeat: no-repeat;
}

.rating span.vote {
	width: auto;
	background: none;
	line-height: 28px;
	font-size: 1.4em;
	font-family: georgia,"times new roman",serif;
	margin-left: 10px;
	color: #0A2D53;
}

.rating span.selected {
	background-image: url(../images/star-on.gif);
}


/*====================================================================
CSS to format map keys
=====================================================================*/

#content ul.mapKey {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#content ul.mapKey li {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
}

#content ul.mapKey li.fuelPoint {
	background: url(../images/map_icons/icon_fuelpoint.gif) no-repeat top left;
}

#content ul.mapKey li.marineBusiness {
	background: url(../images/map_icons/icon_marine_business.gif) no-repeat top left;
}

#content ul.mapKey li.watersideService {
	background: url(../images/map_icons/icon_waterside_service.gif) no-repeat top left;
}

/*====================================================================
CSS code to format debug box
=====================================================================*/

#debug {
	width: 1000px;
	margin: 20px auto;
	border-top: 1px solid #EEEEEE;
}

#debug code {
	border: 1px solid #000000;
	background: #FFFFFF;
	display: block;
	padding: 10px;
	text-align: left;	
}



/*====================================================================
CSS code to format forum
=====================================================================*/

#forumWrapper {
	padding: 0 20px;
	float: left;
	width: 917px;
}

