/* CSS Document */

/* SELECTORS */
body {
	background: #eeeeee url(../images/bg.gif) center top scroll repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin:0px 5px 10px 5px;
	}
h1 {
	font-size: 150%;
	color: #990000;
	}
h2 {
	font-size: 130%;
	color:#333333
	}
h3 {
	margin-bottom: 3px;
	font-size: 120%;
	color:#993333
	}
a {
	text-decoration:none
	}
a:hover {
	text-decoration:underline;
	}
.smallLink {
	font-size: 90%;
	}
#submenu h4 a{
	text-decoration: none;
	color:#990000;
	padding:0 0 0 20px;	
	}
#submenu h4 a:hover{
	text-decoration: underline;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
/*BODY*/
#wrapper {
	margin: auto;
	width: 934px;
	}
#container {
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
#masthead {
	margin:0 0 10px 0;
	padding:0px;
	background-image:url(../images/masthead_bg.gif);
	background-repeat:no-repeat;
	height:135px;
	}
#navigation {
	padding:0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/border_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
#borderland {
	border-width:0 4px 0 4px;
	border-style:solid;
	border-color:#003366;
	border-top-style:none;
	border-bottom-style:solid;
	}
#block {
	background-image:url(../images/block_bg.gif);
	background-repeat:repeat-y;
	}
#block_top {
	background-image:url(../images/block_bg_top.gif);
	background-repeat:no-repeat;
	}
#right_side {
	float:right;
	margin:0 0 0 0;
	width:280px;
	}
#break {
	padding:5px;
	/*background-color: #01578b;
	*/}
#news {
	padding:10px 15px 10px 15px;
	}
#products {	
	padding:10px;
	margin:0 292px 0 0;
		}
.productFloat {
	margin: 0px 15px 15px 15px;
	float: right;
	}	
.productClear {
	border-width:1px;
	border-top-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: dashed;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
#breadcrumbs {
	font-size:80%;
	}
#flash {
	}
	
#flash_text {
	padding:10px;
	}


/* ELEMENTS */
/*#wrapper {
	margin: auto;
	width: 934px;
	min-width: 750px;
	max-width: 1050px;
		_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
	z-index: 50;
	/*background-color:#ffffff;
	}
#container {
	padding:0px;
	margin:0px;
	/*background-color:#eeeeee;
	}
#masthead {
	margin:0 0 10px 0;
	padding:0px;
	background-image:url(../images/masthead_bg.gif);
	background-repeat:no-repeat;
	height:135px;
	}
#navigation {
	background-color:#6600FF
	padding:0px;
	margin:0px;
	/*background-image:url(../images/border_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

/* RIGHT SIDE 

#news {
	background-color:#0000ff;
	float:right;
	margin:0 0 15px 0;
	padding:10px 15px 1px 15px;
	width:312px;
	}

/* LEFT SIDE 

#content {
	padding:0px;
	margin:0 0 0 0;
	}

#contain {
	background-color:#ff0000;
	border-width:0 4px 4px 4px;
	border-style:solid;
	border-color:#003366;
	border-top-style:none;
	margin:0px;
	}
#products {	
	background-color:#00ff00;
	padding:0 0 0 10px;
	margin:0 312px 15px 0;
		}
#flash_window {
	padding:0px;
	margin:0 0 15px 0;
	background-color:#ffffff;
	border-width:0 4px 4px 4px;
	border-style:solid;
	border-color:#003366;
	border-top-style:none;
	}
.productFloat {
	margin: 0px 15px 15px 15px;
	float: right;
	}	
.productClear {
	border-width:1px;
	border-top-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: dashed;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* FOOTER */
#footer {
	clear:both;
	padding:10px;
	background-color:#dddddd;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	border-color:#003366;
	border-width:4px;
	border-style:solid;
	font-size:90%;
	color: #FFFFFF;
	}
#footer a {
	color:#ddddfF;
	}
#footer_info {
	float:right;
	width:48%;
	}
#links {
	margin-right:51%;
	border-right: #ffffff dashed 1px;
	padding-right:3%;
	}
	
	
/* ITEMS */
#logo {
	float:right;
	position:relative;
	right:50px;
	top:64px;
	}
	
	
/* ACTIONS */
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear_left {
	clear:left;
	}
.clear_right {
	clear:right;
	}
.clear_both {
	clear:both;
	}
