/* Global */
body{
	background:#fff;
	font:12px/16px Frutiger, Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color:#76787b;
	text-align:justify;
	margin:0;
}
a{
	color:#76787b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#main{
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#fff;
}
/* Header navigation*/
#header{
	width:1000px;
	overflow:hidden;
	background: url(../images/header-back-stripe.gif) repeat-y;
}
#header ul{
	width:870px;
	overflow:hidden;
	margin:0;
	padding:13px 0 14px 180px;
	list-style:none;
}
#header ul li{
	float:left;
	padding:0 21px 0 0;
}
#header ul li a{
	color:#fff;
	font-weight:bold;
	padding:0 0 0 26px;
}
#header ul li a:hover, #header ul li a.current{
	background:url(../images/header-hover.gif) no-repeat 0 50%;
	text-decoration:none;
}
/* Content */
#content{
	width:1000px;
	overflow:hidden;
}
/* Products page */
.products .logo-holder{
	width:939px;
	overflow:hidden;
	padding:19px 41px 16px 20px;
}
/* Products page logo */
.products .logo{
	display:block;
	float:right;
}
.products .logo a{
	width:100px;
	height:61px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo.gif) no-repeat;
}
/* Products page current page mark */
.products .txt-curr-page{
	width:116px;
	height:53px;
	float:left;
	display:block;
	margin:12px 0 0;
	border:none;
}
/* Products page Images block*/
.products .images{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background:#f5821f;
}
.products .images li{
	height:175px;
	float:left;
}
.content-holder{
	width:1000px;
	overflow:hidden;
}
.main-content{
	width:810px;
	overflow:hidden;
	float:left;
}
/* Global left column */
.left-column{
	width:166px;
	float:left;
	overflow:hidden;
}
/* Global center block */
.content-text{
	width:582px;
	float:right;
	padding:0 31px;
}

.content-text a{
	color:#F5821F;
}
.products .content-holder{
	padding:36px 0 0;
}
/* Products page left column */
.products .left-column{
	width:116px;
	margin:0;
	padding:0 30px 0 20px;
	list-style:none;
}
.products .left-column li{
	width:117px;
	padding:30px 0 0;
	margin:-30px 0 30px;
}
.products .left-column li img{
	display:block;
	border:none;
}
/* Products page center block */
.products .content-text{
	width:613px;
	padding:0 31px 0 0;
}
.products .content-text h2{
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#ed1c24;
}
.products .content-text p{
	margin:3px 0 20px;
}
.products .content-text a{
	
	color:#F5821F;
}
/* Home page logo */
.home .logo{
	display:block;
	position:absolute;
	top:76px;
	right:31px;
}
.home .logo a{
	width:159px;
	height:96px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo-home.gif) no-repeat;
}
/* Home page left column */
.home .left-column{
	padding-top:4px;
}
/* Home page right menu */
.home #menu{
	padding-top:217px;
}
/* Home page center block */
.home .content-text{
	padding:100px 31px 15px 31px;
}
.home .content-text h1{
	margin:0;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	color:#ed1c24;
}
.home .content-text h2{
	margin:50px 0 0;
	font-size:20px;
	font-weight:bold;
	color:#f5821f;
}
.home .content-text p{
	line-height:20px;
	margin:20px 0 0;
}
/* Global right menu */
#menu{
	float:right;
	width:157px;
	overflow:hidden;
	margin:0;
	padding:0 30px 0 0;
	list-style:none;
}
#menu li{
	width:157px;
	line-height:19px;
	padding:18px 0 0;
	margin:-18px 0 18px;
	float:left;
}
#menu li a{
	background:url(../images/menu-sep.gif) no-repeat 0 50%;
	padding:0 0 0 27px;
	font-weight:bold;
	font-size:12px;
}
#menu ul{
	width:130px;
	overflow:hidden;
	margin:0;
	padding:0 0 0 27px;
	list-style:none;
	display:none;
}
#menu ul li{
	line-height:14px;
	float:left;
	width:130px;
	margin:0;
	padding:5px 0 0;
}
#menu ul li a{
	background:none;
	padding:0;
	font-weight:normal;
	font-size:12px;
}
#menu li.active ul{
	display:block;
}
#menu a.curr-page{
	color:#ed1c24;
}
#menu a:hover, #menu li.active ul a:hover, #menu .curr-page{
	color:#ed1c24;
	text-decoration:none;
}
/* Footer */
#footer{
	background:url(../images/footer-back-stripe.gif) repeat-x 0 0;
	padding:6px 0 10px;
	color:#77787b;
}
#footer p{
	margin:0;
}
#footer ul{
	padding:0;
	margin:5px 0 0;
	list-style:none;
	width:582px;
	overflow:hidden;
}
#footer li{
	float:left;
	background:url(../images/footer-sep.gif) no-repeat 0 50%;
	padding:0 14px;
	margin:0 14px 0 -14px;
}
/* Products page footer*/
.products #footer{
	width:834px;
	padding-left:166px;
}
/* Home page footer*/
.home #footer{
	width:769px;
	padding:12px 10px 10px 198px;
}
.home #footer p{
	padding:7px 0 0;
}
.home #footer img{
	float:right;
}
.home #footer a img{
	display:block;
	border:none;
}