@charset "UTF-8";
/* CSS Document

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(/images/bg2.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bwrapper {
	width:950px;
	margin:0 auto;
}

#logo {	
	width:317px;
	float:left;
}

#header_bkg {
	width:633px;
	height:124px;
	background-image:url(/images/Header_Shadow.gif);
	background-repeat:no-repeat;
	float:left;
}

#spacer {
	background-color:#003a7a;
	height:10px;
	clear:both;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:10px;
	width:930px;
}

#bbanner {
	margin-left:10px;
}

#bbanner img {
	margin-top:1px;
}

#left {
	width:225px;
	margin-left:10px;
	float:left;
	margin-right:5px;
	/*border-bottom:5px solid #ececec;*/
}
#right {
	width:680px;
	float:left;
	background-image:url(/images/contentbkg.jpg);
	background-repeat:repeat-x;
	padding:10px;
}

a{
	color: #134a8a;
	text-decoration:none;
}

a:hover{
	color: #134a8a;
	text-decoration:underline;
}


/* SHOPPING CART */


.prod_wrapper {
	border:solid 1px #0a4177;
}

#category{
	float: left;
	color:#FFFFFF;
	display:inline;
	height: 19px;
	line-height:15px;
	padding-left:3px;
	padding-right:3px;
	border: 1px solid white;
	background-color:#114b8a;
	vertical-align:middle;
	text-align:center;
	margin-right: 3px;
	padding-top:5px;
}

#category a{
	text-decoration:none;
	color: #FFF;
}

#cat_wrap{
	padding: 4px;
	height: 26px;
	width: 680px;
	background-color:#114b8a;
	color: #FFF;
	vertical-align:middle;
	text-align:center;
}

.product_title{
	color: #0E357C;
	font-size:16px;
}

.seperator{
	border-left: 1px dotted #0E357C;
}

/* Style for page comments */
.comments{

}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #FFF;
background-color:#003a7a;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #FFF;
background-color:#003a7a;
}

/* Menu */
#vertical_s_menu {
	padding: 5px;
	list-style:none;
	margin-top: 0;
	padding-top:0;
	display:block;
}

#vertical_s_menu li{
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	background-image: url(/images/menu_bg.png);
	padding-left: 20px;
}

#vertical_s_menu li:hover{
	background-image: url(/images/menu_bg_over.png);
}

.third_level_vertical{
	margin-left: 10px;	
}
.suckertreemenu ul li { padding-right: 30px; }
