* {
padding: 0;
margin: 0;
}

body {
	font-family: Verdana,Tahoma, Arial,sans-serif;
	font-size: 62.5%;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/site/img_background_grey.gif);
	margin-right: auto;
	margin-left: auto;
	background-color: #2B2A2A;
}
p
{
	font-size: 1.2em;
}


/*
p {
	padding: 0px;
	margin: 0px;
}
*/

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	background-color: #CCCCCC;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/site/header.jpg);
}

#header h1{
	color: #FFFFFF;
	font-size: 160%; 
	padding-top: 5px;
	padding-left: 8px;
}

#header h2{
	color: #FF6600;
	font-size: 140%; 
	padding-top: 8px;
	padding-left: 8px;
}

#header h3{
	color: #CC0000;
	font-size: 110%; /*   PHARK text out of the way if we have a header graphic  */
	padding-top: 8px;
	padding-left: 8px;
}

/* navigation block ----------------------------------------------------------------------------------- */
#navigation {
	clear: both;
	background-color: #666666;
	line-height: 2em;
	height: 2em;
	color: rgb(50,50,50);
	border-top-width: medium;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

* html #navigation a {width:1%;}

#navigation ul {
	list-style: none;
	font-weight: bold;
	font-size: 1em;
}	

#navigation li {
	float: left;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em; 
	border-right: solid 0.1em rgb(175,175,175);	
	text-decoration: none;
	color: #FFFFCC;
}

#navigation a:hover {
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: #FFFFCC;			
	text-decoration: none;
	color: #990000;
}

#navigation.selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

/* end of navigation block ----------------------------------------------------------------------------------- */


/* **   Products and info menu  ** */

#menu_list {
	width: 160px;
	/***  	float: right;  ***/
	vertical-align: top;
	font-size: 1.2em;
	margin-left: 2px;
	float: left;
	background-color: #CE4300;
}

#menu_list .subhead a {
	font-weight: bold;
	color: #FFFF99;
	background-color: #AE3602;
}

#menu_list ul {	
	width: 100%;
	list-style: none;
}	

#menu_list li a {
	display: block;
	padding: 0.3em 0.7em 0.2em 0.5em;
	background-color: #FC8603;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	height: 3.2em;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 0em;
	border-right-style: solid;
	border-right-color: #000000;
}	

/* a:link, a:visited, a:hover, a:active */

#menu_list li a:link {
}

#menu_list li a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
	color: #333333;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

#menu_list .selected {
	display: block;
	font-weight: bold;
	color: rgb(50,50,50);
	border-left-width: .5em;
	border-left-style: solid;
	border-left-color: #FF0000;
}

#menu_list .menu_list-first {
	display: block;
	background-color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.9em;

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0em;
	border-right-style: solid;
	border-right-color: #000000;
}


/* ***  Information Block   *** ----------------------------------------------------------------------------------- */

.info {
	float: right;
	width: 200px;
	color: rgb(0,0,0);
	font-size: 1.1em;
}

.info h1 {
	font-size: 1.3em;
	color: #FFCC00;
	padding: 2px
	background-color: #000000;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #D9D3D3;
	padding-left: 8px;
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 4px;
}

.info a {
	color: #FFFF99;
}


.info .item_code {
	font-weight: bold;
	color: #006699;
	font-size: 1.3em;
}


.web_info {
	float: right;
	width: 200px;
	color: rgb(0,0,0);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.web_info .ad_box {
	background-color: #003366;
	padding-top: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 5px;
}

.web_info .ad_box p{
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 10px
}

.web_info .ad_box a {
	color: #FFFF00;
}


/* Box titlebar */

.info_box {
	background-color: #708CB1;
}	

.info_box p {
	padding: 5px;
	color: #FFFFCC;
}

.info_box h3 {
	clear: both;
	display: block;
	background-color: #000000;
	font-weight: bold;
	color: #FFCC00;
	font-size: 1.0em;
	padding: 5px;
}

.info_box h3 a {
	color: #FFFFCC;
}

.info_box a {
	color: #FFCC00;
}

/* ***   End of Information Block  *** ----------------------------------------------------------------------------------- */


/* ***   MAIN CONTENT   *** was 615 wide-- */

#main_content {
	float: right;
	overflow: auto;
}
.photoinfo
{
	float: left;
	width: 180px;
	padding-left: 5px;
	padding-top: 20px;
}


#main_content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 8px;
}


/* **   Products and info menu  ** */
.item_content {
	float: none;
	width: 410px;
	overflow: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	padding-top: 10px;
}

.item_content p {
	padding: 8px;
}

.item_content img {
	float: right;
	margin: 5px;
}

.item_content h1 {
	color: #CC0000;
	font-size: 1.4em;
	padding-left: 5px;
}

.item_content h2 {
	color: #FFFFFF;
	font-size: 1.3em;
	padding-left: 5px;
	background-color: #990000;
}
.info h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.full_images {
	width: 400px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.item_description {
	background-color: #FFFFF0;
}

.item_description p {
	padding: 8px;
}

.item_sizes {
	background-color: #FFFFCC;
	float: right;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	border: 2px solid #666666;
	color: #000000;
	width: 95%;
	margin-bottom: 15px;
}

.item_sizes li {
	list-style: none;
	padding: 3px;
}

.size_highlight{
	color: #FF0000;
	padding-left: 12px;
}

.item_code {
	font-weight: bold;
	color: #CC3300;
	padding: 8px;
}

.price {
	font-size: 1.3em;
	color: #CC0000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.europrice {
	font-size: 1.1em;
	color: #CC3300;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.full_images p {
	padding-right: 0px;
	padding-left: 0px;
}

.more_options {
	background-color: #FFFFEE;
	width: 175px;
	float: right;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	border: 2px solid #666666;
	color: #000000;
	margin: 10px;
}

.more_options li {
	list-style-position: inside;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 2px;

}

.more_options a {
	color: #CC0000;
}

#footer {
	clear: both;
	float: left;
	width: 780px;
	height: 2.5em;
	background-color: #000000;
	text-align: center;
	color: #FFFFCC;
	font-size: 1em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}

#find_us {
	padding-right: 5px;
}

#find_us h1 {
	color: #CC3300;
	font-size: 1.6em;
	padding-left: 5px;
	padding-top: 5px;
}

#find_us p {
	color: #003399;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.photo_200
{
	float: left;
	width: 200px;
	clear: right;
}
#main_content .item_content .photo_200 img {
	margin: 0px;
	padding: 0px;
}


.photo_400
{
	float: none;
	clear: left;
}

.item_content table
{
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	margin-left: 5px;
}


.table_odd
{
	background-color: #FFFFCC;
	
}
.eurodisclaimer {
	font-size: .9em;
}
