
/* GENERAL */

*{
	padding:0px;
	margin:0px;
}

body{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	background: #FFFFFF;
	
	margin-left:5px;
	margin-right:5px;
	
	line-height:15px;
}

td{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;	
}

div{
	position:relative;
}

input, select{
	font-size:11px;
	padding:2px;
	height:19px;
	border:0px;
}

textarea{
	font-family:Arial;
	font-size:11px;
}

.float-killer{
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
}

.line{
	height:1px;
	background:#D6DBD0;
	overflow:hidden;
}

.line-dotted-v{
	background-image:url(/Files/Images/Layout/line_v_white.gif);
	background-repeat:repeat-y;
	background-position:center;	
}

.line-dotted-h{
	background-image:url(/Files/Images/Layout/line_h_white.gif);
	background-repeat:repeat-x;
	background-position:center;	
}

#container{
	margin: 0 auto;
	width:980px;
	background:#ffffff;
	text-align:left;
	position:relative;
}

#nav, #main, #breadcrumb, #footer{
	width: 980px !important;
}

#top{
	height:31px;
	padding-left:327px;
	background:#F8F9F3;

	text-transform:uppercase;
	font-size:9px;	
}
	
	#topmenu{
		float:left;
		padding-top:8px;
		p-adding-right:15px;
	}
	
	#search{
		float:left;
		padding-top:7px;
		padding-right:10px;
		text-transform:uppercase;
	}
	
	#search-button{
		float:left;
		padding-top:8px;
		text-transform:uppercase;
	}

#nav{
	height:58px;
	border-bottom:1px solid #D7DAD1;	
	font-size:9px;	
}
	
	#logo{
		float:left;
		width:313px;
	}
	
	#menu{
		float:left;
		text-transform:uppercase;
		margin-top:36px;
	}

#breadcrumb{
	height:26px;
	font-family:Arial;
	font-size:11px;
	color:#999999;
}

#breadcrumb a, #breadcrumb a:hover{
	font-family:Arial;
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

#breadcrumb a:hover{
	font-family:Arial;
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}


#top-line{
	border-bottom:2px solid #FFFFFF;
}

	#top-line-inner{
		height:6px;
		overflow:hidden;
		background:#E8EBE2;
	}

#main{
	margin-bottom:10px;
	height:auto;
}

#main-inner{
	height:auto;
}

	#content-menu{
		m-argin-top:1px;
		text-transform:uppercase;
		font-size:9px;height:33px;
	}

		.content-menu-item{
			float:right;
			b-ackground-image:url(/Files/Images/Layout/line_v_white.gif);
			background-position:left;
			background-repeat:repeat-y;
			p-adding:5px;
			border-bottom:1px solid #FFFFFF;
			height:32px;
		}
	
		.content-menu-divider{
			float:right;
			height:32px;
			border-bottom:1px solid #FFFFFF;
			overflow:hidden;
		}

		.content-menu-divider-inner{
			background-image:url(/Files/Images/Layout/line_v_white.gif);
			background-repeat : repeat-y;
			height:20px;
			margin-left:2px;
			margin-right:2px;
			margin-top:6px;
			margin-bottom:5px;
			width:1px;
			overflow:hidden;
		}
		
		.content-menu-item-start{
			float:right;
			p-adding:5px;
			padding-left:5px;
			border-left:1px solid #FFFFFF;
			border-bottom:1px solid #FFFFFF;
			height:32px;
		}

#footer {
	height:85px;
	background:#F8F9F3;
	padding-bottom:10px;
}

	#footer-left{
		float:left;
		padding-left:25px;
		padding-top:20px;
		font-size:10px;
		color:#999999;
	}

	#footer-left a, #footer-left a:hover{
		font-size:10px;
		color:#999999;
	}

	#footer-right{
		float:right;
		text-transform:uppercase;
		padding-top:20px;
		padding-right:25px;
		font-size:9px;	
	}
	
/* A */

a{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#footer-right a{
	color:#999999;
}

#top a{
	color:#999999;
}

#menu a{
	color:#999999;
}

/* TEXTS */

li{
	padding-top:2px;
	margin-left:16px;
	l-ist-style-type : square;
	list-style-type : none;
	color:#FFFFFF;
}

.arrow li{
	padding-top:2px;
	margin-left:16px;
	l-ist-style-type : square;
	list-style-type : none;
	list-style-image : url(/Files/Images/Layout/arrow.gif);
}

.arrow a{
	text-decoration:none;
}

.arrow a:hover{
	text-decoration:underline;
}

.decimal li{
	padding-top:2px;
	margin-left:30px;
	list-style-type : decimal;
}

p{ 
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	margin-bottom: 10px;
}

h1{
	font-size:14px;
	margin-bottom:5px;
}

h2{
	font-size:13px;
	margin-bottom:2px;
}

h3{
	font-size:11px;
	color:#36495A;
	font-family:Arial;
	margin-bottom:2px;
}

h5{
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial;
	margin-bottom:5px;
}

h4, h6, h7, h8{
	font-size:12px;
	margin-bottom:5px;
}


/* BLOCKS */

.area{
	padding-left:25px;
}

/* PRODUCTS */

.product-category{
	float:left;
	width:130px;
}

.product-divider{
	float:left;
	margin-left:15px;
	margin-right:15px;
	height:170px;
	width:1px;
	overflow:hidden;
	background-image:url(/Files/Images/Layout/line_v_white.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.product-top-line{
	margin-bottom:1px;
}

.product-top-line-inner{
	height:4px;
	overflow:hidden;
}

.product-text{
	color:#ffffff;
	padding-top:5px;
}



