@charset "utf-8";
/* CSS Document */

img{
	border:none;}

	body {
	background: #d7d8aa url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
#wrapper {
	width: 960px; /* Change the site width here */
	margin: 0 auto; 
	font-family: Arial, Helvetica, sans-serif;


/*------------------------------ Header -----------------------------*/
		}
#header {
	padding: 0 20px;
	background-position: bottom right;
	background-repeat:no-repeat;
	background-image:url(../images/header-bg-image.png);
	height:210px;   /* 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:right;
	font-size:13px;
	float:right;
	color:#000;
	margin-right:15px;
	width:580px; /* Change the width of text here according to header image so no text overlaps image */
}
#headerInfo a:link, a:visited, a:active {
	color: #000066;
}
#headerInfo a:hover {
	color: #000099;
}
#companyName { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color:#000;
	padding-top: 10px;
	text-align:left; /* Align text or logo here */
	width: 600px; /* Change the width here according to header image so no text or logo overlaps header image */
}

#logo {
	background-image:url(../images/logo.png);
	float:left;
	width:300px;
	height:200px;
	margin-right:20px;
	}
#slogan {
	font-size:24px;
	color: #000;
	text-align:left;
	width:600px; /* Change the width of slogan text here according to header image so no text overlaps image */
}

/*------------------------------ Navigation -----------------------------*/
	
	#navigation {  /* This is the navigation container */
	margin-top:10px;
	width:520px;
	font-size:14px;
	font-weight:bold;
	float:right;
	padding: 10px;
	text-align:right;
}
#navigation a:link {
	display: inline;
	margin: 0 5px 10px 0; /* Set distance around the buttons here */
	background: #000;
	text-decoration:none;
	color:#FFF;
	padding:3px 20px 3px 20px;
	-webkit-border-radius: 7x;
	-moz-border-radius: 7px;
}
#navigation a:visited {
	display: inline;
	background: #000;
	margin: 0 5px 10px 0;
	text-decoration:none;
	color:#FFF;
	padding:3px 20px 3px 20px;
}
#navigation a:hover {
	background:#757728;
}
#navigation a:active {
	display: inline;
	margin: 0 5px 10px 0;
	background: #757728;
	text-decoration:none;
	color:#FFF;
	padding:3px 20px 3px 20px;
}

/*------------------------------ Content -----------------------------*/
#content {
	padding: 20px;
	background-color:#FFF;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.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: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #069;
	margin:5px 0 25px 0;
}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #757728;
}
.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 -----------------------------*/
.imageLeft {
	margin: 0 25px 0 10px;
	float:left;
	border: 1px #ddd solid;
	padding:3px;
}
.imageRight {
	margin: 0 10px 0 25px;
	float:right;
		border: 1px #ddd solid;
	padding:3px;

}
.imageCenter {
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
	padding:15px;
}
.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_CaptionLeft { /*image caption container*/
	float:left;
	width:116px; /*change image width here*/
	margin: 3px 20px 0 10px;
}
.image_CaptionRight { /*image caption container*/
	float: right;
	width:116px; /*change image width here*/
	margin: 3px 10px 0 20px;
}
.image_CaptionCenter { /*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:left;
	width:35px;
	height:35px;
	margin-top:10px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}

/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: #F1F2E4;
	padding:2px;
	text-align:center;
	font-size:11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#000066 ;
	}
	
#footer a:hover {
	color:#000099;
	}
#cwr {
	margin:0 auto;
	background-color:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}	


