/*---------------------------------------------------
	1.	Global
	2.	Typography
	3. 	Containers
	4.	Navigation
	5.	Footer
---------------------------------------------------*/



/*---------------------------------------------------
	1.	Global
---------------------------------------------------*/

body {
	font: .7em tahoma, arial, sans-serif;
	line-height: 1.4em;
	color: #7D7C7D;
	background: #525051;
	text-align: center;
}

a, a:active, a:visited {
	color: #7D7C7D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ol, ul {list-style: none}

.clear {clear: both}

img {border: 0}

* {
	padding: 0;
	margin: 0;
}

.list li {
	padding-left: 12px;
	margin-bottom: 5px;
	background: url("../images/ico_arrow_org.gif") 0 4px no-repeat;
	font-size: 1.1em;
}
	
	

/*---------------------------------------------------
	2.	Typography
---------------------------------------------------*/

h1 {
	font-size: 2em;
	color: #F78E1F;
	font-weight: normal;
	margin-bottom: 25px
}

h2 {
	font-size: 1em;
	margin-bottom: 10px;
}

p {margin-bottom: 15px;}

ul, ol {margin-bottom:15px;}

.runner {
	font-weight: bold;
}

/*------ Headings ------*/



/*---------------------------------------------------
	3. 	Containers
---------------------------------------------------*/

#logo, #footer {
	width: 716px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	padding-left: 16px;
	margin-top: 40px;
}

#container {
	background: #FFF url("../images/img_bkg_rpt.gif") right top repeat-y;
	padding: 0 8px;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #container {height: 1%;}
#container {display: block;}
/* End hide from IE-mac */

#logo {
	padding-bottom: 15px
}

#nav {
	width: 120px;
	float: left;
	padding-top: 92px;
}




/*---------------------------------------------------
	4.	Navigation
---------------------------------------------------*/

/* Level 1 */
#nav li {float: left}
#nav li a {
	text-decoration: none;
	background: #D37615 url("../images/img_bkg_navLink.gif") right top repeat-y;
	width: 100px;
	float: left;
	margin-top: 1px;
	font-size: .8em;	
	padding: 4px 10px;
	color: #EDC8A1;
}
#nav li a:hover {color: #FFF}
#nav li a.current {
	color: #FFF;
	font-weight: bold;
}
#nav li ol {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: -4px;
	background: #D37615 url("../images/img_bkg_navLink.gif") right top repeat-y;
}

/* Level 2 */
#nav li li a {
	padding: 0 0 0 10px;
	margin: 0;
	width: 110px;
}

#nav li li a.current {
	font-weight: normal;
	color: #FFF;
	padding-bottom :0;
}


/*---------------------------------------------------
	5.	Content
---------------------------------------------------*/

#content {
	width: 340px;
	padding: 40px 0 40px 20px;
	float: left;
	display: block;
	position: relative;
}
#content.product {width: 555px;}

.top, .btm {
	position: absolute;
	width: 716px;
	height: 8px;
	left: 0;
	
}
.top {top: -8px; background: url("../images/img_bkg_top.gif") 0 0 repeat-x}
.btm {bottom: -8px;background: url("../images/img_bkg_btm.gif") 0 0 repeat-x}

#img {
	width: 200px;
	margin: 40px 0 40px 0;
	float: right;
}

#img img {float: left}

#img p {
	width: 185px;
	background: #525051;
	padding: 12px 0 12px 15px;
	float: left
}	

/* Home */
.btn {
	position: absolute;
	bottom: 40px;
	right: 28px;
}

.more {
	position: absolute;
	top: 385px;
	right: 0;
}

/* Product specifications */
.productSpec {
	float: left;
	width: 250px;
}
.specs {
	float: left; 
	font-size: .9em; 
	border-top: 1px solid #CBCACA; 
}
.specs li {
	border-bottom: 1px solid #CBCACA; 
	padding: 4px 0;
	clear: both;
	float: left;
	width: 250px
}
.specs li label {
	float: left; 
	width: 90px; 
	padding-left: 10px
}
.specs li span {
	float: left;
	width: 150px;
}

/* Product images*/
.productImgs {
	float: right;
	padding-right: 16px;
	width: 270px;
}
.productImgs li {float: left}
.productImgs li h2 {width: 100%}
.productImgs li a {
	float: left;
	margin: 0 2px 2px 0;
	border: 2px solid #FFF;
}
.productImgs li a:hover {
	border: 2px solid #F78E1F;
}

/* Pop Up */
.popUp {float: left; padding-top: -40px}
.popUp img {float: left;}

.caption {
	clear: left;
	width: 100%;
	height: 40px;
	background: #525051;
	color: #FFF;
	text-align: right;
	background: url("../images/logo_screenEdge.gif") 15px 20px no-repeat;
}

.caption p {padding: 20px 15px 0 0 ; margin: 0}
.caption span {float: left; padding: 25px 0 0 15px}

/* Contact */
.contact label, span {float: left}
.contact label {font-weight: bold; width: 20px}
.contact br {clear: both}


/*---------------------------------------------------
	6.	Footer
---------------------------------------------------*/

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: .8em;
	color: #FFF
}

#footer a {
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}

#footer a:hover {text-decoration: underline;}
