@charset "utf-8";
/* CSS Document */

img{
	border:none;}

	body {
	background: url(../images/bg.jpg);
	background-size: cover; 
	-moz-background-size: cover;
	background-attachment: fixed;
	margin:0;
	padding: 0;
}
#wrapper {
	width: 100%; /* Change the site width here */
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;


/*------------------------------ Header -----------------------------*/
		}
.headerDiv {
	background-color:#000;
	width:100%;
		border-bottom: #666 solid thick;

	}
#header {
	background: #000 url(../images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:960px;
	height:296px;   /* 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;
	color:#fff;
	padding-top:10px;
	margin-left:350px;
	width:600px; /* Change the width of text here according to header image so no text overlaps image */
}
#headerInfo a:link, a:visited, a:active {
	color: #999;
}
#headerInfo a:hover {
	color:#5EACDA;
}
#companyName { 
 	font-family: 'Coda', sans-serif;	
	font-size: 32px;
	color:#fff;
	padding-top: 20px;
	margin-left: 350px;
	text-align:center; /* 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.jpg);
	float:left;
	width:150px;
	height:99px;
	margin-right:20px;
	}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ffae00;
	padding-top: 15px;
	margin-left: 330px;
	text-align:right;
	font-weight:bolder;
	word-spacing: 5px;
	width:620px; /* Change the width of slogan text here according to header image so no text overlaps image */
}

/*------------------------------ Navigation -----------------------------*/
	
	#navigation {  /* This is the navigation container */
	font-family: 'Coda', sans-serif;	
	margin-top:80px;
	margin-left: 260px;
	background:none;
	padding: 10px;
	text-align:center;
	width:700px;
}
#navigation a:link {
	display: inline;
	margin: 0 1px 1px 0; /* Set distance around the buttons here */
	background: none;
	text-decoration:none;
	color:#000;
	padding:3px 10px 3px 10px;
	-webkit-border-radius: 5x;
	-moz-border-radius: 5px;
}
#navigation a:visited {
	display: inline;
	background: none;
	text-decoration:none;
	color:#000;
	padding:3px 10px 3px 10px;
}
#navigation a:hover {
	background: url(../images/button-bg.jpg);
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
}
#navigation a:active {
	display: inline;
	background: url(../images/button-bg.jpg);
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 10px 3px 10px;
}

/*------------------------------ Content -----------------------------*/
#content {
	padding: 20px;
	margin: 0 auto;
	width:960px;
	background:#ccc url(../images/content-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom: #FC0 thick solid;
	
	-moz-box-shadow: 5px 5px 35px #000; //* Firefox *//
	-webkit-box-shadow: 5px 5px 5px #000; //* Safari & Chrome *//
	color: rgba(255.0,0,.5);
	box-shadow: 5px 5px 35px #000;
}
.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: 'Coda', sans-serif;	
	font-size: 28px;
	font-weight: normal;
	color: #C00;
	margin:5px 0 25px 0;
}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	text-indent: 15px;
}
.textColor {
	color:#FFC300;
	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:right;
	margin:5px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}

.imageShadow {
	-moz-box-shadow: 5px 5px 5px #888; //* Firefox *//
	-webkit-box-shadow: 5px 5px 5px #888; //* Safari & Chrome *//
	color: rgba(255.0,0,.5);
	box-shadow: 5px 5px 5px #888;
}
/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: none;
	padding:20px;
	text-align:center;
	font-size:11px;
	color:#FFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#CCCCCC;
	}
	
#footer a:hover {
	color:#fff;
	}
#cwr {
	margin:0 auto;
	background-color:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}	

/*------------------------------ Aside -----------------------------*/

aside {    /* If using Aside feature, just add aside tag to html */
	float:right;
	width:20%;
	padding:30px;
	font-size:12px;
	border-left: #CCC dotted thin;
	margin-top: 5px;
}

