/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}
body {
	color: #000;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font: 1.9em/1em Arial, Helvetica, sans-serif;
}
h1 {
}
h2 {
	color: #000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.35em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}
ul {
	list-style: disc;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	color: #000 !important;
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #FF451F;
	text-decoration: none;
}
a:active {
	color: #128575;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p {
	margin-right: 10px;
	padding: 5px 0;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}
ul, ol {
	margin-left: 25px;
	padding-left: 0;
}
li {
	margin-bottom: 15px;
	margin-left: 15px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	padding: 0 0 40px;
	text-align: center;
}
body {
	background: url(../images/bg_img.png);
	margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin: auto;
	border: none;
}
header {
	background: url(../images/header.png) no-repeat right;
	float: left;
	height: 120px;
	width: 960px;
	border: none;
}
header h1 {
	float: left;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	border: none;
}
header h1 a {
	background: url(../images/logo_img.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 111px;
	width: 374px;
}
nav {
	display: inline-block;
	position: relative;
	width: 100%;
	background: url(../../../../../Make%20responsive/CoffeeCup_HTML_Editor-Citrus/Citrus/html/images/nav_bottom.png) center no-repeat bottom;
	padding-bottom: 20px;
}
nav ul {
	float: left;
	list-style: none;
	width: 100%;
	height: 40px;
	margin: 0;
	padding-top: 30px;
	text-align: left;
	border: none;
}
nav ul li {
	display: inline;
	margin: 0 5px 0px 0px;
	padding: 0 0 15px 0;
	border: none;
}
nav ul li a {
	background: url(../images/button_reg.png) no-repeat;
	font-size: 1.2em;
	padding-top: 5px;
	border: none;
	width: 109px;
	height: 24px;
	display: inline-block;
	text-align: center;
}
nav ul li a:hover {
	background: url(../images/button_hov.png) no-repeat;
	width: 109px;
	height: 24px;
}
#mainContent {
	background: url(../images/body_bg.png);
	clear: both;
	border: none;
	padding: 40px 60px 0 40px;
}
#mainLeft, #mainLeft2 {
	float: left;
	width: 375px;
	text-align: left;
}
#mainLeft img {
	border: none;
}
#mainLeft2 {
	margin: 20px 0 0 50px;
	width: 425px !important;
}
#mainRight, #mainRight2 {
	float: right;
	margin-top: 20px;
	width: 425px;
	text-align: left;
}
#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}
#mainRight2 {
	width: 375px !important;
}
#mainRight2 ul {
	line-height: 1.7em;
	padding-top: 8px;
}
.columns {
	border: none;
}
.colLeft {
	float: left;
	width: 240px;
	border: none;
}
.colRight {
	float: right;
	width: 240px;
	border: none;
}
footer {
	background: url(../images/foot_img.png) no-repeat;
	width: 960px;
	height: 195px;
	clear: both;
}
footer p {
	float: left;
	font-size: 0.9em;
	margin: 110px 0 0px 495px;
	color: #ccc;
}
footer ul {
	float: left;
	list-style: none;
	width: 530px;
	padding-top: 5px;
	text-align: right;
	border: none;
}
footer ul li {
	display: inline;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
}
footer ul li a:hover {
	color: #A5D6E3;
}
#shoponline {
	width: 134px;
	height: 71px;
	background-image: url(../images/shop_online.png);
	display: inline-block;
	float: center;
	margin: 15px 0px 15px 0;
	text-indent: -9999px;
	outline: 0;
}
#shoponline:hover {
	background-image: url(../images/shop_online_hov.png);
}
 @media screen and (max-width: 768px) {
img {
	width: 100%;
	height:auto;
}
header {
	background: url(../images/header.png) no-repeat right;
	float: left;
	height: 120px;
	width: 100%;
	max-width: 960px;
	border: none;
}
header h1 {
	float: left;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	border: none;
}
nav ul li {
	display: inline;
	margin: 0 0px 0px 5px;
	padding: 0 0 15px 0;
	border: none;
}
nav ul li a {
	background: url(../images/button_reg.png) no-repeat;
	font-size: 1.2em;
	padding-top: 5px;
	border: none;
	width: 109px;
	height: 24px;
	display: inline-block;
	text-align: center;
}
#mainContent {
	background: url(../images/body_bg.png);
	background-size: contain;
	clear: both;
	border: none;
	padding: 40px 60px 0 40px;
}
#mainLeft, #mainLeft2 {
	float: left;
	width: 100%;
	max-width: 375px;
	text-align: left;
}
#mainLeft img {
	border: none;
}
#mainLeft2 {
	margin: 20px 0 0 0px;
	width: 100%;
	max-width: 425px !important;
}
#mainRight, #mainRight2 {
	float: left;
	margin-top: 20px;
	width: 100%;
	max-width: 960px;
}
#mainRight2 {
	width: 100%;
}
.columns {
	border: none;
}
.colLeft {
	float: left;
	width: 100%;
	max-width: 240px;
	border: none;
}
.colRight {
	float: right;
	width: 100%;
	max-width: 240px;
	border: none;
}
footer {
	background: url(../images/foot_img.png) no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 960px;
	height: 195px;
	clear: both;
}
footer p {
	float: left;
	font-size: 0.9em;
	margin: 110px 0 0px 495px;
	color: #ccc;
}
footer ul {
	float: left;
	list-style: none;
	width: 530px;
	padding-top: 5px;
	text-align: right;
	border: none;
}
footer ul li {
	display: inline;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
}
footer ul li a:hover {
	color: #A5D6E3;
}
#shoponline {
	width: 134px;
	height: 71px;
	background-image: url(../images/shop_online.png);
	display: inline-block;
	float: center;
	margin: 15px 0px 15px 0;
	text-indent: -9999px;
	outline: 0;
}
#shoponline:hover {
	background-image: url(../images/shop_online_hov.png);
}
}
 @media screen and (max-width: 480px) {
	 #mainLeft2 {
	margin: 20px 0 0 0px;
	width: 100%;
	max-width: 280px !important;
}
#mainRight, #mainRight2 {
	float: left;
	margin-top: 20px;
	width: 100%;
	max-width: 260px;
}
footer {
	background: url(../images/foot_img.png) no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 480px;
	height: 195px;
	clear: both;
}
#mainContent {
	background: url(../images/body_bg.png);
	background-size: contain;
	clear: both;
	border: none;
	padding: 39px 0px 0 30px;
}
footer p {
	float: left;
	font-size: 0.9em;
	margin: 33px 0 0px 100px;
	color: #ccc;
}
header h1 a {
	background: url(../images/logo_img.png) no-repeat;
	background-size:contain;
	cursor: pointer;
	display: block;
	max-width:300px;
}
}
