body{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	vertical-align: top;
	}
	
td {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	}	
	
h1 {
	color: #524A42;
	font-size: 12px;
	font-weight: bold;
	}	
		
	
table.maintable {
	width: 100%;
	height: 100%;
	}
	
td.maintd {
	height: 100%;
	}	
	
div#mainwrapper {
	width: 100%;
	line-height: 1.5;
	}	
	
div#header {
	background: url(../templateimages/imagebar.jpg) no-repeat top right #524A42;
	height: 118px;
	}
	
div#topspace {
	height: 55px;
	background-color: #FFFFFF;
	display: none;
	}
	
div#logo {
	width: 264px;
	height:	118px;
	display: none;
	}
	
div#logo_print {
	display: block;
	height: 90px;
	}	

/* MENU */	
div#menubar {
	background-color: #87A3AA;
	height: 23px;
	border-top: 2px solid white;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}


div#menubar a {
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	top: 3.2px;
	position: relative;
	}
	
div#menubar a:hover {	
	color: #C0D3D8;
	}
	
/* CONTENT AREA */	

div#page_title {
	text-align: left;
	}

div#contentwrapper {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	}
	
div#content {
	text-align: center;
	width: 600px;
	}
	
td.flasharea {
	text-align: center;
	vertical-align: top;
	width: 50%;
	}
	
td.thumnails {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 15px;
	}

td.thumnails a {
	color: #87A3AA;		
	text-decoration: none;
	text-transform: capitalize;
	}
	
td.thumnails a:hover {
	text-decoration: underline;
	}
	
	
td.prod_desc {
	text-align: center;
	}
	
#prod_text {
	width: 220px;
	text-align: justify;
	}	
	
#sketch {
	text-align: center;
	padding-top: 25px;
	width: 725px;
	}
	
#back {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	}		
		
	
/* FOOTER */
.footer {
	text-align: right;
	padding-right: 15px;
	color: #8B8484;
	padding-bottom: 5px;
	}
	
.footer a {
	color: #8B8484;	
	text-decoration: none;
	}
	
.footer a:hover {
	color: #8B8484;	
	text-decoration: underline;
	}	
	
