﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:50px;
}

#header
{
 
    position: absolute;
	left: 0px;
	right:0px;
	top: 0px;
    width:528px;
   	margin-left: 200px;
    height: 50px;
    background-color:#F4F4F4;
   
}
#top_right
{
    
	margin-left: 728px;
	background-color:#F4F4F4;
	height:50px;
	text-align:right;
	padding-top:4px;
	padding-right:6px;
    background-image: url(Bg_header.jpg);
    background-repeat: repeat-x;

}
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%;
	background-color:#F4F4F4;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	
	
	height:100%;
	background-color:#F4F4F4;
	
}

#footer 
{
    line-height:50px;
    height:50px;
    background-color:#c7c7c7;
	text-align:center;
	vertical-align:bottom;
}
/* END CSS layout */

/* ListItems */
.containerItem {
	border: 1px solid #b1b1b1;
	margin: 5px;
	
	
}
.productImage {
	float: left;
	margin: 12px;
}
.description {
	margin: 12px;

	
}
/* END ListItems */

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial,  Sans-Serif;
}
.containerItem h3
{
    margin-top:0px;
    margin-bottom:0px;
    background-color:#c7c7c7;
    color:black;
    text-align:center;  
    font-size:14px; 
}

.formView
{
     border: solid 1px #b1b1b1;
}
.formView tr td div
{
    background-color:#f9f9f9;
  	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
}


a
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: Blue;
	text-decoration:underline;
}
a:hover
{
	text-decoration:underline;
}
