body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #b2b2b2 url('images/bg.gif') repeat-x;
}
.content {
	background-color: ;
	background: #fff url('images/bg_content.gif') repeat-x top;
	padding: 20px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #007800;
}

a img {
	border: none;
}

.nav {
	padding: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

.nav a {
	color: #fff;
}

.nav a:hover {
	color: #ccc;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

li {
	list-style-image: url('images/pointer.gif');
	margin: 0 10px 20px 0;
	padding: 0 10px 0 0;
}

a {
	color: #007800;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.imgPadR {
	margin: 0 0 20px 20px;
}

.footer {
	background: url('images/footer.gif') no-repeat center center;
	height: 80px;
}

.BlueBox {
	background-color: #e8ebf5;
	padding: 20px;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.tag {
	font-size: 10px;
	padding: 10px;
	margin: 0;
	color: #3D3730;
}

#tag {
	font-size: 10px;
	padding: 10px;
	margin: 0;
	color: #3D3730;
	position: inherit;
	bottom: 0px;
}

input {
	font-size: 12px;
	padding: 1px;
	margin-bottom: 10px;
	width: 250px;
}

textarea {
	font-size: 12px;
	padding: 1px;
	margin-bottom: 10px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}


.soffer {
	border: 1px solid #E5E5E5;
	width: 100%;
	margin-bottom: 10px;
}

.soffer2 {
	padding: 10px;
}

.offer {
	margin: 0;
	padding: 0;
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}

.soffer3 {
	border: 1px solid #E5E5E5;
	width: 720px;
	margin: 5px;
}

.price {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B73229;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */