body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#999999;
}

#container {
	width:1024px;
	background-color:#ffffff;
	text-align:left;
}
 
#header {
    position:relative;
	width:1024px;
    height:165px;
    top:0px;
    left:0px;
    background-image:url(../img/header.jpg);
    background-repeat:no-repeat;
    background-position:bottom left;
}

#header #slogen {
    position:relative;
    top:0px;
    left:0px;
    width:1024px;
    height:29px;
    background-color:#104473;
    background-image:url(../img/header_top_2.jpg);
    background-repeat:no-repeat;
}

#gap {
    width:1024px;
    background-color:#a6b8c3;
    height:23px;
    border:0px solid #fff;
    border-left:0px;
    
}

#gap #darkblue {
    width:200px;
    background-color:#104470;
    height:23px;
    border-right:2px solid #fff;
    float:left;
}
#gap #content {
	width:790px;
    height:23px;
    float:left;
}

#body_content {
	width:1024px;
	background: url(../img/b1_1.gif) repeat-y;
    background-color:#cccccc;
}

#left-col {
	width:200px;
	float:left;
	text-align:left;
	background: url(../img/b1_1.gif) repeat-y;
}

#right-col {
	width:800px;
	float:left;
	display:block;
	background-color:#cccccc;
}

#right-col #content {
	width:790px;
	text-align:justifiy;
	background-color:#cccccc;
	float:left;
	display:block;
	overflow:hidden;
	padding-left:0px;
}


#footer{
	width:1024px;
	clear:both;
    height:23px;
    background-color:#cad4db;
    border-bottom:2px solid #fff;
    border-top:2px solid #fff;
}

#footer #content {
	padding-left:10px;
	text-align: left;
	background-color:#cad4db;
}

#newsletter {
	width:180px;
	background: url(../img/nl1_1.gif) #568ba5 no-repeat;
	padding-top:55px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
	padding-left:15px;
}

#sidemenu {
	width:180px;
	
}

#sidemenu ul {
	list-style-type: none;
	width:180px;
}

#sidemenu ul li {
	position:relative;
	width:180px;
	left:-35px;
	height: 25px;
	list-style-type: none;
	background-image: url(../img/snav1_2.gif);
	padding-top:5px;
}

#sidemenu ul li a {
	font-size:12px;
	color:#000;
	padding-top:5px;
	padding-left:20px;
	text-decoration:none;
}

#sidemenu ul li a:hover {
	font-size:12px;
	color:#FF9900;
	padding-top:5px;
	padding-left:20px;
	text-decoration:none;
}

/* CATEGORY */
div.category_box {
	width:360px;
	height:270px;
	padding:5px;
	margin-left:10px;
	background:url(../img/empty_panel.png) no-repeat;
	overflow:hidden;
	float:left;
}

div.category_box_header {
	width:350px;
	height:25px;
	overflow:hidden;
}

div.category_box_content {
	width:340px;
	height:225px;
    padding-left:0px;
    line-height:1em;
    font-face:arial;
    font-size:8pt;
}

div.category_box_button {
	position:relative;
    height:18px;
    width:63px;
	top: 171px;
	left: 168px;
    border:1px solid #000;
}

h1.category_box_header {
	font-face:arial;
	font-weight: normal;
	font-size: 16px;
	margin:0px;
	padding-left:5px;
	color:white;
}

/* PRODUCTS */
div.product_box {
	width:360px;
	height:270px;
	padding:5px;
	margin:10px;
	overflow:hidden;
	float:left;
}

div.product_box_header {
	width:350px;
	height:25px;
	overflow:hidden;
}

div.product_box_content {
	width:340px;
	height:225px;
    padding-left:0px;
    line-height:1em;
    font-face:arial;
    font-size:8pt;
}

div.product_box_button {
	position:relative;
    height:18px;
    width:63px;
	top: 171px;
	left: 168px;
    border:1px solid #000;
}

h1.product_box_header {
	font-face:arial;
	font-weight: normal;
	font-size: 20px;
	margin:0px;
	padding-left:5px;
	width:300px;
	color:#008;
	padding:0px;
	vertical-align:baseline;
}

