@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #cacdaa;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}
	
/*------------------------------------------TOP BORDER------------------------------------------*/	
	
	#header {
	position: relative;
	background-color:#FAF6EE;
	height: 220px;
	padding: 0;
}
	#headerDetail {
	width:450px ;
	position: relative;
	background-color:#FAF6EE;
	height: 67px;
	padding: 0;
}

	#headerDetail #border{
	position: static;
	background: url(Images/TopBorder.png) repeat-x;
	height: 67px;
}
	
	#header #border {
	position: static;
	background: url(Images/TopBorder.png) repeat-x;
	height: 67px;
}
	
	#header #logoImage {
	position: absolute;
	top: 90px;
	left: 25px;
	width: 247px;
	height: 57px;
	background:url(Images/logo.png) no-repeat top left;
}
	
	#header #nav {
	position: absolute;
	top: 170px;
	left: 20px;
	width: 850px;
	height: 3px;
	background: url(Images/GreenLine.png) no-repeat;
}
	
	#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	#header ul li {
	top: 178px;
	left: 500px;
	float: left;
}
	
	#header ul a{
	top: 173px;
	left: 500px;
	font-size:14px;
	line-height:1.5em;
	text-decoration:none;
	float:left;
	display:block;
}
/*------------------------------------------ NAVIGATION ------------------------------------------*/	
	.mainNavContainer {
	background: #FAF6EE; /*----#75B1B9-----*/
	width: 100%;
}	
	
#mainNav li a.homeLink { 
	position: absolute;
	top: 173px;
	left: 350px;
	width: 67px;
	height: 26px; 
	background:url(Images/home1.png) no-repeat 0 0; 
 }
 
#mainNav li a.productsLink { 
	position: absolute;
	top: 173px;
	left: 425px;
	width: 67px;
	height: 26px; 
	background:url(Images/products1.png) no-repeat 0 0; 
}

#mainNav li a.aboutLink { 
	position: absolute;
	top: 173px;
	left: 500px;
	width: 67px;
	height: 26px; 
	background:url(Images/about1.png) no-repeat 0 0; 
 }
 
#mainNav li a.processLink { 
	position: absolute;
	top: 173px;
	left: 575px;
	width: 67px;
	height: 26px; 
	background:url(Images/process1.png) no-repeat 0 0; 
}
#mainNav li a.pricingLink { 
	position: absolute;
	top: 173px;
	left: 650px;
	width: 67px;
	height: 26px; 
	background:url(Images/pricing1.png) no-repeat 0 0; 
}
 
#mainNav li a.wordingLink { 
	position: absolute;
	top: 173px;
	left: 725px;
	width: 67px;
	height: 26px; 
	background:url(Images/wording1.png) no-repeat 0 0; 
}

#mainNav li a.contactLink { 
position: absolute;
	top: 173px;
	left: 800px;
	width: 67px;
	height: 26px; 
	background:url(Images/contact1.png) no-repeat 0 0;
 }
 
#mainNav li a.homeLink:hover{ 
 background:url(Images/home2.png);
 }
#mainNav li a.productsLink:hover{ 
 background:url(Images/products2.png);
 }
 #mainNav li a.aboutLink:hover{ 
 background:url(Images/about2.png);
 }
 #mainNav li a.processLink:hover{ 
 background:url(Images/process2.png);
 }
 #mainNav li a.pricingLink:hover{ 
 background:url(Images/pricing2.png);
 }
 #mainNav li a.wordingLink:hover{ 
 background:url(Images/wording2.png);
 }
 #mainNav li a.contactLink:hover{ 
 background:url(Images/contact2.png);
 }

.indexStyle #mainNav li a.homeLink { background:url(Images/home3.png) no-repeat 0 0; width: 67px; }
.processStyle #mainNav li a.processLink { background:url(Images/process3.png) no-repeat 0 0; width: 67px; }
.aboutStyle #mainNav li a.aboutLink { background:url(Images/about3.png) no-repeat 0 0; width: 67px; }
.productsStyle #mainNav li a.productsLink { background:url(Images/products3.png) no-repeat 0 0; width: 67px; }
.pricingStyle #mainNav li a.pricingLink { background:url(Images/pricing3.png) no-repeat 0 0; width: 67px; }
.wordingStyle #mainNav li a.wordingLink { background: url(Images/wording3.png) no-repeat 0 0; width: 67px; }
.contactStyle #mainNav li a.contactLink { background:url(Images/contact3.png) no-repeat 0 0; width: 67px; }
.invisible {display: none;}

/*------------------------------------------ END NAVIGATION ------------------------------------------*/	



* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border-width: 1px;
	border-color: #15447e;
}

p {
	color: #00a5e3;
	line-height: 1.2em;
	margin: 0 0 1.9em 0;
}


h1 {
	color: #00a5e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	padding-top:0px;
	padding-bottom: 10px;
}
h2 {
	color: #7ac142;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


h3 {
	color: #7ac142;
	font-family:"Courier New", Courier, monospace;
	font-size: 150%;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom:10px;
}



.detailText { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #15447e;
}

a {
	text-decoration: none;
	color: #15447e;
}
a:hover {
	text-decoration: underline;
	color: #7ac142;
}

.copyRight {
	color: #15447e;
	text-align:center;
	font-size: 80%;
	line-height: 2em;
}
#productDetail {
	width: 450px;
	margin: 0;
	text-align: left;
	background: #FAF6EE;
	position: relative;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#ordercontainer {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#container #header h1 {
	margin-left: -9000px;
}
#ordercontainer #header h1 {
	margin-left: -9000px;
}

#mainContent {
	background-color:#FAF6EE;
	height: 600px;
	width: auto;
	margin: 0;
	padding: 40px 20px 40px 40px; 
}
#indexContent {
	background-color:#FAF6EE;
	height: 400px;
	width: auto;
	margin: 0;
	padding: 40px 20px 40px 40px; 
}
.about{
background:url(Images/back2.png) no-repeat scroll 50px 50px;

	}
.aboutStyle p{
	margin-left:400px;
	padding: 5px 20px; 	
	text-align:left;

}
.aboutStyle h3{
	margin-left:400px;
	padding: 0px 20px; 	
	text-align:left;

}
.contact{
background:url(Images/quotes.png) no-repeat scroll 50px 50px;}



/*-----------------------------------------BACKGROUND IMAGES-------------------------------------------*/
.indexImg {
	background-image: url(Images/homepage1.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	}
	
.productsImg {
	background-image: url(Images/right_products.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
		


#sidebar1 {
	background-color:#FAF6EE;
	height: 400px;
	width: 280px;
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	padding: 40px 40px 40px 10px;
}
#sidebar2 {
	background-color:#FAF6EE;
	height: 600px;
	width: 280px;
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	padding: 40px 40px 40px 10px;
}

/*-------------------------------------------------WORDING LAYOUT-------------------------------------*/
#fullbar {
	background-color:#FAF6EE;
	margin: 0;
	padding: 40px 40px 40px 40px;
	text-align: center;
}

#fullbar ul{
	list-style: none;

}
#fullbar h1 {
	color: #00a5e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	padding-top:0px;
	padding-bottom: 10px;
}

#fullbar li {
	color: #00a5e3;
	line-height: 1.2em;
	text-align: center;
	background-image: url(Images/Embell2.png);
	background-repeat: no-repeat;
	background-position: center 2.5em;
	padding-top:8em;
}

#ordercontent {
	background-color:#FAF6EE;
	margin: 0;
	padding: 40px 40px 40px 40px;
	text-align: left;
}

/*-------------------------------------------PRICING LAYOUT-----------------------------------------*/

#pricingSide{ 
	background-color:#FAF6EE;
	padding: 40px 20px 40px 40px; 
	width: 390px;
	}
	

#sidebar4 { 
	background-color:#FAF6EE;
	padding: 40px 40px 40px 20px; 
	float:right;
	width: 390px;
	margin: 0;
}
#pricingTbl {
margin-left:220px;}



#pricingTbl a {
text-decoration:underline;
	color:#E9FFD2;
}
#pricingTbl a:hover {
	text-decoration: none;
	color: #fff;
}
	
#fullbar table{
	width: 400px;
	margin: 0;
	padding: 0;
	background: #fff;
}
#fullbar .pricingtable {
width: 400px;
	margin: 0;
	padding-left: 210px;
}

	
#pricingTbl thead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
	text-align:left;
	vertical-align:bottom;	

	}
	
#pricingTbl tbody {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#00a5e3;
	text-align:left;
	}
	
#pricingTbl th {
	background:#00a5e3;
	height:25px;
	vertical-align:middle;
	text-align:left;

	}
#pricingTbl th.name {
	font-weight:bold;
	padding-left:.5em;
	}

#pricingTbl td {
	vertical-align:bottom;
	text-align:left;
	padding-top: .5em;
	padding-bottom:.25em;

	}
#pricingTbl td.inv {
	padding-left: .5em;
	}
	
#pricingTbl tr.odd {
	background:#E9FFD2;
	}
#pricingTbl tr.even {	
		background: #FFF; }


/*-------------------------------------------PRICING LAYOUT END -----------------------------------------*/


#pricingDtl thead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#00a5e3;
	text-align:left;
	vertical-align:bottom;
	}
	
#pricingDtl tbody {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#00a5e3;
	text-align:left;
	}
	
#pricingDtl th {
	background:#E9FFD2;
	height:25px;
	vertical-align:middle;
	text-align:left;

	}
#pricingDtl th.name {
	padding-left:.25em;
	}

#pricingDtl td {
	vertical-align:bottom;
	text-align:left;
	padding-top: .5em;
	padding-bottom:.25em;

	}
#pricingDtl td.inv {
	padding-left: .5em;
	}
	
#pricingDtl tr.odd {
	background:#E9FFD2;
	}
#pricingDtl tr.even {	
	background: #FFF; }

/*-------------------------------------------DETAIL PAGE PRICING END -----------------------------------------*/

fieldset {
border: none;
padding-bottom: 1em;
margin-bottom: 2em;
}

.orderCol1 {
	width: 250px;
	float: left;
}
.orderCol2 {
 margin-left: 300px;
}

.orderCol1 h2,
.orderCol2 h2,
.extrasFieldset h2 {
margin-bottom: 1em;
border-bottom: 1px solid #89b5c4;
}

.textField input,
.selectField select {
	display: block;
	margin-bottom: 8px;
	width: 200px;
}

.extrasFieldset {
clear: left;
}

.extrasFieldset textarea {
width: 100%;
margin-bottom: 1em;
}

.longInput input {
width: 50%;
margin-bottom: 1em;
}

.checkBoxSet {
display: block;
clear: left;
padding-bottom: .5em;
margin-bottom: 1em;
border-bottom: 1px dashed #CCCCCC;
}

.checkBox {

padding: 3px 0;
display: block;
float: left;
clear: left;
width: 200px;
}

.submitLabel input {
border: 2px solid #89b5c4;
background: #DDDDDD;
padding: 5px;
margin-left: 450px;
}

#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dde0be; 
	text-align:center;
} 
#footer a {
	text-decoration: none;
	color: #00a5e3;
}
#footer a:hover {
	text-decoration: none;
	color: #7ac142;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align:center;

}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
