@charset "utf-8";
/* CSS Document */

html, body {
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

html	{
	background: url(images/green_bg.jpg) repeat #abc4b6;
	font-size:76%;
}

body	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(images/gradi_bg.jpg) no-repeat;
	vertical-align:top;
}

#container {
	width:100%;
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

img	{
	border:0;
}
	
a:link	{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
	
a:hover	{
	color:#4d4d4d;
	text-decoration:none;
	font-weight:normal;
}
	
a:visited	{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
	
a:visited:hover	{
	color:#4d4d4d;
	text-decoration:none;
	font-weight:normal;
}
	
a:active	{
	color:#fff;
	text-decoration:none;}
	
h1	{
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:30px;
	color:#fff;
}
	
h2	{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:26px;
	color:#fff;
}
	
h3	{
	text-transform:uppercase;
	font-weight:normal;
	font-size:95%;
	line-height:18px;
	padding:0;
	margin:0;
}
	
p	{
	line-height:18px;
}
	
	
#info	{
	
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	width:357px;
	padding:0 0 15px 0;
	margin:0;
	line-height:100%;
}
	
#info ul	{
	margin:0;
	padding:0;
	float:left;
}
	
#info	li	{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#info li a	{
	width:118px;
	padding:8px 0 7px 0;
	float:left;
	background-color:#000;
	border-left:none;
	border-top:none;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-top:1px #fff solid;
	border-right:1px #fff solid;

}
	
#info li a:hover	{
	color:#fff;
	text-decoration:underline;
}
	
#info li a:visited	{
	color:#fff;
	text-decoration:none;
}
	
#info li a:hover:visited	{
	color:#fff;
	text-decoration:underline;
}
	
#currentInfo	{
	background:url(images/grey_info.gif) #4d4d4d repeat;
}
	
#currentInfo a	{
	background:url(images/grey_info.gif) #4d4d4d repeat;
}
	
#mainNavigation	{
	border: 1px solid #000;
	background:#000;
	height:50px;
	
}
	
#mainNavigation ul	{
	padding:0 0 0 0;
	margin:0;
	width:988px;

}
	
#mainNavigation	li	{
	display:inline;
	list-style:none;
}
	
#navBG	{
	background-image:url(images/secnav_bottom.jpg);
	background-position:0% 25%;
	background-repeat:repeat-y;
	

}
	
#secondNavigation	{
	background:url(images/secnav_top.jpg) no-repeat top left #000;
	text-transform:uppercase;
	color:#fff;
	width:258px;
	height:100%;
	position:relative;
	top:-3px;
	font-size: 11px;
}

	
#secondNavigation	ul {
	position:relative;
	top:-7px;
	padding:22px 0 0 0;
	margin:0;
	width:238px;
	
}
	
#secondNavigation li {
	list-style:none;
	padding:8px 0 8px 20px;
	background:url(images/grey_divide.jpg) left bottom repeat-x;
	width:238px;
}
	
#secondNavigation li a:link	{
	color:#fff;
	text-decoration:none;
}
	
#secondNavigation li a:hover	{
	
	color:#999999;
	text-decoration:none;
}
	
#secondNavigation li a:visited	{
	color:#fff;
	text-decoration:none;
}
	
#secondNavigation li a:active	{
	color:#999999;
	text-decoration:none;
}
	
#secondNavigation #currently	{
	background:#4d4d4d;
	border-bottom:solid #717171 1px;
}
	
	
#bottomNav	{
	font-size: 10px;
	text-transform: uppercase;
	color:#fff;	
}
	
#bottomNav ul	{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
	
#bottomNav li	{
	display:inline;
	padding:0 15px 0 0;
}

#news	{
	position:relative;
	top:-162px;
	left:8px;
	width:150px;	
	float:left;
	height:50px;
}
	
.moreInfo	{
	color:#fef02e;
}
	
.moreInfo a:link	{
	color:#fef02e;
	text-decoration:none;
}
	
.moreInfo a:hover	{
	color:#fef02e;
	text-decoration:underline;
}
	
.moreInfo a:visited	{
	color:#fef02e;
	text-decoration:none;
}
	
.moreInfo a:hover:visited	{
	color:#fef02e;
	text-decoration:underline;
}
	
#logo	{
	background-image:url(images/secnav_bottom.jpg);
	background-position:0 300px;
	background-repeat:repeat-y;
}
	

/* Order form (Created by Backbone Technology)
---------------------------------------------------------------------------------- */

#order-now {
   font:14px/20px Arial;
   color:#333;
   width:420px;
}

#order-now a {
   color:#FFF;
   text-decoration:none;
}

#order-now .clear {
   clear:both;
   overflow:hidden;
   height:0;
}

#order-now .left {
   float:left;
}

#order-now .right {
   float:right;
}

#order-now .center {
   text-align:center;
   margin:0px auto;
   display:block;
}

#order-now h4 {
   color:#FFF;
   font-size:22px;
   font-weight:normal;
   text-transform:uppercase;
}

#order-now label {
   float:left;
   vertical-align: middle;
   padding:5px 10px 0px 0px;
   font-weight:bold;
}

#order-now label#ship {
   width:151px;
   padding:5px 0px 0px 10px;
}

#order-now select {
   margin:5px 0px 10px;
   float:left;
   display:block;
}

#order-now #total-div {
   border-top:1px solid #000;
   border-bottom:1px solid #000;
   padding:10px 0px;
   font:22px/25px Arial;
}

#order-now #total-div span {
   padding:4px 0px;
   display:block;
   float:left;
}

#order-now #order-btn {
   float:right; 
}

#order-now #order-btn:hover {
   color:#4d4d4d;
}

#order-now select,#order-now #comments {
   font:14px/17px Arial;
}

#order-now #comments {
   border:2px solid #000;
   padding:10px;
   width:396px;
   height:60px;
   margin:10px 0px 0px;
   resize:none;
   background:#EFEFEF;
}

#order-now .lcol {
   width:98px;
   float:left;
   margin:10px 0px 0px;
}

#order-now .rcol {
   width:289px;
   float:right;
}

#order-now table td {
   padding:10px 0px 0px 10px;
}