:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
p {
	padding-bottom: 0.5em;
}
body {
	font: 88%/1.5 Arial,Verdana,Helvetica,Sans-serif;
	background:#02014F url(images/background.jpg) repeat-x left top;
	text-align: center;
}
#wrapper {
	background: #FFF;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat top;
	width: 800px;
	height: 204px;
}
#contentWrap {
	background: url(images/body_bg.jpg) repeat-y left;
	float: left;
}
#leftBar {
	background: url(images/menu_bg.jpg) repeat-y;
	float: left;
	width: 226px;
	padding-left: 23px;
	padding-bottom: 50px;
}
#content {
	float: right;
	width: 500px;
	padding-right: 40px;
	padding-bottom: 30px;
}
#footer {
	font: 0.8em Tahoma,Helvetica,Sans-serif;
	line-height: 60px;
	color: #FFF;
	background-color: #02014F;
	text-align: center;
	clear: both;
}

/***** left bar *****/

#leftBar h2 {
	font-size: 0.8em;
	width: 191px;
	height: 29px;
	position: relative;
}
#leftBar h2 span {
	width: 100%;
	height: 100%;
	position: absolute;
}
#menu span {
	background: url(images/menubar.jpg);
}
#portfolio span {
	background: url(images/portfoliobar.jpg);
}
#leftBar ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftBar a {
	font-weight: bold;
	line-height: 25px;
	background: url(images/button.jpg) no-repeat left;
	color: #000;
	margin-left: 7px;
	padding-left: 14px;
}
#leftBar a:hover {
	color: Yellow;
	text-decoration: underline;
}
/***** content *****/

#content #title {
	font-size: 12px;
	width: 483px;
	height: 29px;
	margin-bottom: 30px;
	position: relative;
}
#content #title span {
	width: 100%;
	height: 100%;
	position: absolute;
}
#home #title span {
	background: url(images/titlebar.jpg) no-repeat;
}
#contact #title span {
	background: url(images/titlebar-contact.jpg) no-repeat;
}
#quote #title span {
	background: url(images/titlebar-quote.jpg) no-repeat;
}
#aboutus #title span {
	background: url(images/titlebar-aboutus.jpg) no-repeat;
}
#sitemap #title span {
	background: url(images/titlebar-sitemap.jpg) no-repeat;
}

#content #package {
	font-weight: bold;
	color: #01004E;
	margin: 20px 10px;
}
#package li {
	line-height: 15px;
	background: url(images/arrow_button.jpg) no-repeat left;
	padding-left: 20px;
	margin-bottom: 10px;
}
#content #advantage {
	margin: 20px 10px;
}
#advantage li {
	line-height: 15px;
	background: url(images/check.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 10px;
}
#advantage .alt {
	background-color: #F0FFFF;
}
.firstLetter {
	font: bold 5em "times new roman",times,serif;
	color: #BF0000;
	float: left;
	margin-right: 2px;
}
.underline {
	border-bottom: 2px dotted #2D8EED;
}
em {
	font-weight: bold;
	background-color: #FFFF93;
	padding: 3px 5px;
}
#content h2 {
	font: bold 2em "Times New Roman",Times,serif;
	color: #0002BF;
	margin-bottom: 20px;
}
.orderButton {
	text-align: center;
	margin-top: 30px;
}

/***** form *****/
#contact #content form {
	background: url(images/formBg.png) repeat-x top;
	width: 280px;
	margin-left: 70px;
	padding: 15px 40px;
}
#quote #content form {
	background: url(images/formBg2.png) repeat-x top;
	width: 280px;
	margin-left: 70px;
	padding: 15px 40px;
}
#content label {
	display: block;
}
#content input.text {
	width: 250px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content #comments {
	width: 250px;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 5px;
}
li.submit {
	text-align: center;
	margin-top: 10px;
}
li.submit input {
	font-weight: bold;
	padding: 5px 25px;
}
