body{
	background: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img{
	border: none;
}

a{
	color: #7DCC00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div#main{
	width: 890px;
	margin: auto;
}

h1{
	text-align: right;
	margin-bottom: 0;

}

h2{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	}

h4{
	font-size: 12px;
	font-weight: bold;
	}	
	
h5{
	font-size: 11px;
}

#menu{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 25px;
	line-height: 25px;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: left;
}

#menu ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li a{
	margin-right: 30px;
	float: left;
	color: black;
	font-weight: bold;
}

#menu ul li a:hover{
	color: #7DCC00;
	text-decoration: none;
}

#submenu{
	height: 15px;
	line-height: 25px;
	font-size: 12px;
}

#submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: left;
}

#submenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#submenu ul li a{
	margin-right: 10px;
	float: left;
	color: black;
}

#submenu ul li a:hover{
	color: #7DCC00;
	text-decoration: none;
}

#text{
	width: 230px;
	height: 400px;
	overflow: auto;
	padding: 10px;
	float: right;
}

#picture{
	width: 580px;
	padding: 10px;
	height: 400px;
	overflow: auto;
	float: left;
}

#picture #thumbs{
	width: 100px;
	float: left;
	padding: 5px;
	padding-top: 0;
}

#picture #thumbs img{
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

#picture #thumbs img:hover{
	border: 1px solid black;
}

#footer{
	background: black;
	color: white;
	font-weight: bold;
	clear: both;
	padding: 7px;
	font-size: 11px;
	margin-top: 30px;
}

#footer #flags{
	float: right;
}

#footer #flags img{
	border: 1px solid white;
}

#footer #flags img:hover{
	border: 1px solid #ffff00;
	}

table.designer_table tr td{
	padding: 10px;
	width: 70px;
	height: 100px;
}

table.retailer tr td{
	padding: 10px;
}

table#collection_table{
	width: 500px;
}

table#collection_table tr td{
	padding: 10px;
}

pre#prod_desc{
	background: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 220px;
	
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

