body {          
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size:100%;
}
a {

        color: #444;
}

a:hover {
	text-decoration:none;
	color:#4A0;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

h3 {
	color: #FF8C00;
}

h4 {
	color: #FF8C00;
}

h5 {
	color: #80FF00;
}



p {
	margin:.4em 0 .8em 0;
	padding:0;
	background:none;
}
img {
	border: 0px solid;
	padding: 0 0 0 0;
	margins: 0 0 0 0;

}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	//border-bottom:1px dotted #FF8C00;
	background: #333;
	color: #AF0;
	text-transform: uppercase;
}
#header p,
#header h1,
#header h2 {
	padding: 17px 30px 10px 50px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li  {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}


#header ul li a:hover{
	background:#369;
	color:000;
}

#header ul li a.active,
#header ul li a.active:hover
 {
	color:#fff;
	background:#fff;
	font-weight:bold;
}

#header ul li a span
{
	display:block;
}

.divider {
height: 5px;
background: url(images/divider_2.png);
}

.menu {
position:relative;
float:left;
width:100%; 
left: 0px;
margin-top:15px;
margin-right:15px;
z-index:99;
} 

.menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

.menu a, .menu h2 {
font-weight: normal;
text-decoration: none;
color: #444;
display: block;
margin: 0;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
}

.menu a {
border-bottom: 1px solid #555;
}

.menu a:hover {
	color:#AF0;
	background:#333;
}


.menu h2 {
color: #fff;
text-transform: uppercase;
}

.text {
//border: 1px solid #ccc;
background: none;
//clear: both;
}

.ref {
border-top: 1px solid #888;
padding-top: 5px;
font-weight: bold;
color:#FF8C00;
background: none;
clear: both;
}

.image_block {
//border: 1px dotted #ccc;
//clear: both;
float: left;
padding: 10px;
overflow: hidden;
font-variant: small-caps;
}

.image_block h3 {
color: #fff;
}

.image {
//border: 1px dotted #444;
margin-right: 10px;
margin-bottom: 15px;
clear: both;
float: left;
text-align: left;
}

.contents {
   float: right; 
//   height: 200px; 
   width: 200px; 
   border: 1px dotted #888;
   padding: 5px;
   margin: 5px;
   margin-top: 15px;
   text-align: right;
}

.contents a {
	text-decoration:none;
}

.icon{
float: left;
padding: 5px;
}


.productcard_small {

border: 1px solid black;
float: left;
background: #eee;
font-size:90%;

position: relative;

z-index: 1;

//right: -50%;
overflow: hidden;
text-align: center;

width: 250px;
height: 280px;

margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;

padding:5px;
line-height: 1.1; 
}

.item_data {
width: 20%;
border: 1px solid black;
float: right;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 5px;
background: #eee;
z-index: 1;
overflow: hidden;
font-size:80%;

}

.black_header {
	display:block;
	width: 100%;
	color:#AF0;
	background:#555;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	font-size:120%;
}

.orange_header {
	display:block;
	width: 80%;
	margin-left: 10%;
	color:#000;
	background:#FF8C00;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.error_text {
	width: 100%;
	display:none;
	color:#FF8C00;
	text-align: center;
	font-weight: bold;
}


.status_num {
	float: left;
	height: 40px;
	width: 90px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 0;
	font-size:180%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.status_text {
	padding: 5px;
	font-weight: bold;
}

#button {
cursor: pointer;
}

#form_div {
	display:block;
}

#form_result {
	display:none;

}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#ddd;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.col1 {
	min-height:800px;
	height:auto !important;
	height:800px;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
	color: #000;

}


.leftmenu .colleft {
	right:80%;			/* right column width */
	background:#eee;	/* left column background colour */

}
.leftmenu .col1 {
	width:76%;			/* right column content width */
	left:103%;			/* 100% plus left column left padding */
	margin-top: 10px;
}
.leftmenu .col2 {
	width:16%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */





/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	//border-top:1px dotted #FF8C00;
	color: #ccc;
}
#footer p {
	padding:10px;
	margin:0;
	text-align: right;
}