/*
background: [background-color] [background-image] [background-repeat] [background-position] [background-attachment]
font: [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family]
	**1em/1.2em means font-size: 1em & line-height:1.2em
border: [border-width] [border-style] [border-color]
list-style:[list-style-type] [list-style-position] [list-style-image]
  
Example  
ul li { list-style:square inside url(image.png); }
**in this particular case if image.png is not available
    then a square will be provided as secondary 
*/

body {
	/*background:#95ced8 url(../images/bg_1.png) repeat-x;*/
	background-color:#FFF;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#wrapper {
	margin: 0 auto;
	width:800px;
	/*background:url(../images/OpenPark.png) no-repeat;*/
}

/*#wrapper2 {
	margin: 0 auto;
	width:1024px;
	background:url(../images/background2.jpg) no-repeat;
}*/

p#indent {
	text-indent:25px;;
}

#header {
	width:690px;
	height:130px;
	background-image:url(../images/header8.png);
	margin:0 auto;
	padding:15px 0 0 95px;
	background-repeat:repeat-y;
}

#headerimg {
	background-image:url(../images/header6.png);
	padding:15px 0 0 95px;
	background-repeat:no-repeat;
	height:100px;

}

#menu {
	background:url(../images/menu_FFF.png) repeat-y;
	width:785px;
	height:45px;
	margin:0 0 0 7px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	z-index:3;
	padding:0 0 0 0;
	position:absolute;
}

/*FOR IE*/
* html #menu {
	background:url(../images/menu_FFF.png) repeat-y;
	width:785px;
	height:45px;
	margin:0 auto;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	z-index:3;
	padding:0 0 0 0;
	position:absolute;
}



#mainwrapper {
	background:url(../images/middle_FFF.png) repeat-y;
	width:785px;
	margin:0 auto;
	minheight:420px;
	border: 0px solid red;
}

/*FOR IE*/
* html #mainwrapper {
	height:420px;
	background:url(../images/middle_FFF.png) repeat-y;	
	border: 0px solid green;
}


#maintext {
	padding:55px 15px 30px 15px;
	margin:0;

}

#maintext_prod {
	padding:0;
	border: 0px solid blue;
	margin-left:0;
	vertical-align:top;
}

#image1 {
	margin:0 0 0 0;
	border:0px solid #000;
}

#bottom {
	background:url(../images/bottom_FFF.png) no-repeat;
	width:785px;
	height:25px;
	margin:0 auto;	
	font:9px/normal Georgia, "Times New Roman", Times, serif;
	color:#777;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*-----------------------------------*/
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#1A8E8B;
}

span.question {
Font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#1A8E8B;
}


h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	font-size:12px;
}

table.pricetable {
	width:100%;
	padding:0px;
}

table.pricetable td {
	 color:#003366;
	 font-size: 12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;


}
table.pricetable td#desc {
	padding:0 0 10px 25px;
}

table.pricetable td a:link, table.pricetable td a:visited {
	text-decoration:underline;
}

table.pricetable td a:hover {
	color:#0099FF;
}

.dash-line {
	border-bottom:1px dashed #000;
	padding-bottom:8px;
}
#bold1 {
	font-weight: bold;
	color:#009999;
	font-style:italic;
}

#bold3 {
	font-weight: bold;
	color:#009999;
}

#bold2 {
	font-weight:bold;
}

#price {
	font-weight: bold;
	text-align:right;	
}

#testimonial_1 {
	padding:12px 7px;
}

#testimonial_2 {
	padding:12px 7px;
	background-color:#EFEFEF;
}

span#testimonial_name {
	float:right;
	padding-right:15px;
	font-weight:bold;
}

span#pagetitle {
	font:18px/normal Georgia, "Times New Roman", Times, serif;
	color:#3a8c9b;
	font-style:italic;
	text-transform:uppercase;
}