﻿/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

a img 
{
	border: none;
}

sup, sub
{
	font-size: .8em;
}


/** General styles applied to all pages **/

body 
{
	background: #C2ECFA url(../Images/body_background.png) top left repeat-x;
}

#wrapper 
{
	width: 960px;
	margin: 0px auto;
	background: transparent url(../Images/page_background.png) top left no-repeat;
}
#secondary-wrapper
{
	width: 960px;
	margin: 0px auto;
	background: transparent url(../Images/content_background.png) bottom right no-repeat;
}

/* This is defaulted to the page background on the home page - all other pages manually override this image inline. */
.page-wrapper
{
	width: 960px;
	height: auto;
	margin: 0px auto;
	background: transparent url(../Images/en/home_page_background.png) top left no-repeat;
	position: relative;
}

#product-page-wrapper
{
	background: transparent url(../Images/en/products_page_background.png) top left no-repeat;
}

#icon-home-link
{
	position: absolute;
	display: block;
	width:90px; 
	height:80px; 
	/* This uses the same transparent gif that supersleight uses. In this case it spoofs IE into thinking there is a clickable surface in the anchor. */
	background: transparent url(../Scripts/x.gif) top left repeat;   
	top: 49px; 
	left: 65px;
	border: none;
}

#page 
{
	width: 940px;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;	
	font-size: .875em;
	/*
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	*/
}

#menu 
{
	float: right;
	padding-right: 0px;
}

#menu a, #menu a:visited, #menu a:hover 
{
	border: none;
	text-decoration: none;
}

#menu a img 
{
	display: inline;
}

/** CONTENT BLOCK **/
/** Note that padding-top is the default for Home, all other pages override this inline. **/
#content 
{
	background: transparent;
	padding: 55px 0px 60px 0px;
	font-size: 0.85em;
}

#content a, #content a:hover, #content a:visited
{
	color: #00a6e8;
	text-decoration: underline;
}

#content strong 
{
	color: #005597;
	font-weight: bold;
}

#content .footnote
{
	margin-top: 40px;
	font-size: 0.9em;
}

/** HOME SECTION **/
#content .home-block
{
	width: 565px; 
	background: transparent url(../Images/en/home_products.png) bottom right no-repeat; 
	float: left; 
	clear: right;	
}

#content .home-block h2 
{
	margin: 0px 0px 10px 0px;
	font-size: 1.5em;
	text-transform: uppercase;
}

#content .home-block p
{
	line-height: 1.4;
	margin-bottom: 0px;
}


/** PRODUCT SECTION **/
#content .product-detail-block
{
	width: 295px;
	color: #333333;
}

#content .product-detail-block .copy
{
	border: 1px solid #028BB5;
	background-color: #ffffff;
	width: 271px;
	overflow: visible;
}

#content .product-detail-block .copy p
{
	padding: 15px;
	margin: 0px;
}

#content .product-detail-block .link-row
{
	padding: 5px 15px;
	color: #01458e;
}

#content .product-detail-block .link-row a, #content .product-detail-block .link-row a:hover, #content .product-detail-block .link-row a:visited
{
	color: #01458e;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}


/** FAQ SECTION **/
#content .faq-block
{
	width: 610px;
	margin: 0px auto;
	color: #898989;
}

#content .faq-block ul, #content .faq-block ol
{
	margin: 1em 0 1em 25px;
	color: #0088b2; 
}

#content .faq-block ul li, #content .faq-block ol li
{
	color: #898989; 
	list-style-image: url(../Images/li_bullet.png);
	list-style-position: inside;
	margin-left: 0px;
}

#content .faq-block .copy
{
	border: 1px solid #028BB5;
	background-color: #ffffff;
	padding: 20px;
}

#content .faq-block .copy .qa
{
	margin: 0px 0px 20px 0px;
}

#content .faq-block .copy .qa .q 
{
	margin: 0;
	color: #0088b2;
	font-weight: bold;
	font-size: 1.2em;
}

#content .faq-block .copy .qa .a
{
	margin: 0;
}

#content .faq-block .copy .qa .a b
{
	color: #0088b2;
	font-weight: bold;
	font-size: 1.2em;
}

#content .faq-block .copy .qa .a p
{
	margin: 0px 0px 1em 0px;
}


/** FOOTER **/
#footer {
	background:transparent;
	clear:both;
	color:#01458e;
	font-size: 9px;
	line-height: 1;
	height:73px;
	margin: 20px auto 0px auto;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	text-align:left;
	border-top: 1px solid #025697;
	width: 960px;
}
#footer a {
	color:#0088b2;
	text-decoration:none;
}
#footer a:hover {
	color:#0088b2;
}
#gsklogo {
	float:left;
	padding:0;
	border-right: 1px solid #005597;
	margin-right: 10px;
}
#footer_nav ul {
	color:#01458e;
	margin:0;
	text-transform:uppercase;
	list-style: none;
}

#footer_nav a {
	border-left:1px solid #0088b2;
	color:#0088b2;
	display: block;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 5px 0px 5px;
	line-height: 1.3;
}
#footer_nav a:hover 
{
	color: #0088b2;	
}

#footer_nav a.first
{
	padding-left: 0;
	border: none;
}