/*** Body Definitions ***/
*{
	margin:0; 
	padding:0; 
}

a img
{
	border:none;
}

body{ 
	font-family: Helvetica, sans-serif; 
	font-size:12px; 
	background-color:#474747;
	background-repeat:repeat-x;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:960px; 
	min-height:400px; 
	background-color:#ffffff; 
	border-top:0px;
	
}

/*** Website Heading ***/

#header{
	width:960px; 
	height:150px;
	background-image:url(images/gma-elemental-heading.jpg);
	background-repeat:no-repeat;
}

#header-loggedout{
	width:960px; 
	height:150px;
	background-image:url(images/gma-elemental-heading-loggedout.jpg);
	background-repeat:no-repeat;
}

#cart{
	float:right;
	margin-top:117px;
	width:255px;
	margin-right:55px;
}

#cart p, #cart p a{
	color:#FFFFFF;
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:2.2em;
	margin-bottom:0;
}

.greybar{
	float:left;
	width:100%;
	height:46px;
	margin:0;
	padding:0;
	background-color:#aeacb1;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{ 
	float:left; 
	margin-left:0; 
	width: 960px; 
	background-color:#202020; 
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#menu ul{ 
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	float:left; 
	text-align:center; 
	font-size:14px; 
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #333333;
	font-family: Arial, sans-serif;
	line-height:2.8em;
	text-transform:uppercase;
	overflow:hidden;
}

#menu ul li a:link, #menu ul li a:visited { 
	float:left;
	color:#FFFFFF; 
	padding-left:20px;
	padding-right:20px;
	display: block; 
	text-decoration:none;
}

#menu ul li a:hover{
	float:left;
	background-image:url(images/hover-bg2.gif);
	background-repeat:repeat-x;
}

.log-out{
	border:0;
	float:right;
}	

#lhs-menu{
	float:left;
	width:190px;
	padding:20px;
	padding-right:10px;
}

.plus{
	float:left;
	margin:0 8px 0 0;
}

#login-box{
	background-image:url(images/login-box.gif);
	width:190px;
	height:180px;	
}

#search-box{
	background-image:url(images/search-bg.gif);
	width:190px;
	height:130px;
}


#login-box h2, #search-box h2{
	font-family:Arial, sans-serif;
	padding-top:7px;
	margin-left:10px;
	text-transform:uppercase;
	margin-bottom:0;
}

#login-box p, #search-box p{
	margin-left:10px;
	font-family:Tahoma, Arial;
	font-size:11px;
	margin-bottom:0;
	margin-top:0;
}

#search-box p{
 	margin-top:0px; margin-bottom:0;
}
 
#login-box .login-field, #search-box .login-field{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#666666;
	margin-left:10px;
	border: 1px solid #cccccc;
	height:20px;
	width:160px;
	margin-top:3px;
	line-height:1.6em;
}

.login-button, .search-button{
	margin-left:60px;
	margin-top:10px;
}

#products-box{
	background-image: url(images/products-main-bg.gif);
	background-repeat:repeat-y;
	width:190px;
	margin-top:20px;
}

#products-heading{
	background-image:url(images/products-h2-bg.gif);
	background-repeat:no-repeat;
}

#products-heading h2{
	font-family:Arial, sans-serif;
	padding-top:7px;
	margin-left:10px;
	margin-bottom:0;
	text-transform:uppercase;
}

#products-list{
	width:190px;
	background-image:url(images/products-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#products-list ul li{
	margin-left:8px;
	max-width:170px;
	list-style-type:none;
	border-bottom:1px dashed #dddddd;
	overflow:visible;
	padding-top:7px;
	padding-bottom:7px;
}

#products-list ul li a{
	text-decoration:none;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#999999;
}

#products-list ul li a:hover{
	text-decoration:underline;
	color:#ff6600;
}

#products-list .sub li{
	border-bottom:none;	
	margin-left:22px;
	padding-top:5px;
	padding-bottom:1px;
}

.products-menu-spacer{ width:11px; height:16px; float:left; border: none; padding-right:3px;}

.pager table
{
	/*width:30%;*/
}
.pager td{
	padding:0px 4px 2px 8px;
	margin:0;
}

.rightbox
{
	float: left;
	clear: both;
	width: 100%;
	padding:5px 0 0 10px;
}

.lefty
{
	float:left;
	padding-right:20px;
}

#rightfloat{
	margin:0; 
	float:right;
}

/*******************************************************

LATEST PRODUCTS

*******************************************************/

.clear{
	clear:both;
	height:1px;
	width:100%;
}

.rightcontent
{
	float:left;
	width:360px;
}

#new-products{
	float:left;
	width:332px;
	clear:right;
	margin:20px 10px;
	background-image:url(images/latest-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#new-products-heading, #specials-heading{
	background-image:url(images/latest-h2-bg.gif);
	background-repeat:no-repeat;
}

#new-products-heading h2, #specials-heading h2, #new-products-content h3{
	font-family:Arial, sans-serif;
	padding-top:7px;
	margin-left:10px;
}

#new-products-heading h2 a, #specials-heading h2 a{
	text-decoration:none;
	color:#333333;
}

#new-products-heading h2 a:hover, #specials-heading h2 a:hover{
	text-decoration:underline;
}

#new-products-content{
	float:left;
	width:332px;
	height: 333px;
	clear:right;
}

#new-products-content p{
	padding-left:10px;
}

#new-products-content a img{
	/*float: left;
	margin:0 0 0 120px;
	border:0px;
	padding: 0 0 10px 0;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/**************************************************

Specials List, Pricelist

**************************************************/

.specials{
	clear:both;
	float:left;
	width:332px;
	height:333px;
	margin-right:5px;
	margin-top:0;
	background:url(images/latest-bottom.gif) no-repeat;
	background-position:bottom;
	background-repeat: no-repeat;
}

#specials-list{
	width:332px;
}

#specials-list ul{
	float:left;
}

#specials-list ul li{
	border-bottom:1px dashed #dddddd;
	width:270px;
	background-image:url(images/pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:10px;
}

#pricelist .pdf-icon{background-image:url(images/pdf-icon.gif);}
#pricelist .csv-icon{background-image:url(images/csv-icon.gif);}
#pricelist .excel-icon{background-image:url(images/excel-icon.gif);}
#pricelist .word-icon{background-image:url(images/word-icon.gif);}
#pricelist .html-icon{background-image:url(images/html-icon.gif);}
#pricelist .text-icon{background-image:url(images/text-icon.gif);}

#specials-list ul li a{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#999999;
	
}

#specials-list ul li a:hover{
	text-decoration:underline;
	color:#ff6600;
}

.specials #specials-list ul li.last{
	border-bottom:none;
}

#find-reseller-box{
	padding:10px;
}

.view-more{
	float:right;
	margin-right:10px;
	margin-bottom:0;
	padding-top:5px;
	margin-bottom:5px;
}

.more-brochures{
	float:right;
	margin-left:20px;
}

.flash-banner{
	
}

/***  Main Content ***/

#content { 
	float:left; 
	background: #FFFFFF; 
	width: 697px;
	padding:20px;
}

#contactdetails{
	float:right; 
	background-color:#eeeeee; 
	padding:5px; 
	margin:5px;
}

.caption{
	margin-top:106px;
	padding:10px;
}

.caption p{
	color:#ffffff;
	font-size:13px;
	line-height:1.2em;
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
}

#storage-item-list{
	float:left;
	height:380px;
	overflow: auto;
	width:250px;
}

.thumbcase 
{
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

.thumbcase img
{
	float:left;
	padding:0 5px 0 0;
	margin:0;
}

/*** Heading Styles ***/

h1 { 
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
	font-size: 22px; 
	color:#333333;
	text-align:left; 
	margin-top:5px; 
	margin-bottom:10px;
}

h1 span{
	display:none;
}

h2 { 
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
	font-size: 18px; 
	color:#666666; 
	font-weight:normal;
	text-align:left;
	margin-top:0px; 
	margin-bottom:10px;
}

h3 { 
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
	font-size: 16px; 
	color:#333333;
	font-weight:bold;
	padding-left:0px;
	margin-bottom:10px;
	margin-left:0;
	text-indent:0;
}
h3 a, h3 a:visited{color:#333333; text-decoration:none;}

h3 a:hover{color:#333333; text-decoration:underline;}


/*** Paragraph Styles ***/

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; margin-bottom:10px; 
	color: #666666; 
	line-height:1.6em; 
	font-size:12px;
}

p a:link{ color:#ff6600; 
	text-decoration:none;
}

p a:visited{ color: #ff6600; text-decoration:none;}

p a:hover{ color: #ff6600; text-decoration:underline;}

p span{
	/*color:#3399FF;
	font-weight:bold;*/
}

td, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	font-size:12px;
}

#content ul{
	/*margin-left:20px;
	margin-bottom:10px;*/
}

#content ul li{
	line-height:1.6em; 
	/*color:#3399FF;*/
	color:#666666;
	/*margin-left:10px;
	margin-bottom:10px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*** Image Styles ***/

.rightimage{
	float:right; 
	margin:10px; 
	padding:5px; 
	margin-top:0; 
	margin-left:15px;
	margin-right:0;
	background-color:#ffffff; 
	border:1px solid #dddddd;
}

#product-picture{
	float:right;
	margin:10px;
	text-align:center;
	width:320px;
	margin-top:0px;
}

.product-image{
	border:1px solid #cccccc;
	padding:15px;
	margin:10px;
}

.product-image
{
	float:left;
	width:auto;
}

.buy-now{
	border:0;
	margin-bottom:10px;
}

.buy-now-index{
	margin-left:10px;
	border:0;
	margin-bottom:0px;
	vertical-align:middle;
}

/*** Website Footer ***/

.footer { 
	clear:both; 
	font-size: 11px; 
	background-color:#474747;
	color: #999999; 
	line-height:3em; 
	width:960px; 
	height:35px; 
	padding-left:15px;
}	

.footer a{
	color:#999999; 
	text-decoration:none;
}

.footer a:hover{
	color:#999999; 
	text-decoration:underline;
}

/********** Products Page and Products Details classes ************/

.table-heading{
	background-color:#333333;
}

.product-table th{font-size: 14px; /*color:#666666;*/ font-weight:normal; padding:5px; /*padding-bottom:10px;*/}

.product-table .category{font-size: 16px; color:#666666; font-weight:bold; /*padding:5px;*/ padding-top:10px; padding-bottom:6px;}

.product-table .subcategory{font-size: 13px; color:#666666; font-weight:bold; /*padding:5px;*/ padding-left:0; padding-top:6px; padding-bottom:3px;}

.product-table td{padding:5px; padding-left:0;}

.product-table a{color:#FF6600; text-decoration:none;}

.product-table th a{color:#ffffff; text-decoration:none;}

.product-table a:hover{color:#FF6600; text-decoration:underline;}

#productbox{
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:20px;
	min-height:300px;
	width:300px;
	vertical-align:middle;
}

.product-qty-field{
	width:30px; border:1px solid #999999; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;
}

.specials-table td{
	padding:3px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#999999;
}
.specials-table span{
	padding:0px;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#999999;
}

.specials-table a{color:#FF6600; text-decoration:none;}

.specials-table a:hover{color:#FF6600; text-decoration:underline;}

/********** shopping cart and checkout table **********/

.cart-table th{font-size: 13px; font-weight:normal; padding:4px; }

.cart-table td{padding:4px;}

.cart-table a{color:#FF6600; text-decoration:none;}

.cart-table a:hover{color:#FF6600; text-decoration:underline;}

.account-inquiry td{font-size:11px;}

