body {
		background: url(../images/bg.jpg) repeat center center fixed;
		margin:0;
		padding:0; 
	
}
#wrapper {
	width: 960px; /* Change the site width here */
	margin: 0 auto;
	background-color:#f4f6de;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px -22px 27px 14px rgba(74,74,74,1);
-moz-box-shadow: 0px -22px 27px 14px rgba(74,74,74,1);
box-shadow: 0px -22px 27px 14px rgba(74,74,74,1);
	
}
img {
	border:none;
}
a {outline: none;}
/*------------------------------ Header -----------------------------*/

#header {
	padding: 0 20px;
	background: #fff url(../images/header.jpg) !important;
	height:264px;   /* Change the height of header here according to the height of hearder image */
}
#header p {
	margin:0;
}
#headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	padding-top:30px;
	color:#000;
	width: 275px;
}
#headerInfo a:link {
	color: #000066;
}
#headerInfo a:visited {
	color: #000066;
}
#headerInfo a:hover {
	color: #000099;
}
#headerInfo a:active {
	color: #000066;
}

#companyName {
	font-size: 18px;
	font-weight: bold;
	letter-spacing:3px;
	color:#cf0000;
	padding-top: 113px;
	text-align:center; /* Align text or logo here */
	width: 270px; /* Change the width here according to header image so no text or logo overlaps header image */
}
#slogan {
	font-size:24px;
	color: #000;
	text-align:left;
	width: 270px;
}
/*------------------------------ Horiz Navigation -----------------------------*/
	
#navigationHoriz {  /* This is the navigation container */
	margin: 0 auto;
	background: url(bgNav1.jpg) repeat-x;
	padding: 8px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
background-color: #333 !important;
	
}
#navigationHoriz a:link {
	display: inline;
	margin: 0 5px 5px 0;
	text-decoration:none;
	color:#fff;
	padding:6px 18px;
	border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border: 0px solid #000000;
}
#navigationHoriz a:visited {
	display: inline;
	margin: 0 5px 5px 0;
	text-decoration:none;
	color:#fff;
	padding:6px 25px;
}
#navigationHoriz a:hover {
	background: url(bgNav2.jpg) repeat-x;
	color:#FFF;
}
#navigationHoriz a:active {
	display: inline;
	margin: 0 5px 5px 0;
	background: url(bgNav2.jpg) repeat-x;
	color:#FFF;
	padding:6px 25px;
}
#navigationHoriz span {
	color:#FFF;
	}

/*------------------------------ Vert Navigation 
-----------------------------*/

#navContainerVert {
	width:195px;
	float:left;
	margin:10px;
	}
				
ul#navigationVert {  /* This is the navigation container */
	width: 175px;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	margin:0;
	background:none;
		
}
ul#navigationVert li a {
	display: block;
	margin: 0 0 8px 0;
	background: url(bgNav2.jpg) repeat-x;
	text-decoration:none;
	color: #fff;
	padding:6px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}

ul#navigationVert a:visited {
	color: #fff;
	}

ul#navigationVert a:hover {
	background: url(bgNav1.jpg) repeat-x;
	color:#FFFFFF;
}

ul#navigationVert  a:active {
	background: url(bgNav1.jpg) repeat-x;
	color:#FFFFFF;
	
	}
#underNav{
	width: 195px;
	clear:both;

	}	
#underNav p {
	font-size:12px;
	padding:6px;
	text-align:center;
	margin:0;
	}

/*------------------------------ Content -----------------------------*/
#contentWnav {
	width: 700px; /* Set the width here according to the navbar width */
	float:right;
	height:auto;
	background: #fff;
	margin:0;
	padding: 15px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#content {
	padding: 20px 30px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFF;

}

#testimonials {
	width:600px;
	margin:10px auto;
	border-bottom: 1px dotted #993300;
	padding:10px;
	}

.formTable tr:nth-child(odd) {
background:#E9EBD3;
}

.bold { font-weight:bold;
}

.ulstyle {
	line-height:22px;}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.addressBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.addressItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
h2, h3, h4 {  /* If using different styles, sepatare the tags  */
	margin:0;
}
p .breakhere {
	page-break-after:always;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:35px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #cf0000;
	margin:5px 0 25px 0;
}
.paraHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:-1px;
	color: #cf0000;
}
.textColor {
	color:#F00;
	font-weight:bold;
	margin:0;
}
a.nounderline:link {
	color: #000066;
	text-decoration: none;
}
a.nounderline:visited {
	color: #000066;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000099;
	text-decoration: underline;
}
a.nounderline:active {
	color: #000066;
	text-decoration: none;
}
.center {
	text-align:center;
}
.left {
	text-align:center;
	float: left;
	width: 300px;
}
.right {
	text-align:center;
	float: right;
	width: 300px;
	margin-right: 45px;
}
/*------------------------------ Content - Columns -----------------------------*/

div#outer { /* This is the div that holds the columns*/
	width: 752px; /* Change the width of container here*/
	height: 300px;
	margin: 35px auto;
	background-color: #fff;
	border: none;
}
div#first { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#second { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#third { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 220px;  /* Change the width of collumn here*/
}
/*------------------------------ Content - Images -----------------------------*/
.image-Left {
	margin: 0 25px 0 10px;
	float:left;
	border: 1px #ddd solid;
	padding:3px;
}
.image-Right {
	margin: 0 10px 0 25px;
	float:right;
	border: 1px #ddd solid;
	padding:3px;
}
.image-Center {
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
	border: 1px #ddd solid;
	padding:3px;
}
.imageSet {  /* images container settings*/
	margin: 0 auto;
	border:0px;
	text-align:center; /* center images */
	width: 900px; /* change size here for sufficient space to hold 2 or more images */
}
.imageSet img {  /* individual images settings */
	margin-left:auto;
	margin-right:auto;
	margin: 25px 10px;  /* distance between images and top/bottom */
	border: #CCC 1px solid;
	padding: 3px;
}
.caption {
	text-align:center;
	background:#fff;
	font-size:11px;
	margin:0;
	color: #666;
	width:106px; /*change caption width here*/
}
.image_Caption-Left { /*image caption container*/
	float:left;
	width:116px; /*change image width here*/
	margin: 3px 20px 0 10px;
}
.image_Caption-Right { /*image caption container*/
	float: right;
	width:116px; /*change image width here*/
	margin: 3px 10px 0 20px;
}
.image_Caption-Center { /*image caption container*/
	width:116px; /*change image width here*/
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
}
.image_CaptionGroup {
	width: 90%;
	margin: 30px auto;
}
.image1 {
	float:left;
!important  background: #fff;
	height:250px;
	text-align:center; /* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image2 {
	float: left;
!important  background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image3 {
	float: left;
!important  background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image4 {
	float: left;
!important  background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.colorBlock {
	margin: 0 auto;
	width:350px; /* change width of block here */
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	padding: 5px;
}
.socialIconsHorz {
	float:right;
	margin:5px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}
/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: #333;
	padding:2px;
	text-align:center;
	font-size:11px;
	color:#FFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
}
#footer a:hover {
	color:#cccccc;
}
#cwr {
	margin:0 auto;
	background-color:none;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
