/* Overall styles */ 
html, body{ 
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
} 
 
.spacer {
	clear: both;
	}
	
a:link {
	color: #005221;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #96620E;
}

#pagewidth {
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
}

#maincolborders {
	margin: 0 auto;
	background-color: #FFF;
}
 
 
/*########################################## Page header */

#header {
	height: 155px;
	margin: 0 auto;	
	border-bottom: 20px solid #F3CA00;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header img {
	display: block;
	margin-left: 5px;
}

/*########################################## Left column */
 
#leftcol{
	width: 150px;
	float: left;
	padding: 0;
	text-align: left;
	position: relative;
}

/*########################################## Left navigation */

#leftcol ul {
	margin: 0 2px;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}

#leftcol ul li {
	margin: 0 0 0 3px;
	padding: 3px 0 3px 12px;
	background-image: url(../images/bullet_leftcol.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#leftcol ul li a:link, #leftcol ul li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: none;
}

#leftcol ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#leftcol ul li a#currentlink, #leftcol ul li a#currentlink_sub {
	color: #FFF;
	text-decoration: underline;
}

#leftcol ul li ul {
	margin: 5px 0 0 0;
	font-size: 80%;
}

#leftcol ul li ul li a {
	padding: 0;
	margin: 0;
}

  
#leftcol h2 {
	font-size: 12px;
	color: #F3CA00;
	margin: 10px 0 0 3px;
	width: 125px;
}

#flagbox {
	padding: 6px 0 0 20px;
}

#flagbox img {
	border: none;
}
  
/*########################################## Main content column */

#maincol {
	margin-left: 200px;
	position: relative;
	text-align: left;
}
 
#content {
	font-size: 80%;
	line-height: 150%;
	padding: 0.5em;
	width: 550px;
}

#content ul li {
	list-style-image: url(../images/bullet.gif);
}

/*########################################## Headers */

h1 {
	font-size: 150%;
	color: #064557;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 120%;
	color: #064557;
	font-weight: bold;
}

/*########################################## Text styles */

.text_red {
	color: red;
}

/*########################################## Tables */

.details_table th {
	background-color: #E4E4E4;
	border: 1px solid gray;
	padding: 0.5em;
}

.details_table td {
	border: 1px solid gray;
	padding: 0.5em;
	background-color: #F1F1F1;
}
 
/*########################################## Page footer */
 
#footer {
	color: #003366;
	text-align: right;
	padding: 4px;
	clear: both;
	font-size: 70%;
	margin: 0 auto;
	border-top: 1px solid #003366;
 }
 
#footer a {
	color: #003366;
}
 
#footer_left {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 4px;
}
 
/*########################################## Product category table */

.category_table td {
	border: 1px solid silver;
}

.category_table td h2 {
	padding: 0.5em;
	margin: 0 0 0.25em 0;
}
 
/*########################################## Form styles */

textarea {
	width: 95%;
}

/*########################################## Stock detail photo column */

.photo_col {
	width: 150px;
	float: right;
	margin-left: 0.5em;
	font-size: 80%;
}
.photo_col img {
	display: block;
	border: 1px solid gray;
}

/*########################################## Form styles */

fieldset {
	border: 1px solid gray;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	font-weight: bold;
	font-size: larger;
	color: #044557;
	margin-bottom: 0.5em;
}

/* Print icon in popup windows */

.print_box {
	text-align: right;
}

.print_box a {
	color: #000;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
