body {	
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	background: #eee;
	}

#parent {	
	width:700px;
	display: table;
	background: #fff;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
#header {
	height: 265px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	background: url("imgs/header.gif") no-repeat;
	}
	
#menu {
	height: 26px;
	color: #303030;
	text-transform: uppercase;
	font: 11px/17px tahoma, arial, tahoma, sans-serif;
	background: url("imgs/menu_repeat.gif") repeat-x;
	}
	
#content {
	padding: 40px 15px;
	color: #333;
	}
	
#content p {
	float: left;
	text-align: justify;
	padding: 0px 15px;
	padding-right: 15px;
	width: 320px;
	border-right: 1px solid #ccc;
	}
	
#content img {
	float: left;
	border: none;
	margin: 0px 15px;
	}
	
#content p > img {
	float: none;
	border: none;
	margin: 0px;
	}
	
h1 {
	display: inline;
	color: #630606;
	font: bold 17px tahoma, arial, tahoma, sans-serif;
	}
	
h2 {
	display: inline;
	color: #000;
	font: bold 11px tahoma, arial, tahoma, sans-serif;
	}
	
ul {
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
	}
	
li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 26px
	}
	
li a, li a:visited {
	display: block;
	height: 24px;
	padding: 0px 10px;
	text-decoration: none;
	line-height: 25px;
	width: 80px;
	color: #303030;
	}
	
li a:hover {
	border-top: 1px solid #d0cfce;
	border-bottom: 1px solid #b1b1b0;
	background: #eee;
	color: #630606;
	}
	
	
	
	
	
#menuList LI A {
	color : #00281f;
	font-weight : bold;
	text-decoration : none;
}

.submenu {
	position : absolute;
	visibility : hidden;
	width : 140px;
	background-color : #777;
	color : #fff;
	text-align : left;
}

#menuList .submenu LI A {
	display : block;
	width : 140px;
	margin : 0;
	padding : 4px 8px;
	background-color : #777;
	color : #fff;
	text-decoration : none;
}

#menuList .submenu LI A:HOVER {
	background-color: #ccc;
	color: #777;
	}


#bottomlinks {
	margin-left: 42px;
	}

#bottomlinks p {
	text-align: center;
	}
	
a, a:visited, a:link, a:hover {
	text-decoration: none;
	}
	
#bottomlinks img {
	border: 0;
	}
	
#bottomlinks a {
	float: left;
	}




#clearfooter {
	height: 30px;
	clear: both;
	}
	
#footer {
	height: 15px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	margin: 1px;
	}

/*---------------
  PRODUCT TABLES
----------------*/

table {
	width: 380px;      
	height: 317px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
	margin-left: 15px;
	}
	
tr {
	background: #fff;
	border-collapse: collapse;
	}                        

td {
	border-collapse: collapse;
	padding: 2px;         
	vertical-align: center;
	}
	
/*---------------
   REGISTRATION
----------------*/
	
.text {
			font: 11px tahoma, verdana, sans-serif;
			color: #333;
			float: left;
			display: block;
			width: 120px;
			height: 14px;
			}
		input {
			width: 100px;
			height: 14px;
			border: 1px solid #ccc;
			background: #f7f7f7;
			font: 11px tahoma, verdana, sans-serif;
			color: #333;
			margin-bottom: 1px;
			}
		select {
			background: #f7f7f7;
			border: 1px solid #ccc;
			}
		hr {
			height: 1px;
			background: #333;
			}
			
		#left {
			float: left;
			width: 250px;
			}
		#right {
			float: left;
			width: 400px;
			background: #fcfcfc;
			margin-left: 5px;
			}
			
		#right input {
			width: auto;
			height: auto;
			border: none;
			}
			
		.title {
			font: 17px tahoma, georgia, sans-serif;
			color: #444;
			}
		
		