/*-----------------------------------------------------------------------------
Climate Clothing 
Floated 2 Column Fixed Width 860px (Primary Content Left)

version:   1.0
date: October 9, 2008
author:    darryl bray
email:     darrylbray@elviowebdesign.com
website:   http://www.elviowebdesign.com/
-----------------------------------------------------------------------------*/

body {
  	background: #ffffff url(../images/branding_bg.gif) repeat-x;
	color:#3a3a3a;
}

h1 {
  	font-size: 2.8em;
  	font-weight: normal;
  	font-family: "Times New Roman", Times, serif;
}

h2 {
  	font-size: 2.2em;
  	font-weight: normal;
  	font-family: "Times New Roman", Times, serif;  
}

h2.remove-space {
	margin-bottom: 0;
	padding-bottom: 0;
}

#primaryContent h2.collection-title {
	color: #fff;
	background-color: #93a445;
	padding: 0 0 0 15px;
}

.newarrivalsSupplierName {
	color: #fff;
	background-color: #5d5c28;
}

.newarrivalsProductName {
	color: #808285;
}

h3 {
  	font-size: 1.8em;
  	font-weight: normal;
  	font-family: "Times New Roman", Times, serif;  
}

h4 {
  	font-size: 1.4em;
  	font-weight: bold;
  	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #93a445;
}

a:hover {
	color: #93a445;
	text-decoration: none;
}

.smalltext {
	font-size: 95%;
}

.emphasisred {
	color: #815042;
	font-weight: bold;
}

.imagespace {
	margin-bottom: 20px;
}

.imagespaceright { /* Used for images on News Arrivals web page */
	margin-right: 18px;
	margin-bottom: 20px;
}

.imageborder {
border: 1px solid #ccc;

}

.displayblock {
	display: block;
}

.subtitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #808285;
}

.posted {
	font-style: italic; 
	font-weight: normal;
	color: #968f7f;
	font-size: 95%;
}

.align-middle {
vertical-align: middle;
}

p img.left {
	float:left;
	margin:.3em 1.5em .5em 0;
	padding:0;
}

#wrapper {
	background-color: #fff;
	position: relative;
}

#branding {
	position: relative;
 	height: 125px;
  	background-color:#93a445;
	margin-bottom: 20px;
}

.positionclimatelogo {
	position: absolute;
	top: 10px;
	left: 0px;
}

.positionclimatetagline {
	position: absolute;
	top: 0px;
	left: 507px;
}

/* Start Thick Underline Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#primaryNavigation {
	font-weight: bold;
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
}

#primaryNavigation ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

#primaryNavigation ul li{
	display: inline;
}

#primaryNavigation ul li a {
	color: #f5f0e2;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #f0dc82; /*bottom border is 3px*/
}

#primaryNavigation ul li a:hover, #primaryNavigation ul li a.selected{
	border-bottom-color: black;
}

/* End Thick Underline Menu */

#secondaryNavigation {
	position: absolute;
	top: 15px;
	left: 255px;
	font-family: Arial, Helvetica, sans-serif;
}

#secondaryNavigation ul li {
	display: inline;
}

#secondaryNavigation ul li a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#secondaryNavigation ul li a:hover {
	text-decoration: underline;
}

/* Start Main Message on Home Page */

#mainMessage {
	position: relative;
	/* height: 320px; */
	height: 580px;
}

.lifestyle {
	position: absolute;
	top: 30px;
	left: 40px;
}

.mainmarketingmessage {
	position: absolute;
	top: 35px;
	left: 420px;
	z-index: 10;
}

.whynatural {
	position: absolute;
	top: 130px;
	left: 423px;
	z-index: 1;
}

.viewourclothing {
	position: absolute;
	top: 300px;
	left: 580px;
	z-index: 5;
}

/* End Main Message on Home Page */

#primaryContent {
  	background-color: #fff;
}

#primaryContent ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Start Google Map on Location Page */

#map {
	width: 540px;
	height: 540px;
	margin-bottom: 20px;
}

.mapLabel {
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
	font: 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 5px;
	border-top: 1px solid #666;
}

#submit {
	margin-left: 155px;
}

#getDir {
	margin-top: 15px;
}

/* End Google Map on Location Page */

/* Start boxes on Clearance page */

.boxes {

}

.boxleft {
	width: 250px;
	float: left;
}

.boxright {
	width: 250px;
	float: right;
}

/* End boxes on Clearance page */

/* Start Photo Gallery */

.photogallery {
	padding-top: 20px;
}

.galleryspace {
	float:left;
	border: 5px solid #cccccc;
	display: block;
}

/* End Photo Gallery */

#secondaryContent {
  	background-color: #fff;
}

#secondaryContent form {
	padding-bottom: 10px;
}

#secondaryContent ul {
	list-style: none;
	margin-left: 0;
}

#secondaryContent li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Start Email Newsletter */

#discountnewsletter {
	background-color: #c3cd99;
	padding: 15px 15px 5px 15px;
}

#discountnewsletter a {
	color: #585625;
}

#discountnewsletter a:hover {
	color: #585625;
	text-decoration: none;
}

#emailnewsletterform input {
width: 200px;
}

#emailnewsletterform input.submit {
margin-top: 5px;
width: auto;
}

/* End Email Newsletter */

#footer {
	position: relative;
	color: #fff;
  	background-color: #000; 
	height: 0px;
}

#footer h3 {
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer p {
	font-size: 95%;
	margin: 0;
	padding: 10px 0 10px 30px;

}

#footer ul {
	margin: 0;
	list-style-type: none;
	font-size: 95%;
}

#footer li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

#falsefooter {
	height: 210px;
	background: url(../images/footer_bg.gif) repeat-x;
	border-top: 2px solid #978367;
}

/* Start positioning of action footer content */

.positionsmallprint {
	position: absolute;
	top: 30px;
	left: 0px;
}


.positionstorelocation {
	position: absolute;
	top: 30px;
	left: 245px;
}

.positionstorehours {
	position: absolute;
	top: 30px;
	left: 480px;
}

.positioncontactus {
	position: absolute;
	top: 30px;
	left: 695px;
}

/* End positioning of action footer content */

/* Start positioning icons in action footer */

.positionfolder {
	position: absolute;
	top: 25px;
	left: 155px;
}

.positionhome {
	position: absolute;
	top: 22px;
	left: 370px;
}

.positionclock {
	position: absolute;
	top: 23px;
	left: 595px;
}

.positionmail {
	position: absolute;
	top: 22px;
	left: 805px;
}

/* End positioning icons in action footer */

/* Layout Core Technique
================================= */

body {
 	text-align: center; 
}

#wrapper {
  	width: 860px; 
  	margin: 0 auto; 
  	text-align: left; 
}

#primaryContent { 
  	width: 540px;
  	float: left; 
}

#secondaryContent { 
  	width: 250px; 
  	float: right; 
} 

#footer { 
  	clear: both;
} 

#oneColLayout #primaryContent {
	width: 860px;
}

/* Layout Padding 
================================== */

#primaryContent {
  	padding-top: 0px;
}

#primaryContent h1, #primaryContent h2, #primaryContent h3, #primaryContent p, #primaryContent ul, #primaryContent img {
	padding-left: 0px;
	padding-right: 0px;
}

#secondaryContent {
  	padding-top: 5px;
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent h3, #secondaryContent p, #secondaryContent img {
	padding-left: 0px; 
	padding-right: 0px;
}

#footer {
  	margin: 0;
	padding: 0;
}

#footer p, #footer ul, #footer img {
	margin:0;
	padding: 0;
}


