body {
	background-image: url(res/design/page_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ffffff;
}

a:link {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #3366cc;
	text-decoration: underline;
}

.content {
	font-size: 16px;
	font-weight: bold;
}

/* image custom styles */
.no_img_border { 
	border: none; 
}

/* product styles */
.description {
	margin-top:10px;
	float:left;
	width: 400px;
	text-align: justify;
	clear:left;
}
.product_img {
	float:left;
	clear:left;

}
.product_details {
	float:left;
	width:200px;
	clear:right;
	margin-left: 20px;
}
.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.collage {
	width: 760px;
	height: 600px;
	margin-bottom: 10px;
}
.keyword {
	float: left;
	clear: left;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}

/* Web Page Structure */
div#header {
	margin: 0 auto;
	width: 950px;
}
	div#header img {
		float: left;
	}
		div#header img.logo {
			float: left;
		}
	div#header-text {
		float:left;
		width: 700px;
	}
	div#header h1 {
		float: left;
		width: 700px;
		text-align: center;
		margin: 0; 
		padding: 10px 0 20px 0;
	}
	div#header h2 {
		float: left;
		width: 700px;
		text-align: center;
		font-size: 18px;
		margin: 0; 
		padding: 0 0 20px 0;
	}
div#nav ul {
	float: left; clear: left;
	width: 120px;
	list-style-type: none;
	margin: 0 30px 0 0; 
	padding: 0;
}
	div#nav ul li { 
		list-style-type: none; 
		padding-bottom: 18px;
	}
	div#nav ul li a {
		font-weight: bold;
		color: #003399;
		font-size: 18px;
		
	}
div#content {
	float: left;
	width: 80%;
}
	div#content h3.categories {
		padding: 50px 0 20px 0;
	}
	div#content h3.sub-header {
		font-style: italic;
		text-align:center;
	}

div#footer_wrapper {
	clear:left;
	margin: 0 auto;
}
	div#footer {
		margin: 0 auto;
		width: 700px;
	}

.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {font-size: 14px; font-weight: bold; }
.style4 {font-size: 16px; }
.style6 {font-size: 14px; }
.style11 {font-size: 20px; font-weight: bold; }
.style15 {color: #003399}
.style16 {color: #000000}
.style19 {font-style: italic; color: #333333; font-size: 18px; font-weight: bold; }