body
{
	font-family: verdana;
	margin: 0 auto;
	font-size: 75%; /* Default font size */
}

#header
{
	height: 100px;
	border-bottom: 0px solid black;
	padding: 10px 0px 0px 22px;		
	text-align: left;
}
#header img.left {}
#header img.right {margin-left: 22px;}

#clearer {height: 1px;}

#sidebar
{
	width: 150px;
	float: left;
}
#sidebar a {color: blue; text-decoration: none; border-bottom: 1px solid blue;}

div.panel_header
{
	height: 40px;
	padding: 0px; 
	margin-top: 0px; 
	background-image: url("../images/panel_header_left.gif");
}
div.panel_title
{
	height: 18px;
	text-align: right;
	padding: 3px 10px 0px 0px;
	margin: 0px;
	background-image: url("../images/panel_title_left.gif");
	color: white;
}

div.panel_body
{
	padding: 10px 20px 10px 10px; 
	margin: 0px; 
	line-height: 18px;
	background-image: url("../images/panel_body_left.gif");
	background-repeat: repeat-y;	
	background-position: left;
	font-weight: bold;
	text-align: right;
}
div.panel_footer
{
	height: 40px;
	background-image: url("../images/panel_footer_left.gif");
}

#toplinks
{
	
	text-align: center;
	background-color: #ddffbb;
	border-top: 1px solid #aaaadd;
	border-left: 1px solid #aaaadd;
	border-right: 1px solid #aaaadd;
	margin: 0px 20px 0px auto;
	padding: 10px 15px;	
	width: 350px;
	font-weight: bold;
}
#toplinks a {color: blue;}

#content
{
	margin: 0px 20px 0px 170px;
	padding: 0px 15px 20px 15px;
	background-color: #eeeeff;
	border: 1px solid #aaaadd;
	min-height: 350px; IE6CC height: 350px;
}
#content h1 {font-size: 175%; font-style: italic; color: #4444aa; margin-bottom: 5px; margin-top: 10px;}
#content h2 {font-size: 150%; color: #4444aa;}
#content h3 {font-size: 125%; color: #4444aa;}
#content h4 {font-size: 80%; font-weight: normal;}
#content p {line-height: 16px;}
#content li {line-height: 20px;}
#content a {color: blue; text-decoration: none; border-bottom: 1px solid blue;}
#content hr {border: 0; color: #7DA52D; background-color: #7DA52D; height: 1px; width: 100%;}
#content img {border: 1px solid black;}
#content img.thumb {border: 2px solid blue;}

div.caption_left
{	
	float: left;
	text-align: center;
	margin: 10px 20px 10px 0px;
}
div.caption_right
{
	float: right;
	text-align: center;
	margin: 10px 0px 10px 20px;
}

table.specifications 
{
	border-collapse: collapse;
	border: 1px solid black;
}
table.specifications th 
{
	padding: 4px 10px;
	border: 1px solid black;
	text-align: center; 
	background-color: #ddd; 
	font-weight: bold;
}
table.specifications td 
{
	border: 1px solid black;
	text-align: center; 
	padding: 4px 10px;
}

table.pictures 
{
	border-collapse: collapse;
}
table.pictures td
{
	border-top: 1px dotted black;
	text-align: center; 
	padding: 10px;
}
table.pictures td.left 
{
	border-left: 1px dotted black;
	border-top: 1px dotted black;
	padding: 10px;
	text-align: center; 
}
table.pictures td.right
{
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	text-align: center; 
	padding: 10px;
}

table.form th
{
	text-align: right;
	padding: 5px 10px 5px 0px;
}

#footer
{
	padding: 22px 0px;
	text-align: center;
	font-size: 80%;
	width: 300px;
	margin: 15px auto 5px auto;
	padding: 5px;
}

#footer a {text-decoration: none;}
#logo_left {font-family: Verdana, Arial, Sans-Serif; font-weight: bold; color: white; background-color: blue; padding: 2px; border: 1px solid black;}
#logo_right {font-family: Verdana, Arial, Sans-Serif; font-weight: bold; color: blue; background-color: white; padding: 2px; border: 1px solid 
black;}


