/* Reset Default Browser Styles - try not to change */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}



/* ----- DISABLED BECAUSE IT WAS CAUSING PROBLEMS WITH THE QUOTE PAGE IN IE 7 - CALENDAR TABLE WAS SHOWING IN TOP LEFT OF SITE

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/

ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* Main Site CSS Starts Here */

body{
	background-image: url(../graphics/bg1.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color: #000066; text-decoration: underline;}
a:visited { color: #660033; text-decoration: underline;}
a:active { color: #000066; text-decoration: underline;}
a:hover { color: #000; text-decoration: underline;}

/* png graphics fix for IE6 */

.main{
behavior: url(iepngfix.htc); 
behavior: url(iepngfix.htc);
}

.main img{
behavior: url(iepngfix.htc); 
behavior: url(iepngfix.htc);
}
#container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header-nav a{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #000066;
}


#header{
	width: 980px;
	height: 160px;
	float: left;
	background-image: url(../graphics/col-bg1.png);
	background-repeat: repeat-y;
}

#header img{
	padding-left: 10px;
}

#header-nav{
	background-image: url(../graphics/col-bg1.png);
	background-repeat: repeat-y;
	float: left;
	color: #999999;
	padding-top: 6px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 980px;
}

#header-nav #nav-links{
	float: left;
	width: 670px;
	padding-left: 23px;
}

#header-nav #date-time{
	font-size: 12px;
	color: #000000;
	float: right;
	padding-top: 2px;
	width: 250px;
	padding-right: 5px;
}

#header-nav .date-spacer{
	padding-right: 2px;
	padding-left: 2px;
	color: #999999;
}

#home-image-wrapper{
	background-image: url(../graphics/home-image-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 242px;
	width: 940px;
	padding-top: 6px;
	padding-left: 10px;
}

#home-block{
	background-image: url(../graphics/home-block-bg.png);
	height: 184px;
	width: 965px;
	float: left;
	padding-top: 14px;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#home-blurb{
	background-color: #000000;
	float: left;
	height: 157px;
	width: 444px;
}

#home-blurb h1{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 24px;
	padding-top: 32px;
	padding-left: 23px;
	line-height: 28px;
}

#home-blurb p{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 23px;
}

#col-wrapper{
	width: 980px;
	background-image: url(../graphics/col-bg1.png);
	background-repeat: repeat-y;
	float: left;
}

#col-tops{
	float: left;
	height: 14px;
	width: 980px;
	background-image: url(../graphics/col-top.png);
	background-repeat: no-repeat;
}

#left-col-header{
	height: 43px;
	width: 727px;
	float: left;
}

#left-col-header h1{
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 36px;
}

#right-col-header{

}

#right-col-header h3{
	font-size: 13px;
	color: #FFFFFF;
	width: 180px;
	float: left;
	padding-left: 22px;
}

#left-col ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#left-col li {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
	font-size: 12px;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 12px;
	color: #262626;
}

#left-col{
	width: 664px;
	padding-left: 36px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	float: left;
}

#left-col p{
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}

#left-col h1{

}


#left-col h2{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 8px;
	color: #000000;
}

#left-col h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 8px;
	color: #000000;
}

#right-col{
	width: 250px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-right: 5px;
	float: right;
}

#right-col h3{
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 17px;
	background-color: #0E2D57;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(../graphics/right-heading-rounded.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 4px;
	margin-top: 8px;
}

#right-col p{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 14px;
}

#footer{
	height: 105px;
	width: 980px;
	background-image: url(../graphics/footer-bg.png);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
	text-align: center;
	padding-top: 12px;
}

#footer p{
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

#footer a{
	color: #000033;
	text-decoration: underline;
}

#footer img{
	text-align: center;
	padding-top: 10px;
}

#site-map ul{
	margin-left: 20px;
}

#site-map li{
	list-style-type: square;
	font-size: 13px;
	line-height: 30px;
}

#terms-print{
	float: left;
	height: 1%;
	width: 100%;
}

#terms-print h1{
	float: left;
}

#terms-print p a{
	float: right;
	font-weight: bold;
	margin-right: 40px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 14px;
}

#termsprint{
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	width: 960px;

}

#terms-print{
	float: left;
	height: 1%;
	width: 680px;
	clear: both;
}

#terms-print h1{
	float: left;
}

#terms-print p a{
	float: right;
	font-weight: bold;
	margin-right: 40px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 14px;
}

#termsprint{
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	width: 960px;

}

/* contact page */

.tickboxtext{
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.checkboxpadding{
	margin-right: 2px;
	margin-left: 4px;
}


label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit input
{
	margin-left: 4.5em;
	font-size: 12px;
	padding: 4px;
} 

fieldset
{
	border: 1px solid #CCCCCC;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 450px;
	padding-top: 6px;
}

fieldset p
{
	color: #000000;
	font-weight: normal;
	padding-left: 4px;

}


legend
{
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	margin-left: 12px;
	margin-bottom: 16px;
}

#top-pics{

}

#top-pics img{
	margin-left: -10px;
	margin-bottom: 10px;
}

.float-right{
	float: right;
}

/* login box
------------------------------------------------------------------*/

#login-form{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 400px;
	margin-bottom: 200px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}

#login-form p{

}

#login-form .user{
	margin-left: 3px;
}

#login-form .pass{
	margin-left: 8px;
}

#login-form .login-button{
	margin-left: 115px;
	margin-bottom: 20px;
}

.gmap-border{
	border: 1px solid #CCCCCC;
}

#left-col #subscription ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 6px;

}

#left-col #subscription li{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 16px;

}

#seagulls{
	height: 197px;
	width: 228px;
	background-image: url(../graphics/seagulls-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}


#seagulls p{
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

#seagulls img{
	padding-top: 18px;
	padding-left: 58px;
}

#arscotts{
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	width: 226px;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 12px;
}

#left-col .terms{
	padding-top: 30px;
	font-style: normal;
	font-size: 11px;
}

#top-nav #menu #menu-list .nav-spacer{
	line-height: 32px;
}

.intro{
	font-weight: bold;
}



#boxprices{

}

#boxprices p{
	margin: 0px;
	padding: 0px;
}

#guide-boxes{
	margin-top: 14px;
	margin-bottom: 8px;
}

#guide-boxes p{
	padding: 0px;
}

#orderstuff{
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	margin-top: 14px;
	margin-bottom: 20px;
}

#orderstuff p{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.orderline{
	background-color: #CCCCCC;
	height: 1px;
	width: 400px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.product{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 20px;
}

.order-box{
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin-top: 6px;
	padding-top: 10px;
}

.grntxt{
	color: #006600;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	background-image: url(../graphics/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

#important{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#important p{
	margin-left: 0px;
	padding-left: 15px;
}

.boxespic{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 2px;
}



#calc_table{margin-bottom: 10px; font-size: 12px; margin: 20px 0px 10px 30px;}
	#calc_table td{padding: 5px;}

/*not sloppy code, needs 2 seperate classes, 2 for top row, top1/top1/top1/top2 and another 2 for every row beneth the top, mid/mid/mid/mid2*/
	.top1{border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
	.top2{border: 1px solid #ccc;}
	
	.mid{border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;}
	.mid2{border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
	
	.redtext{color: #FF0000;}
	
#paypaltable{
	margin-left: 15px;
	margin-bottom: 10px;
}	

.home-smaller{
	font-size: 14px;
}

#text-list li{
	font-size: 12px;
	padding-bottom: 8px;
	margin-left: 50px;
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 6px;
}

#more-pics p{
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-right: 12px;
	padding-left: 6px;
	font-size: 11px;
	margin: 0px;
}

em{
	font-style: italic;
}

.larger-packs{
	font-style: italic;
	color: #333333;
	font-size: 11px;
	padding-top: 0px;
	margin-top: -5px;
}

#side-pics{

}

#side-pics img{
	text-align: center;
	margin-bottom: 14px;
}

#left-col #rights{
	border: 1px solid #CC0000;
}

#left-col #rights p{
	color: #990000;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

/*  Quote Form CSS  */

.texta {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.label {
	color:#333333;
	fon-size: 10px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Req {
	color:#FF0000;
	fon-size: 10px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.greybrder {
	border:1px solid #CCCCCC;
	display: block;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 12px;
	width: 640px;
	margin-bottom: 15px;
	margin-top: 2px;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	padding: 4px;
}

#contact-form{
	border: 1px solid #CCCCCC;
	padding: 12px;
	width: 400px;
}

#contact-form p{
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-right: 4px;
}

.tiny-txt{
	font-size: 11px;
}

.quote-headings{
}

.cap{
	padding-top: 9px;
	padding-left: 14px;
}

#nav-wrapper{
	width: 980px;
	float: left;
	background-image: url(../graphics/main-nav-bg.png);
	margin-bottom: 2px;
	background-repeat: no-repeat;
	height: 60px;
}

#top-navbox ul {
	color: #FFFFFF;
	height: 1%;
	float: left;
	width: 900px;
	padding-left: 105px;
}

#top-navbox ul li {
	display:inline;
	margin:0;
	padding:0;
	height:28px;
}

#top-navbox ul li a {
	color:#FFFFFF;      /* POSSIBLE CHANGE COLOUR */
	text-decoration:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-right:15px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 36px;
}

#top-navbox ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #000000;
	background-image: url(../graphics/topnav-bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#top-navbox .nav-spacer{
	background-image: url(../graphics/top-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav-wrapper #top-navbox .nav-spacer{
	line-height: 32px;
}
