body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	background-color: #dcdada;
	text-align: center;
}


img{
	border:0;
	padding:0;
	margin:0;
}


img.imgr{
	float:right;
	clear:right;
	margin:5px 15px 10px 10px;
}


.justify{
	text-align:justify;
}


.bold{
	font-weight:bold;
}


.center{
	text-align:center;
}


.right{
	text-align:right;
}


.nostart {
	list-style-type:none;
	margin:0;
	padding:0;
}


.clear{
clear:both;
}


a:focus
{
-moz-outline-style: none;
}
a {
	text-decoration: none;
	color: #5c0f00;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#5c0f00;
}


/* ----------------------------------------------Container-------------------------------------*/

#wrap{
	
	position:relative;
	margin:0 auto 0;
	text-align:left;
	width:876px;
}

#container{

	position:relative;
	margin:0 auto 0;
	text-align:left;
	width:820px;
	background-color:#ffffff;
	background-image:url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom:0px;
	padding-left:28px;
	padding-right:28px;
	float:left;
	
	
}


/*---------------------------------------header--------------------------------*/

#header {
	float: left;
	width: 820px;
	height: 190px;
	background-color: #708090;
}
/*--logo--*/



/*--menu--*/

#topmenu {
 position: absolute;
 top: 150px;
 right: 50px;

}

/*---------------------------------------content--------------------------------*/

#content {


padding:0px 0px 0px 0px;
width:800px;
float:left;

text-align:center;

}
/*-----------------------------------body---------------------------*/

/*----------------footer---------------*/

#footer {
	
	margin:0px;
	padding:0px;
	float: left;
	width: 876px;
	height: 74px;
	background-repeat: no-repeat;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
		
}


/*-------------------------prod_box--------------------------------*/

.prod_box {
		float:left;
		width:200px;
		margin-top: 5px;
		margin-left: 50px;
		margin-bottom: 0px;
	
}



.prod_box p{
	display: block;

}

.cont_text{
	text-align:left;
	float:left;
	width:185px;
	padding-left:4px;	
	font-weight: bold;
	
}


.prod_image {
	float:left;
	margin-right: 10px;
}
/*--*/

#spacer{
	float:left;
	width:876px;
	height: 50px;
}

/*--------------email-------------*/
#email{
	
	padding-left:380px;
	padding-top:10px;
	color:white;
	font-size:12px;
	width:220px;
	height:30px;
	float:left;

}

#email input{
	font-size:11px;
	
}
/*---------info----------*/
#info{
	float:left;
	padding-left:25px;
	padding-top:5px;
	color:white;
	font-size:11px;
	width: 200px;
	line-height:13px;

}


#menu_bottom{
	float:left;
	margin-top:10px;
	margin-left:180px;
	color: #757575;
	text-align:center;
	height:20px;
	font-weight:bold;
	font-size: 11px;
}


#menu_bottom a{
		color: #757575;
}