body {
	background-color: #1e5691;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-family: arial, georgia, lucida sans, lucida sans unicode;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: #93038C;
}

#mainCont {
	background: url('images/headerBg1.gif') top left repeat-x #2b6caf;
	text-align: center;
}
#mainCont2 {
	min-width: 720px;
	margin: 0px 0px;
	background: url('images/header.gif') top center no-repeat;
	z-index: 100;
	padding-top: 75px;
}

.clear {
	clear: both;
}
#bodyWrap1 {
	width: 720px;
	margin: 0px auto 0px auto;
	background: url('images/body_02.gif') top left repeat-y;
	z-index: 101;
}
#bodyWrap2 {
	width: 720px;
	background: url('images/body_01.gif') top left no-repeat;
}
#bodyWrap3 {
	width: 720px;
	background: url('images/body_03.gif') bottom left no-repeat;
	min-height: 400px;
}

* html #bodyWrap3 {
	height: 400px;
}



#footerWrap1 {
	margin-top: 10px;
	height: 85px;
	background: url('images/footer.gif') top center repeat-x;
}
#footer {
	color: #2b6bad;
	padding-top: 53px;
	font-size: 12px;
	text-align: center;
}
#footer strong {
	padding: 0px 80px;
	color: white;
}


#menu {
	text-align: center;
	font-size: 13px;
	padding: 9px 0px 10px;
}
#menu menu {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	display: inline;
	padding: 0px 20px;
}
#menu a {
	color: #007eff;
}
#menu a:hover {
	color: #a55575;
}
#body {
	text-align: left;
	padding: 5px 25px 20px;
}

.contact {

}

.contact .title {
	background: url('images/headerBg1.gif') top left repeat-x #2b6caf;
/*	background-color: #5a94d2;*/
	border: 1px solid #417fc1;
	margin: 10px 5px 5px;
	padding: 3px;
	color: white;
}

.contact .value {
	padding: 0px 25px;

}
.contact .value input {
	width: 100%;
	border: 1px solid #417fc1;
}
.contact .value textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #417fc1;
}
.contact .submit {
	margin: 10px 0px 20px;
	text-align: center;
}
.contact .submit input {
	background: url('images/headerBg1.gif') top left repeat-x #2b6caf;
	border: 1px solid #417fc1;
	margin: 10px 5px 5px;
	padding: 3px;
	color: white;

}

.work a {
	color: white;
}
.work a:hover {
	color: #1e5691;
}
.work img {
	float: left;
	margin: 10px;
	border: 6px solid;
}
* html  .work img {
	border: 6px solid white;
}

.itemThumbs {
	width: 130px;
	float: left;

}
.itemThumbs img {
	display: block;
	float: none !important;
	margin: 0px 10px 10px;
}
.itemDesc {
	border: 1px solid #7fa6cf;
	margin-left: 130px;
	padding: 5px;
	min-height: 200px;
}
.itemDesc h2 {
	padding: 0px 5px;
	margin: 0px;
}

 .forSale {
 	padding: 10px;
	border: 1px solid #7fa6cf;
	background-color: white;
	color: blue;
	margin: 0px 0px 10px 130px;
	font-weight: bold;
	text-align: center;
 }
  .forSale a{
  	color: blue;
  }

  .workMain {
	width: 150px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.workMain img{
	float: none !important;
	margin-bottom: 0px !important;
}


h2 {
	margin: 0px;
	padding: 0px 0px 10px !important;
	color: #205182;
	font-size: 18px;
}

h3 {
	margin: 0px;
	padding: 0px 1px 0px;

}

p {
	margin: 0px;
	padding: 0px 5px 15px;
	text-align: justify;
}

form  {
	padding: 0px;
	padding: 0px 0px 15px;
}

.buyButton {
	text-align: center;
}

.purchaseTable {
	width: 99%;
	margin-bottom: 10px;
}

.purchaseTable tr td {
	padding: 5px;
	border: 1px solid #5F7D9C;
	vertical-align: middle;
	background-color: #7297BC;
}
.purchaseTable tr td form{
	padding: 5px 0px 0px;
}


.backButton {
	border-top: 1px dashed #96C2F1;
	margin-top: 15px;
	padding: 5px 10px;
}
.backButton a{
	font-size: 15px;
	color: white;

}
