@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc); }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#214170;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/design_01.jpg);
	background-repeat:repeat-x;
	
}
#container {
	width: 793px;  /* this will create a container 80% of the browser width */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/mainbg_03.png);
	background-repeat:repeat-y;
}

#imageright {
float:right;
padding:10px;

}
#thumbright {
float:right;
padding: 10px 5px 10px 15px;
font-size:0.7em;
color:#003300;

}
#thumbleft {
float:left;
padding: 10px 15px 10px 5px;
font-size:0.7em;
color:#003300;

}


#header {
	padding: 15px 15px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	height:127px;
	background-image:url(../images/mainbg_03.png);
	
}
#menu {
	background:#D3F0B9;
	background-image:url(../images/design_11.jpg);
	height:221px;
	background-repeat:no-repeat;
	padding: 3px 0px 0px 14px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
#header h1 {
	margin: 0;
	 /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */

	padding-top:20px;
	padding:20px 38px 0 38px;
	background-image:url(../images/mainbg_03.png);
	
}
#mainContent h2 {
	margin-bottom: 3px;
	color: #ba0038;
	
	font: 18px Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {

	color: #132642;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom:30px;

	font-weight:bolder;
	
}
#mainContent p {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
#mainContent li {
	margin-top: 0;
	color: #333;
	font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
#mainContent #what ul {
	list-style-image: url(../images/tick.jpg);
	padding-top:3px;
	
}
#contactInfo{
width:200px;
float:left;
background-image:url(../images/contactInfo.png);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366;
font-size:0.9em;
padding-top:40px;
padding-left:15px;
}
#contactForm{
width:450px;
background-color:#FFFFFF;
float:right;
background-image:url(../images/contactForm.png);
background-repeat:no-repeat;
padding-left:45px;
padding-top:50px;
	color: #333;
	font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#orderInfo{
width:200px;
float:left;
background-image:url(../images/contactInfo.png);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366;
font-size:0.9em;
padding-top:40px;
padding-left:15px;
}
#orderForm{
width:450px;
margin-bottom:60px;
background-color:#FFFFFF;
background-image:url(../images/orderform.png);
background-repeat:no-repeat;
padding-left:45px;
padding-top:50px;
	color: #333;
	font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.form-box { height:25px; }
.form-button { float:right; padding-right:100px; }
.formTitle { width:140px; float:left; height:20px; color: #333; font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;}
.formField { width:200px; }
.formFieldWide { width:350px; }

#footer { 
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	height:75px;
	padding-left:35px;
	padding-right:25px;
	font-size:0.8em;
/*	margin-bottom:15px;*/
padding-top:7px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.9em;
}
a:link {
	color: #214170;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #214170;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {font-size:1em;
color:#002000;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

