/*
---------------------------------------------------------------------------------------------------
DEFAULT SCREEN STYLESHEET FOR: WWW.POLARCLEATS.COM
---------------------------------------------------------------------------------------------------
DESIGN: Keri - DESIGNWORKS
CSS: Terry Evans - DESIGNWORKS
XHTML: Terry Evans - WWW.BCDESIGNWORKS.COM
---------------------------------------------------------------------------------------------------
Color References
---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------
*/

/* Global Settings
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

html { background:#eee; }

body {
	font: 11px/1 Verdana, Arial, Helvetica, Sans-Serif;
	color:#000;
	background: #fff url(../gfx/bg_h.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul {
	list-style: none;
}

/* Global Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	border-bottom: 1px solid #ccc;
}
#container {
	margin: 0 auto;
	width: 715px;
	text-align: left;
}
#header {
	text-indent: -9999px;
	height: 330px;
}
#innerWrap {
	background:url(../gfx/mid.gif) repeat-y 300px 0;
	position: relative;
	display:inline-block;
}
#navigation {
	float: left;
	width: 300px;
}
#content {
	float: right;
	width: 415px;
	padding: 20px 0;
	background: url(../gfx/top_mid.gif) no-repeat 0 0;
	color:#fff;

	
}


#footer {
	clear: both;
	height: 60px;
	background: url(../gfx/mid.gif) repeat-y 300px 0;
}

/* -------------------------| Header |---------------------------- */
#logo {
	height: 330px;
	width: 300px;
	background: url(../gfx/header_left.jpg) no-repeat 36px 0;
	float: left;
}
#slogan {
	height: 330px;
	width: 415px;
	background: url(../gfx/header_right.jpg) no-repeat 0 0;
	float: right;
}

/* ------------------------| Content |---------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 40px 15px
}
#content h1 { font-size: 16px; }
#content p {
	margin: 0 40px 15px;
	line-height: 1.6em;
}
#content ul {
	margin: 0 40px 15px;
}
#content ul li {
	background: url(../gfx/spike.gif) no-repeat 0 50%;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
}


#stamp {
	position: absolute;
	top: 80px; left: 115px;
	height: 206px;
	width: 203px;
	background: url(../gfx/officialSupplier.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* -------------------------| Navigation |------------------------- */

#navigation ul li,
#navigation ul li a {
	height: 23px;
	line-height: 23px;
	width: 300px;
}
#navigation ul li a {
	display: block;
	text-indent: -9999px;
}
#navigation ul li#n_polarCleats a {
	background: url(../gfx/nav/polarcleats.gif) no-repeat 0 0;
}
#navigation ul li#n_polarCleats a:hover,
body#polarCleats #navigation ul li#n_polarCleats a {
	background-position: -300px 0;
}
#navigation ul li#n_ourCustomers a {
	background: url(../gfx/nav/ourcustomers.gif) no-repeat 0 0;
}
#navigation ul li#n_ourCustomers a:hover,
body#ourCustomers #navigation ul li#n_ourCustomers a {
	background-position: -300px 0;
}
#navigation ul li#n_order a {
	background: url(../gfx/nav/order.gif) no-repeat 0 0;
}
#navigation ul li#n_order a:hover,
body#order #navigation ul li#n_order a {
	background-position: -300px 0;
}

/* -------------------------| Footer |---------------------------- */

#footer ul {
	width: 290px;
	text-align: right
}
#footer ul li {
	display: inline;
	padding: 0 2px 0 0;
	line-height: 1.5em;
	color:#ECB295;
}
#footer a {
	color:#CC6633;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color:#ECB295;
}
#footer ul li a {
	text-transform: uppercase;
}

#footer p {
	padding: 20px 0;
	color:#999;
}

/* Helper Classes
--------------------------------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right; }
.more { text-align: right; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

