/*
Title:			Giottos
Description:	CSS 
Author:			Visualcode Limited
Date: 			November 2008.
Version:		1.0
*/

@import url('css/basket.css');
@import url('css/pageLayout.css');
@import url('css/generalform.css');
@import url('css/products.css');
@import url('css/accounts.css');
@import url('css/lightbox.css');

/*---------------------------Global Start -----------------------------*/


/*
Colour Palette
Black. #000 Blue. #0D6690 Grey. #ECECEC Lt Grey. #BBB
*/

body {
	font:12px arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	text-align:center;
	background:#FFF;
  	position:relative;
	margin:0;
	padding:0;	
	}
	
a:link {
	color: #0D6690;
	text-decoration: none;
}

a:visited {
	color: #0D6690;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img{
	border:0;
	}

img.portrait{
	float:left;
	padding:2px;
	margin:0 5px 5px 0;
	border:#ECECEC solid 1px;
	}

h1, h2, h3, h4{
	font-weight:normal;
	}
	
h1 {
	font-size: 1.9em;
	color:#000;
	border-left:#0D6690 solid 5px;
	padding-left:5px;
	}

h2 {
	color:#000;
	font-size: 1.5em;
	padding-bottom:5px;
	border-bottom:#000 solid 1px;
	}

h3 {
	color:#0D6690;
	font-size: 1.3em;
	border-bottom:#DDD solid 1px;
	}

h4 {
	color:#0D6690;
	font-size: 1.2em;
	}


hr {
	border: none;
	border-top: 1px solid #000;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	clear:both;
	}

.clear{
	clear:both;
	}
	
/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	}

#wrapper {
	width:920px;
	margin:10px 0 10px 10px;
	padding:0;
	position:relative;
	}
	
#header {
	width:100%;
	border-top:#000 solid 3px;
	padding-top:5px;
	height:96px;
	margin-bottom:3px;
	}

#Logo {
	padding:10px 0 5px 0;
	float:left;
	margin:0;
	background:#FFF;
	}
	
.strap{	
	float:right;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	width:630px;
	height:25px;
	}
	
.strap h1{
	padding:0;
	margin:0;
	font-size:18px;
	border-left:none;
	padding:0px 0 5px 0;
	}
	

/* ______________________ Additional Navigation ______________________ */

#topbar{
	width:400px;
	float:right;
	height:25px;
	}

#adNav a:link{color:#BBB;}
#adNav a:visited{color:#BBB;}

#adNav a{
	display:block;
	margin-top:5px;
	height:10px;
	width:95px;
	margin-left:5px;
	border-right:#BBB solid 1px;
	}
	
#adNav a:active,
#adNav a:hover{
	color:#000;
	}

#adNav{
	float:right;
	width:350px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	line-height:1em;
	}

#adNav li {
	padding:0px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	font-size:11px;
	position:relative;
	background:transparent;
	padding-top:5px;
	clear:both;
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	background:#000;
	height:35px;
	display:block;
	}
	
 #navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	font-weight:bold;
	border-right:#FFF solid 3px;
	height:35px !important;
	}
	
 #navigation ul li a {
	color:#FFF;
	position:relative;
	height:25px;
	display:block;
	padding:10px 10px 0px 10px;
	}
	
 #navigation ul li a:hover {
	background:#0D6690;
	text-decoration:none;
	height:25px;
	padding:10px 10px 0px 10px;
	}

	
/* ______________________ Main Content/Areas ______________________ */	

.contentContainer{
	margin-top:0px;
	clear:both;
	}

#mainContent{
	width:715px;
	float:right;
	}
	

#bannerContainer{
	clear:both;
	width:715px;
	margin-bottom:0px;
	border-top:#000 solid 3px;
	
	}

.sContent{
	text-align:left;
	border-top:#000 solid 3px;;
	border-bottom:#000 solid 1px;
	}

.sContent .left{
	float:left;
	width:370px;
	padding-right:10px;
	border-right:#DDD solid 1px;
	}

.sContent .right{
	float:right;
	width:300px;
	}

.conContainer{
	background:#FFF;
	}
	
.contentHeading{
	border-top:#3a471b solid 3px;
	clear:right;
	}

.contentHeading img{
	float:right;
	border:0;
	}

.sContent ul{
	list-style:none;
	padding-left:10px;
	}

.sContent ul li{
	background:url(images/bullet.gif) no-repeat 0 4px;
	padding-left:25px;
	padding-bottom:5px;
	}



/* ______________________ Side Navigation ______________________ */		


#sideNavAlt {
	font-size:100%;
	position:relative;
	width:200px;
	float:left;
	text-align:left;
	margin-bottom:5px;
	clear:left;
	}

.navHead{
	border-top:#000 solid 3px;	
	padding-top:5px;
	}


.navNews p{
	color:#777;
	border-bottom:#000 solid 1px;
	padding:5px 5px 5px 5px;
	margin:0;
	}

.navNews p a{color:#777;}
.navNews p a:hover{color:#000;}
	
#sideNavAlt ul{
	list-style:none;
	margin:0px 0 0px 0;
	padding:5px 0 0 0;
	position:relative;
	font-size:11px;
	}

#sideNavAlt ul li{
	padding:3px 0px 3px 20px;
	border-bottom:#000 solid 1px;
	background:transparent url(images/bullet.gif) no-repeat 0px 6px !important;
	background-position: 0px center;
	position:relative;
	}
	
#sideNavAlt ul li a{color:#000;}
#sideNavAlt ul li a:hover{color:#0D6690;}

#sideNavAlt h3{
	margin:5px 0 0 0;
	padding:2px 0px 3px 0px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	border-bottom:#000 solid 3px;
	background:transparent url(images/collapse.gif) no-repeat right center;
	clear:both;
	position:relative;
	}

#sideNavAlt ul li.twoCol{
	width:85px;
	display:block;
	margin-left:2px;
	float:left;
	position:relative;
	}

	
/* ______________________ Footer ______________________ */

/*
Colour Palette
lt Red. #CE181F Blue. #0C4167 dk Red. #740001 White. #FFF Grey. #333 Lt Grey. #DDDDDD
*/

#clearWrapper{	
	border-bottom:#4a0106 solid 1px;
	clear:both;
	height:0;
	}

#footer {
	border-top:#000 solid 3px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:90%;
	text-align:left;
	margin:0;
	width:920px;
	margin-left:10px;
	padding-top:5px;
	}

#footer h2{
	margin:0 0 2px 0;
	padding:0 0 3px 0;
	font-weight:bold;
	font-size:11px;
	border-bottom:#DDD solid 1px;
	}

#fholder{
	width:920px;
	margin:0 auto;
	}
	

#copyright{
	text-align:left;
	float:left;
	width:490px;
	padding-top:5px;
	}

#contactAd,
#contactNo{
	width:200px;
	padding:5px;
	float:right;
	text-align:left;
	border-left:#000 solid 2px;
	height:75px;
	}

#contactAd{
	width:200px;
	}

#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}

#legalAd {
	clear:both;
	text-align:right;
	padding-top:15px;
	}
	
	
	
	
	
	
	
	
	
	