/* CSS Document */
#container {
	padding: 0;
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	text-align: left;
	height: 108px;
	background-color: #000000;
	background: url(../images/top_bg.gif) repeat-x;
}
#toprow {
	text-align: left;
	height: 70px;
}
#toprowleft {
	text-align: left;
	height: 70px;
	width: 256px;
	float: left;
}
#toprowright {
	text-align: center;
	height: 70px;
	width: 524px;
	float: left;
}
#header #topnav {
	height: 38px;
	width: 780px;
}
#header #topnav ul {
	padding: 9px 0 0 13px;
}
#header #topnav li {
	display: inline;
	padding: 0px 3px;
}
#leftnav {
	background-colour: #FFFFFF;
	width: 152px;
	float: left;
	margin: 0;
	padding: 0;
}
.left_menu_item {
	width: 152px;
	float: left;
	margin: 0;
	padding: 0;
}
.left_menu_item_top {
	background: url(../images/side_menu_top.gif) no-repeat;
	width: 145px;
	height: 21px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
}
.left_menu_item_middle {
	width: 138px;
	background-image: url(../images/side_menu_shim.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 7px;
}
.left_menu_item_middle li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.left_menu_item_bottom {
	background: url(../images/side_menu_bottom.gif) no-repeat;
	width: 152px;
	height: 7px;
}
#rightnav {
	background-colour: #FFFFFF;
	width: 152px;
	float: right;
	margin: 0;
	padding: 0;
}
.right_menu_item {
	width: 152px;
	float: right;
	margin: 0;
	padding: 0;
}
.right_menu_item_top {
	background: url(../images/right_side_menu_top.gif) no-repeat;
	width: 143px;
	height: 21px;
	text-align: left;
	padding-top: 4px;
	padding-left: 9px;
	float: right;
}
.right_menu_item_middle {
	width: 136px;
	background-image: url(../images/right_side_menu_shim.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 7px 5px 9px;
}
.right_menu_item_bottom {
	background: url(../images/right_side_menu_bottom.gif) no-repeat;
	width: 152px;
	height: 7px;
}
#content_container {
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	padding: 0;
	margin: 0;
	width: 476px;
}
#content_container .hometitle {
	text-align: center;
	background: url(../images/home_top_shim.gif) repeat-x;
	float: left;
	margin: 0 0 2px 0;
	width: 476px;
	padding: 3px 0 0 0;
	height: 20px;
	font-size: 14px;
}
#content_container .title {
	text-align: left;
	background: url(../images/page_title_shim.gif) repeat-x;
	float: left;
	margin: 0;
	width: 472px;
	padding: 4px 0 0 4px;
	height: 19px;
	font-size: 12px;
}
#content {
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	padding: 4px;
	margin: 1px 0 2px 0;
	width: 466px;
	border: 1px solid #9D4D72;
}
.content_list {
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding: 2px 0;
	margin: 1px 0 2px 0;
	width: 472px;
}
#footer {
	clear: both;
	text-align: left;
	height: 40px;
	background-color: #000000;
	background: url(../images/bottom_bg.gif) repeat-x;
}
#footer #copyright {
	float: left;
	width: 385px;
	height: 29px;
	padding-top: 11px;
	padding-left: 5px;
}
#footer #bottomnav {
	float: left;
	width: 390px;
	height: 40px;
	text-align: right;
}
#footer #bottomnav ul {
	padding: 16px 5px 0 0;
}
#footer #bottomnav li {
	display: inline;
	padding: 0px 3px;
}

/** List Page Styles Begin ===========================================*/

.lp_row	{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 2px;		
}
.lp_product	{
	border: 1px solid #9D4D72;
	width: 230px;
	height: 100px;
	padding: 3px 0 0 0;
	margin: 1px 1px;
	float: left;
	text-align: center;
	background-position: center;
}	
.lp_thumbnail {
	background:url(../images/small/prod_load.gif) center no-repeat;
	float: left;
	display: inline;
	width: 80px;
	text-align: center;
}	
.lp_text {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	width: 142px;
	float: left;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/** List Page Styles End ===========================================*/
