﻿/*----------------------------------------------------------
The base color for this template is #000000. If you'd like
to use a different color start by replacing all instances of
#000000 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFFFFF;
    background-image:url('Images/gn_backgroundWithLogo.jpg');
    background-position:center;
    background-repeat:no-repeat;	
	min-width:1400px;
	
	
    background-position:top;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

.maintenance
{
	font-family:Verdana;
	font-size:10px;
}

a:link
{
    color: #003366;
    text-decoration: underline;
}
a:visited
{
    color: #660066;
}
a:hover
{
    color: #003366;
    text-decoration: none;
}
a:active
{
    color: #003366;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
	position:relative;
	top:10px;
	left:220px;
	
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
#main
{
    color:White;
    
    height:535px;
}

#mainContent
{
    position: relative;
    top: 15px;
    left:-10px;
    background-color: White;
    width: 970px;
    height: 540px;
    /*
    margin: 0 20px 0 20px;
    padding: 20px;
*/
    color: Black;
    z-index: 0;
}


#newsFooter
{
	color:White;
	position:relative;
	top:10px;
	left:20px;
	width:868px;
	padding:5px 20px 5px 20px;
	background-image:url('Images/hpNew_NewsGradient_5_25.jpg');
	margin:0px;
}

#mainFooter
{
    position:relative;
    font-weight:bold;
    left:20px;
    top:20px;
    height:70px;
    width:868px;
    color: #ffffff;
    padding:10px 20px 5px 20px;
    background-image:url('Images/hpNew_FooterGradient_1_85.jpg');
}

#finalFooter
{
	position:relative;
	top:20px;
	left:75px; 
	color:Black;
	font-size:10px;
	width:800px;
	text-align:center;
	
}

#finalFooter p
{
	color:Black;
}

#finalMaster p a
{
	color:Black;
	font-weight:normal;
}

.HpLinks
{
	position:relative;
	top:-700px;
	left:545px;
	width:400px;
	text-align:right;
}
.hpLinksMain
{
	font-family:Verdana;
	font-size:9px;
}

.hpLinksMain a
{
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	font-weight:normal;
	color:Black;
}

.hpLinksMain a:hover
{
	text-decoration:underline;
}

#search
{
	position:absolute;
	top:000px;
	left:100px;
	color:White;
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    background-color:#E5E5E5;
    height:25px;
    padding-left:0px;
    margin-top:20px;
    margin-left:-10px;
    border-bottom:solid 1px Black;
    
}

ul#menu
{
    margin:0px 0px 0px 0px;
    text-align: left;
    height:25px;
    padding-left:0px;
}

ul#menu li
{
    display: inline;
    list-style: none;
    font-size:12px;
    font-weight:normal;
    font-family:Verdana;
    width:200px;    
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding:6px 20px 7px 20px;
    text-decoration: none;
    /*line-height: 2.8em;*/
    line-height:25px;
    background-color:Transparent;
    height:25px;
    color: #000000;
    margin:0px;
}

ul#menu li a:hover
{
    color: #000;
    text-decoration: none;
    
}

ul#menu li a:active
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
    border-top:solid ipx #000000;
}



.selectedTab 
{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    /*margin: 1em 0;*/
    margin-right: 1em;    
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1em;    
    border: 0px solid #CCC;
}


fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type=text] .small-input 
{ width: 50px; } 

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
.layers
{
    background-color: #F9FCFE;
}

table.layers .grayed
{
    background-color: #E4EBF9;
}
table 
{
  /*border: solid 1px #e8eef4;*/
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color:Blue; 
  /*border: solid 1px #e8eef4;*/
}

/* BUTTONS
----------------------------------------------------------*/

.commButton 
{
    border-right: #CC0000 2px solid; 
    border-top: #FF9899 2px solid; 
    border-left: #FF9899 2px solid; 
    border-bottom: #CC0000 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #FF0000; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.OldprimButton 
{
    border-right: #000000 2px solid; 
    border-top: #999999 2px solid; 
    border-left: #999999 2px solid; 
    border-bottom: #000000 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #333333; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.primButton 
{
    border-right: #557720 2px solid; 
    border-top: #999999 2px solid; 
    border-left: #999999 2px solid; 
    border-bottom: #557720 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #7EB400; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.primButtonAPJ
{
    border-right: #557720 2px solid; 
    border-top: #999999 2px solid; 
    border-left: #999999 2px solid; 
    border-bottom: #557720 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #4faf00; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.OldsecButton 
{
    border-right: #333333 2px solid; 
    border-top: #CCCCCC 2px solid; 
    border-left: #CCCCCC 2px solid;
    border-bottom: #333333 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #666666; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.secButton 
{
    border-right: #557720 2px solid; 
    border-top: #999999 2px solid; 
    border-left: #999999 2px solid; 
    border-bottom: #557720 2px solid; 
    font-size: 90%; 
    font-weight: bold; 
    color: white; 
    font-family: Arial, Verdana, Helvetica, Sans-serif; 
    background-color: #7EB400; 
    text-align: center; 
    padding-right: 0px; 
    margin-right: 0px; 
    cursor: pointer; 
    cursor: hand;
}

.gnButton
{
	background-image:url('Images/gn_searchButton.jpg');
	border:0;
	cursor: hand;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.error
{
    color:Red;
}



div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:link
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Black;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
    font-size:9px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
     padding:2px 0 2px 20px;
	 margin:0px;
	 width:500px;
}


#IndexNavigation
{
	float:left;
	margin-top:-35px;
	margin-right:15px;	
	text-align:left;
	
}

#IndexContent
{
	float:right;
	width:600px;
	text-align:left;
	margin-left:10px;
}

#CategoryContent
{
	float:right;
	width:600px;
	text-align:left;
	margin-left:10px;
}

.CmsContentNormal
{
	color:Black;
	font-size:10px;
	padding:5px 20px 5px 20px;
}

.CmsContentEnhanced
{
	margin-top:0px;
	background-color:#F0F0F0;
	color:Black;
	font-size:12px;
	padding:15px 20px 15px 20px;
}

input[type=text].AmountField
{
    width:70px;
    text-align:right;
    margin-right: 0px;
}


input[type=text].QtyField
{
    width:40px;
    text-align:right;
    margin-right: 0px;
}


input[type=text].QtyFieldUnpartial
{
    width:40px;
    background-color: #eeeeee;
    text-align:right;
    margin-right: 0px;
}

.productDescription 
{
    font-size: 12px;
    overflow:auto;
}

.backLink 
{
    width: 200px;
    margin-left: 10px;
    font-size: 12px;
}

.listingTable 
{
    width: 555px;
}

.listingTable td
{
    font-size: 12px;
}

.totalCol 
{
    border-top: 1px solid black; 
    border-bottom: 1px solid black;
}

/* CMS RElated   
----------------------------------------------------------*/

.cmsMain
{
	overflow:auto;
	width:720px;
	height:450px;
	font-family:Verdana;
	font-size:10px;	
}

.cmsMainSolo
{
	overflow:auto;
	width:720px;
	height:520px;
	font-family:Verdana;
	font-size:10px;	
}

.cmsHeaderOnly
{
	
}

.cmsSmallText
{
	font-family:Verdana;
	font-size:9px;
}
.cmsMainGuest
{
	overflow:auto;
	width:960px;
	height:520px;
	font-family:Verdana;
	font-size:10px;	
	padding-right:10px;
}

.cmsMain p
{
	margin:0px;
	padding:opx;
	font-family:Verdana;
	font-size:10px;	
}

.cmsUpper
{
	font-family:Verdana;
	font-size:10px;
	/*background-color:#EFEFEF;*/
	/*margin:0 0 0 280px;*/
	padding:10px 10px 10px 0;
}

.cmsContent
{
	/*background-color:#000000;*/
	margin:0 0 0 280px;
	padding:10px;
}

.cmsLower
{
	/*background-color:Fuchsia;*/
	/*margin:0 0 0 280px;*/
	padding:10px;
	font-family:Verdana;
	font-size:9px;
	padding:10px;
}

/* Other global stuff  
----------------------------------------------------------*/
.pageGrid
{
	
	vertical-align:top !Important;
}

#CartOverviewPlaceholder
{
	position:relative;
	left:730px;
	top:-575px;
	height:25px;
	width:200px;
	z-index:20000;
	color:#efefef;
}

#cartsOverviewBar_main
{
	position:relative;
	left:720px;
	
	width:240px;
	z-index:20000;
	color:#efefef;
}


#cartsOverviewBar_main_APJ
{
	position:relative;
	left:820px;
	
	width:240px;
	z-index:20000;
	color:#efefef;
}

.cartsOverviewBar_labels
{
	font-size:11px;
	
	color:Black;
}

.cartsOverviewBar_links a
{
	font-size:10px;
	font-weight:bold;
	color:Black;
	text-decoration:underline;
}



