@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}



/*   General Styles    */

body,td {
	
	font-family:"Trebuchet MS", Tahoma, arial;
	font-size:11px;
	color:#4c5055;
	background-color:#fff;
	margin:10px 0;

}

p,h2,h3,h4,h5,ul,ol,table,div.p {
	
	padding-bottom:10px;

}

img {
	border:0px;
	}

p,div.p {
	
	line-height:1.6em;

}

span.blue {
	color:#3f6a7b;
	}

h1 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:0.4em;
	color:#3f6a7b;
	}


h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#3f6a7b;
	padding-bottom:6px;
	}
	
h3 {
	font-size:1.3em;
	font-weight:normal;
	padding-bottom:6px;
	}
	
h4 {
	font-size:1.3em;
	}
	
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.2em;
	padding-bottom:4px;
	}

a {
	color:#3f6a7b;
	text-decoration:underline;
	}

a:hover {
	color:#3f6a7b;
	text-decoration:none;
	}
	
a.yellow {
	color:#ffca2a;
	}
	
a:hover .yellow {
	color:#ffca2a;
	}

.mainCopy ul li {
	list-style:none;
	padding-left:8px;
	background-image:url(../images/backgrounds/li-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-left:6px;
	line-height:1.4em;
	}
	
.padding {
	padding:15px;
	}
	
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	top:-1px;
	visibility:hidden;
}

/* ---------- layout ---------- */

.outer {
	margin:0 auto;
	width:900px;
	}	
	
.colA {
	width:144px;
	float:left;
	}
	
.colB {
	width:756px;
	float:left;
	}
	
.colA .logo {
	background:url(../images/backgrounds/col-a.gif) top left no-repeat;
	height:435px;
	padding:15px 0 0 15px;
	}
	
.colA .bpma {
	background-color:#FFFFFF;
	padding:62px 0 0 16px;
	}
	
.colC {
	width:331px;
	float:left;
	}	
	
.colD {
	width:425px;
	float:right;
	}
	
.colContainer {
	background:url(../images/backgrounds/col-d.gif) bottom right no-repeat;
	height:498px;
	background-color:#c3dce9;
	}

.mainCopy {
	margin-right:36px; 
	margin-left:35px;
	}	
	
.mainCopy p {
	color:##3f6a7b;
	font-size:12px;
	}	
	
.fpBody p {
	color:##3f6a7b;
	font-size:13px;
	}	

.footer {
	clear:both;
	text-align:right;
	color:#FFFFFF;
	background:url(../images/backgrounds/footer.gif) bottom right no-repeat;
	padding-bottom:4px;
	padding-right:10px;
	}
	
.footer a {
	color:#FFFFFF;
	padding-right:35px;
	font-size:10px;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
	
/* boxes */

.boxOne {
	background:url(../images/backgrounds/box1-bot.gif) bottom no-repeat;
	}	
	
.boxOne h2 {
	margin-top:0;
	padding-top:0;
	color:#ffca2a;
	font-size:1.6em;
	}	
	
.boxOne .padding{
	padding:0px 11px 15px 15px;
	}	
	
.boxOne p {
	margin:0;
	color:#FFFFFF;
	}	

.boxTwo {
	background:url(../images/backgrounds/box2-bot.gif) bottom no-repeat;
	margin-top:10px;
	}	
	
.boxTwo h2 {
	margin-top:0;
	padding-top:0;
	color:#3e697c;
	}	
	
.boxTwo .padding{
	padding:0px 15px 15px 15px;
	}	
	
.boxTwo p {
	margin:0;
	color:#FFFFFF;
	}	

.boxTwoDelivery {
	background:url(../images/backgrounds/box2-bot.gif) bottom no-repeat;
	margin-top:10px;
	width:353px;
	}	
	
.boxTwoDelivery h2 {
	margin-top:0;
	padding-top:0;
	color:#3e697c;
	}	
	
.boxTwoDelivery .padding{
	padding:0px 15px 15px 15px;
	}	
	
.boxTwoDelivery p {
	margin:0;
	color:#FFFFFF;
	}	



/* forms */

form {
	margin:0;
	padding:0;
	}
	
form p {
	padding:0;
	margin:0;
	}
	
form .checkBox {
	margin-bottom:3px;
	margin-right:2px;
	}
	
.formRowGeneric {
	padding:5px 0pt 3px 0px;
}

	
.formRowGeneric label {
	clear:left;
	border-right:0px solid #7A381B;
	display:block;
	float:left;
	line-height:22px;
	margin:0pt 5px 0pt 0pt;
	width:135px;
	color:#FFFFFF;
	font-size:12px;
}

.formRowGeneric label.ch {
	color:#3e697c;
	}

.formRowGeneric input{
	font-size:11px;
	padding:2px 1px 1px 4px;
}
	
.formRowGeneric input.textInput{
	font-family:Arial, Helvetica, sans-serif;
	width:160px;
}

.formRowGeneric input.textInputTwo{
	width:185px;
}

.formRowGeneric textarea.textbox{
	width:185px;
	font-size:11px;
	padding:2px 1px 1px 3px;
	font-family:Arial, Helvetica, sans-serif;
}
	
input.customSubmit {
 width : 86px;
 height : 32px;
 overflow : hidden;
 padding : 32px 0 0 0;
 background : url(../images/buttons/submit.gif) no-repeat;
 border : 0;
 cursor:pointer;
}	

/* submenu */
	
.subMenu {
	clear:both;
	}
	
/* bullets */

ul.featureCol1 {
	width:300px; 
	float:left; 
	margin-right:40px; 
	margin-left:15px;
	font-size:13px;
	}
	
ul.featureCol1 li {
	background-image:url(../images/backgrounds/bullet-li.gif);
	background-position:0px 0.5em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:5px;
	padding-left:10px;
	}
	
ul.featureCol2 {
	width:300px; 
	float:left;
	font-size:13px;
	}
	
ul.featureCol2 li {
	background-image:url(../images/backgrounds/bullet-li.gif);
	background-position:0px 0.5em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:5px;
	padding-left:10px;
	}
	
/*Table styling ================================= */

#mytable {
	width: 320px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic;
	text-align: right;
}

th {
	font: bold;
	color: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #3f6a7b;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #519cba;
	padding: 6px 6px 6px 12px;
	color: #fff;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #519cba;
	color: #fff;
}


/* boxes */


.productBox {
	width:315px;
	height:150px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

.productBox a {
	width:315px;
	height:150px;
	display:block;
	}
	
.tulip a {
	background:url(../images/tulip-product.jpg) 0 0;
	}
.tulip a:hover {
	background:url(../images/tulip-product.jpg) 0px -150px;
	}
	
.wetsuit a {
	background:url(../images/wetsuit-product.jpg) 0 0;
	}
.wetsuit a:hover {
	background:url(../images/wetsuit-product.jpg) 0px -150px;
	}

.cocoon a {
	background:url(../images/cocoon-product.jpg) 0 0;
	}
.cocoon a:hover {
	background:url(../images/cocoon-product.jpg) 0px -150px;
	}

.scarf a {
	background:url(../images/wine-scarf-product.jpg) 0 0;
	}
.scarf a:hover {
	background:url(../images/wine-scarf-product.jpg) 0px -150px;
	}


