/*** Layout ***/

body {
	background-image: url('../img/bg1.png');
	background-repeat: repeat;
	margin: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #eee;
	box-shadow: 0 0 15px #333;
	border-top: 3px solid #004276;
	border-bottom: 3px solid #004276;
}
.two-thirds{
	width: 620px;
	float: left;
	margin: 0 30px 20px 0;
}
.one-third-right {
	width: 300px;
	float: right;
	margin: 0;	
}
.one-third-left {
	width: 300px;
	float: left;
	margin: 0;
}
a {
	transition: ease-in-out 0.3s;	
}
a:hover {
	transition: ease-in-out 0.3s;	
}
h2 {
	margin: 10px 0;
}

/*** Header ***/

#header {	
}
#header #logo {
	float: left;
}
#header #logo h1{
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color: #004276;
}
#header #phone {
	float: right;
}
#header #phone .header-phone {
	display: inline-block;
	float: left;
	margin: 20px 10px 10px 0;
}
#header #phone .header-customer {
	display: inline-block;
	float: left;	
}
#header #phone h2{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	display: inline-block;
	margin: 20px 0 0 0;
	color: #CC0000;
}
#banner {
	width: 1000px;
	padding: 0;
	margin: 0 0 20px -20px;
}

/*** Navigation ***/

nav {
	display: inline-block;
	width: 1000px;
	margin-left: -20px;
	height: auto;
	background: #356aa0; /* Old browsers */
	background: -moz-linear-gradient(top,  #356aa0 0%, #004276 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#004276)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #356aa0 0%,#004276 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #356aa0 0%,#004276 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #356aa0 0%,#004276 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #356aa0 0%,#004276 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#004276',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid #CC0000;
	border-top: 1px solid #004276;
}
nav ul {
	display: inline-block;
	padding: 0;
	margin: 0 15px;
	font-family: 'Oswald', sans-serif;
}
nav ul li {
	display: inline-block;
	padding: 12px 15px;
}
nav ul li:first-child {

}
nav ul li:last-child {
	
}
nav ul li:hover {
	background-color: #CC0000;
	margin-top: -3px;
	padding: 15px;
	color: #FFF;
}
nav ul li.active {
	background-color: #CC0000;
	padding: 15px;
	margin-top: -3px;
	color: #fff;	
}
nav ul li a {
	color: #E6E6E6;
	text-decoration: none;
}
nav ul li a:hover {
	color: #fff;
}
nav ul li.active a{
	color: #fff!important;	
}

/*** Sidebar ***/

#sidebar {
	float: right;
	margin: 12px 0;
}
#sidebar .sidebar-coupon {
	margin: 5px 0;
	float: right;
	border-radius: 5px;
}
#sidebar h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	text-align: center;
	color: #004276;
}
#sidebar h3 .phone {
	display: inline-block;	
}
#sidebar ul {
	margin: 20px 0;

}
#sidebar ul li {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	list-style: none;
	margin: 10px 0px;
	color: #CC0000;
}
#sidebar .side-phone {
	display: inline-block;
	margin: 25px 10px 0 20px;
}

/*** Content ***/

#content {
	
}
#content #main-content {
	
}
#content h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	color: #004276;
}
#content h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
#content p {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#content .content-img {
	float: right;
	margin: 0 0 15px 15px;	
	border: 1px solid #004276;
	border-radius: 5px;
}
#content .coupon {
	margin-right: 15px;
	display: inline-block;	
}
.coupons {
	margin: 0 20px 20px 0;
}

/*** Contact Form ***/

label {
	font-family: 'Oswald', sans-serif;
}
.input-half {
	width: 50%;
}
.input-full {
	width: 85%;
}
.input-mini {
	width: 25%;
}
textarea {
	width: 90%;
}
.btn-submit {
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	float: right;
	margin: 0 25px 0 0;	
}

/*** Footer ***/
#footer {
	width: 960px;
	clear: both;
	display: block;
	text-align: center;
	padding: 20px;
	margin: -20px;
	background: #356aa0; /* Old browsers */
	background: -moz-linear-gradient(top,  #356aa0 0%, #004276 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#004276)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #356aa0 0%,#004276 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #356aa0 0%,#004276 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #356aa0 0%,#004276 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #356aa0 0%,#004276 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#004276',GradientType=0 ); /* IE6-9 */
	border-top: 3px solid #CC0000;
}
#footer p{
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .copyright {
	text-align: center;
	font-weight: bold;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	.two-thirds, .one-third{
		width:95%;	
		margin:5px 10px
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #2C5A43;
		width: 100%;
		position: relative;
		color: #fff;
		padding: 10px;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.two-thirds, .one-third{
		width:95%;	
		margin:5px 10px
	}
	img{
		text-align:center;	
	}
	.full_container{
		width:98%	
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	.two-thirds, .one-third{
		width:95%;	
		margin:5px 10px
	}
	.full_container{
		width:98%	
	}
}