body {
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:100%;
	width: 100%;
	background-image: url('/images/background.jpg');
	background-repeat: repeat	
	
}

div {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}


ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	color: #000;
}


/* main elements */
#container{
	width: 839px;
	background-color: #fff;
	line-height: 18px;
	margin: auto;
	padding: 10px;
}

#manu_top {
	clear: both;

}
#manu_bottom {
	clear: both;

}

#content {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	position: relative;
	
}

/* end main elements */


.clear{
	clear: both;
	overflow: auto;
}

.top{
	background: #001e4e;
}

.box{
	background: #F2F2F2;
}

.spacer{
	padding: 2px 5px 5px 5px;
}
.spacer1{
	padding: 0px 0px 3px 0px;
}
.spacer2{
	padding: 0px 5px 0px 0px;
}
.spacer3{
	padding: 3px 3px 0px 0px;
}
.spacer4{
	padding: 0px 10px 0px 0px;
}
.productBox{
	width: 100px;
	height: 75px
}


.margin{
	margin: 0px 5px 5px 0px;
}
.margin1{
	margin: 5px 0px 5px 0px;
}
.marginBottom{
	margin-bottom: 10px;
}

.left{
	float: left;
}

.left1{
	float: left;
	width: 60%
}
.left2{
	float: left;
	width: 30%
}
.left3{
	float: left;
	width: 70%
}
.left4{
	float: left;
	width: 20%
}
.left5{
	float: left;
	width: 25%
}
.half{
	width: 50%;
}

.right1{
	float: right;
	width: 38%
}
.right{
	float: right;
}

.margin{
	margin: 2px 0px 2px 0px;
}

.textCenter{
	text-align: center;
}

.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}

.textJustify{
	text-align: justify;
}

.formInput{
	width: 250px;
}
.formText{
	width: 250px;
	height: 150px
}

input , textarea{
	background-color:#FFFFFF;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c1c1c1;
	margin:0px 0px 0px 0px;
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	padding:1px 2px;
}


/* links and text */


h1,h2,h3,h4,h5{
	padding: 0px;
	margin: 0px; 
}


.normal{
	font-size: 14px;
}

.small{
	font-size: 12px;
}
.smaller{
	font-size: 11px;
}
.smallest{
	font-size: 10px;
}


.bold{
	font-weight:bold;
}
.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}


a, a:link, a:hover, a:visited {
	
}
a, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.toplink{
	color: #FFFFFF;	
}
.contentlink{
	color: #000000;	
}