/*************************

Copright 2009 G Morgan and Sons LTD
Design: Cronin Designs
Author: John Burns
Modified: 14th May 2009

**************************/


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/stylebg.png) repeat-x left top;
}



/** HEADINGS */

h1 {
font-size:24px;
color:#477dc0;
font-weight:100;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

h2 {
font-size:18px;
font-weight:100;
border-bottom: 1px solid #CCCCCC;
margin: 0 0 10px 0;
color:#983222;
}

h3 {
font-size:14px;
color:#00204c;
font-weight:100;
line-height:18px;
}

h4 {
font-size:14px;
font-weight:100;
}

h5 {
font-size:24px;
color:#ffffff;
font-weight:100;
margin:0;
}

h6 {
font-size:16px;
color:#ffffff;
font-weight:100;
margin:0;
}

.smallprint {
color:#777777;
font-size:9px;
}

.darkblue {
color:#00204c;
}






/** TEXTS */

body, th, td, input, textarea, select {
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 12px;
	color: #353535;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height:18px;
}

.one {
padding-left:40px;
background-image:url(../img/bullets/bullet1.png);
background-repeat:no-repeat;
background-position:left;
}

.two {
padding: 7px 0 7px 40px;
background-image:url(../img/bullets/bullet2.png);
background-repeat:no-repeat;
background-position:left;
}

.three {
padding-left:40px;
background-image:url(../img/bullets/bullet3.png);
background-repeat:no-repeat;
background-position:left;
}

.four {
padding: 7px 0 7px 40px;
background-image:url(../img/bullets/bullet4.png);
background-repeat:no-repeat;
background-position:left;
}

.phone {
padding: 2px 0 2px 40px;
background-image:url(../img/bullets/phone.png);
background-repeat:no-repeat;
background-position:left;
}

.fax {
padding-left:40px;
background-image:url(../img/bullets/fax.png);
background-repeat:no-repeat;
background-position:left;
}

.email {
padding-left:40px;
background-image:url(../img/bullets/email.png);
background-repeat:no-repeat;
background-position:left;
}

.arrow {
padding-left:30px;
background-image:url(../img/bullets/arrow.png);
background-repeat:no-repeat;
background-position:left;
}






/** LINKS */

a {
	color:#00204c;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #353535;
}







/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


/*/ Product Detail page /*/

.products{
	
	padding-top: 20px;}
	
.border{
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 500px;
	margin-left: 30px;
	}

h7{
	margin: 0;
	font-size: 22px;
	color: #004195;
	padding-right: 20px;
	padding-top: 20px;
	}

h8{
	padding-top: 10px;
	margin: 0;
	font-size: 12px;
	color: #c6c6c6;
	}
	
.main {
	float:right;
	width:350px;
	}

.sidebar {
	padding-left: 20px;
	float:left;
	width:100px;
	 }
	 
.enlarge{
	font-size: 5px;
	text-align: center;}
	 
.description{
	padding-top: 3px;
	font-size: 10px;
	padding-bottom: 10px;}
 
 .dimension{
 	font-size: 10px;}
 
.product-button {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#21759B url(../img/button-grad.png) repeat-x scroll left top;
border-color:#298CBA !important;
color:#FFFFFF !important;
font-size:10px;

padding:5px 5px !important;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 








