@import "images.css";

* {
	padding: 0;
	margin: 0;
	}
	
html {
     overflow: -moz-scrollbars-vertical;
}
	
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
	background: #f6f6f6 url(../page_layouts/images/layout/bg_body.jpg) repeat-x center top;
	}
	
/* MAIN TYPO
-----------------------------------------------------------------------------*/

h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #4094CD;
	letter-spacing: -1px;
	margin: 0 0 8px 0;
	padding: 10px 0 0 0;
	}
	
#front_wrapper h2, 
#front_wrapper h3, 
#front_wrapper h4, 
#front_wrapper h5, 
#front_wrapper h6 {
	margin: 0!important;
	}
	
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #aaa;
	text-decoration: underline;
	}
	
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	text-decoration: none;
	}
	
h1 {
	display: block;
	position: absolute;
 	left: -999em;
 	top: -999em;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
	}	

p,
address,
label {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin: 0 0 12px 0;
	color: #666;
	}
	
	/* <p> tag given position so as to indent all <p> text */
P {
		position: relative;
		left: 0px;
	}
	
P.indent {
		left: 50px;
		top: 0px;
		font-size: 11pt;
		color: black;
		padding: 0 0 20px 0;
	}
	
#wrapper p .big {
		font-size: 12pt;
	}
	
/* added to try and solve the mystery of the overflow on text on the gallery output! */
p #item_info {
		width: 200px;
		font-size: 20pt;
		color: red;
	}
	
	
address {
	color: black;
	font-style: normal;
	position: relative; 
	left: 20px;
	}
	

ul {
	font-size: 1.1em;
	list-style: none;
	}
	
strong {
	color: #777;
	}
	
#welcome strong {
	color: #4094CD;
	}
	
a { 
	color: #4094CD;
	text-decoration: none;
	}
	
a:hover, 
a:hover strong {
	color: #000;
	}
	
img { border: none; }



		
/* MAIN STRUCTURE - menus/ headers / Footer  w 700px
-----------------------------------------------------------------------------*/
#container {
	width: 700px;
	margin: 0 auto;
	background: #ccc url(../page_layouts/images/layout/bg_container_700px.jpg) no-repeat center top;
	}	

/* main layout or wrapper for page layout */
#front_wrapper {
	width: 668px;
	padding: 4px 8px 8px 8px;
	margin: 0 auto;
	background-color: none;
	}

/* secondary layout or wrapper for page layout */
#wrapper {
	width: 660px;
	padding: 14px 20px;
	background-color: none;
	}
	
	
/*  Secondary Pages <P> tag changed to a 450px width to create column within the wrapper <div>  */
#wrapper p{
		width: 400px;
	}
	
#wrapper p i {
		font-size: 8pt;
		line-height: 9pt;
		color: black;
}
	
#header {
	width: 700px;
	height: 306px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #ccc url(../page_layouts/images/layout/bg_header_700px.jpg) no-repeat -10px 0;
	background-color: none;
	}
		
/* COMMENT - width of div needs to be 8px smaller to cut of edges of image  */ 
#header_sub {
	width: 692px;
	height: 80px;
	margin: 0 auto;
	background: #ccc url(../page_layouts/images/layout/bg_header2_700px.jpg) -8px 0;
	}
	
	
/* added by ma-design - submenu on secondary pages */

#front_wrapper #sub_menu {
	position: relative;
	top: -265px; 
	left: 440px;
	width: 250px;
	font-size: 8pt;
	font-weight: bold; 
	color: #F1902C;	
	}

/*
#front_wrapper #sub_menu {
	position: relative;
	top: 5px; 
	left: 460px;
	width: 250px;
	font-size: 8pt;
	font-weight: bold; 
	color: #F1902C;	
	}
*/

#wrapper #sub_menu {
	position: relative;
	top: -49px; 
	left: 436px;
	width: 250px;
	font-size: 8pt;
	font-weight: bold; 
	color: #F1902C;	
	}
	
	
/* MENU - Home etc 
/* I have changed width to 700px to accomondate new button 
-----------------------------------------------------------------------------*/
#main_nav {
	width: 684px;
	height: 40px;
	padding: 4px 0 0 0;
	margin: 0 auto;
	background: url(../page_layouts/images/layout/bg_nav.jpg);
	}
		
#main_nav ul { 
		float: left;
		font-size: 1em;
		text-transform: uppercase;
		}
		
#main_nav ul li {
		float: left;
		}
		
#main_nav ul li a {
		display: block;
		color: #fff;
		_width: auto;
		text-decoration: none;
		padding: 11px 15px 11px;
		border-right: 1px solid #7FA6BF;
		}
		
#main_nav ul li a.first {
		border-left: none;
		padding: 11px 15px;
		}
	
#main_nav ul li a.last {
		border-right: none;
		padding: 11px 16px 11px;
		}
		
#main_nav ul li a:hover {
		background: #EAC431 url(../page_layouts/images/layout/bg_navhover.jpg);
		}

/* Tried to get current page to work so as to highlight the page we are on - perhaps needs another approach as the css is firing up somewhere   */
#main_nav ul li #current_page {
	color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
}
		

/* FOOTER 
-----------------------------------------------------------------------------*/
#footer {
	width: 700px;
	padding: 4px 0px 1px 0px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	background: #ccc url(../page_layouts/images/layout/bg_footer_700px.jpg) center bottom;
	background-color: yellow;
	}
	
	#links_list {
	font-size: .95em;
		position: relative;
		top: -10px;
		color: #F1902C;
	}
	
	#copyrights {
	font-size: .8em;
	position: relative;
		top: -5px;
		color: #F1902C;
		
	}
	
	


/* MAIN PAGE Layouts - Home etc 
/* I have changed positioning to relative, with fixed positions 
-----------------------------------------------------------------------------*/
	
/* welcome ID has been discontined in preference to Side bar	*/
#welcome {
	width: 400px;
	height: 110px;
	float: left;
	padding: 10px;
	background: #f2f2f2;
	overflow: hidden;
	}

#front_wrapper #contactus {
	width: 210px;
	height: 80px;
	float: left;
	padding: 0 10px 0px 10px;
	margin: 0px 0 0 8px;
	background: #F1902C;
	}
	
#front_wrapper #contactus,
#front_wrapper #contactus h3,
#front_wrapper #contactus a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#front_wrapper #contactus a {
	border-bottom: 1px dotted #fff;
	}
	
#front_wrapper #contactus a:hover {
	border-bottom: none;
	}
	
#front_wrapper #contactus {
	font-size: 1em;
	}
	
#front_wrapper #contactus h4{
	color: black;
	}
	
	
/* Main SIDE BAR to page layouts ------ */

#front_wrapper #sidebar {
	width: 400px;
	min-height: 670px;
	_height: 670px;
	float: left;
	padding: 0px 20px 17px 10px;
	background: #f2f2f2;
	}
	

#front_wrapper #sidebar img {
	width: 96px;
	}
	
	
	
/* PRODUCTS section ------ */

#front_wrapper #products {
	width: 210px;
	float: right;
	padding: 10px 10px 0px 10px;
	}
	
#front_wrapper #products {
	overflow: hidden;
	width: 210px;
	float: right;
	margin: 5px 0px 0px 0px!important;
	background-color: none;
	}
	
#front_wrapper #products h4 {
	position: relative;
	font-size: 14pt;
	line-height: 12pt;
	color: white;
	left: -10px;
	top: 0px;
	width: 230px;
	height: 49px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px!important;
	overflow: hidden;
	background:url(../page_layouts/images/special_offers/special_offers_banner_230px.jpg) no-repeat;
	}
	
#front_wrapper #products h5 a {
	color: #f1902c;
	}
	

	

	
/* NEWS - testimonels scroller at foot of page ---- */

#front_wrapper #news {
	width: 648px;
	float: left;
	padding: 10px 10px 40px 10px;
	margin: 5px 0 20px 0;
	height: 155px;
	overflow: auto;
	background: #F2F5F7;
	}
	
#album_img_list li p {
		margin: 0;
		}

#wrapper #sidebar {
	width: 400px;
	min-height: 340px;
	_height: 340px;
	float: left;
	padding: 0px 20px 17px 10px;
	background: #f2f2f2;
	}
	
/* I don't know why this div id doesn't have any effect in positionging - so take it out!
#wrapper #pic_column01 {
left: 408px;
	width: 165px;
	height: 80px;
	float: right;
	padding: 0 10px 0px 10px;
	margin: 10px 0 0 80px;
	background: red;
	}
	
	*/
	
	
	
	
/* GALLERY
-----------------------------------------------------------------------------*/	
.album_thumbs {
	float: left;
	width: 130px;
	padding: 10px 11px 0 11px;
	margin: 0 4px 4px 0;
	background: #f2f5f7;
	border: 2px solid #EEF2F4;
	}
	
.album_thumbs strong {
	display: block;
	margin: 0 0 8px 0;
	}

.galheader {
	margin: 0 0 12px 0;
	}
	
	.galheader strong {
		display: block;
		color: #4094CD;
		padding: 6px 0 0 0;
		}
	
	#album_img_list li {
		float: left;
		width: 130px;
		min-height: 175px;
		_height: 175px;
		padding: 10px;
		margin: 0 4px 4px 0;
		background: #f2f5f7;
		border: 2px solid #EEF2F4;
		}
			
#item_image {
	float: left;
	width: 300px;
	overflow: hidden;
	background: none;

	}
	
#item_info {
	float: right;
	width: 300px;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	background: #f2f2f2;
	border-color: #4094CD;
	border-style: solid;
	border-width: 1px;
	}

	
	
	
	
	
/* FORMS
-----------------------------------------------------------------------------*/
fieldset {
	border: none;
	}
	
label,
input {
	display: block;
	}
	
label {
	margin: 0;
	}
	
input,
textarea {
	width: 300px;
	margin: 0 0 12px 0;
	border: 2px solid #eaeaea;
	}
	
input#submit {
	width: auto;
	}
	
	
	
/* CONTACT Form 
-----------------------------------------------------------------------------*/

#contactform {
	width: 400px;
	background-color: none;	
	padding: 0 0 0 20px;
	float: left;
	}
		
#contact_details {
	position: relative;
	padding: 0 0 20px 10px;
	top: 0px;
	width: 200px;
	color: black;
	background-color: #F1902C;
	float: right;

	}


	
	
/* CLEARING
-----------------------------------------------------------------------------*/	
p#login {
	display: block; 
	clear: both;
	margin: 0;
	}

#front_wrapper:after,
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
