/* TAG STYLES */

body,div,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,img,ul
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: arial, sans-serif;
	background-color: #0D3FA2;
	font-size: 0.8em;
}

div.clear
{
	clear: both;
}

img
{
	border: 0px;
	display: block;
}

p
{
	padding-bottom: 15px;
}

a
{
	color: #0000DD;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h2
{
	text-decoration: underline;
	padding-bottom: 20px;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#page_holder
{
	width: 100%;
}

#header_holder
{
	height: 117px;
	background: #FFFFFF url('../layout_images/header_bg_repeat.jpg') 0 0 no-repeat;
}

#navigation_holder
{
	height: 30px;
	width: 100%;
	background: #FFFFFF url('../layout_images/nav_bg_repeat.gif') 0 0 repeat-x;
}

#content_holder
{
	padding: 0px 20px 20px 20px;
	background-color: #FFFFFF;
}

#footer_holder
{
	height: 33px;
	width: 100%;
	background: #FFFFFF url('../layout_images/footer_bg_repeat.gif') 0 0 repeat-x;
}

#gallery_thumbs_holder
{
	width: 470px;
	float: left;
	margin-right: 20px;
}

.gallery_thumb
{
	height: 90px;
	width: 110px;
	float: left;
	margin: 0px 5px 5px 0px;
}

#large_gallery_image_holder
{
	height: 350px;
	width: 450px;
	float: right;
	border: 1px solid #000000;
}

#gallery_image_description
{
	float: right;
	width: 450px;
	height: 60px;
}

/* END OF  DIV STYLES */

/* LIST STYLES */

.main_menu
{
	list-style: none;
	margin-left: 20px;
}

.main_menu li
{
	float: left;
}

.main_menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 25px;
	font-family: arial, sans-serif;
}

.main_menu li a:hover
{
	text-decoration: underline;
}

.product_list
{
	margin: 0px 0px 30px 20px;
}

.product_list li a
{
	color: #0000DD;
	text-decoration: underline;
}

.product_list li a:hover
{
	text-decoration: none;
}

/* END OF LIST STYLES */