/*CSS*/

body{
	margin: 15px 0 0 0;	
	font-size: 11px;
	font-family: verdana, arial;
	color: #000;
	line-height: 18px;
}

form{
	margin: 0;
	padidng: 0;
}

h1{
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	color: #26b259;
	padding: 0;
	margin: 0 0 15px 0;
}

.mainContainer{
	position: relative;
	margin: auto;
	width: 900px;
	min-height: 500px;
}

*html .mainContainer{
	height: 500px;
}

.header{
	position: relative;
	width: 100%;
	height: 115px;
}

.logo{
	position: relative;
	float: left;
}

.innerHeader{
	position: relative;
	float: right;
	width: 633px;
	height: 115px;
}

.top{
	position: relative;
	width: 100%;	
	height: 35px;
	padding: 0;
	border-bottom: 2px solid #ed4335;
	text-align: right;
}

.top ul.left{
	position: relative;
	float: right;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;	
	list-style-type: none;
}

.top ul.left li{
	position: relative;
	float: left;
}

.top ul.left li p{
	position: relative;
	padding: 2px 0 0 0;
	margin: 0;
	color: #7d7d7d;
}

.top ul.left li a{
	padding-top: 2px;
	display: block;
	text-decoration: none;
	color: #7d7d7d;
}

.top ul.left li a:hover{
	text-decoration: underline;
}

.top ul.left li.divider{
	position: relative;
	float: left;
	height: 15px;
	width: 1px;
	margin: 0 10px 0 10px;
	padding-top: 3px;
	background: #d2d2d2;
}

.top ul.left li.spacer{
	position: relative;
	float: left;
	width: 10px;
	height: 15px;
}

.top ul.left li.spacerSmall{
	position: relative;
	float: left;
	width: 3px;
	height: 15px;
}

.top ul.left li input{
	font-size: 9px;
	color: #7d7d7d;
}

.bottom{
	position: absolute;
	width: 633px;
	right: 0;	
	bottom: 10px;	
}

.menuMain{
	position: absolute;	
	padding: 0 0 10px 0;
	text-align: right;	
	display: block;
	bottom: 0px;
	right: 0px;
}

.menuMain ul{
	position: relative;
	/*float: right;*/
	list-style-type: none;
	padding: 0;
	margin: 0;		
}

.menuMain ul li{
	position: relative;
	float: left;
}

.menuMain ul li.divider{
	position: relative;
	width: 1px;
	height: 15px;
	float: left;
	margin: 0 10px 0 10px;	
	background: #d3d3d3;	
}

.menuMain ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.menuMain ul li a.active{
	color: #26b259;
}

.menuMain ul li a:hover{
	text-decoration: underline;
}

.menuSub{
	position: absolute;
	height: 20px;
	padding: 10px 0 10px 0;
	text-align: left;
	top: -40px;
	left: 0;
}

.menuSub ul{
	position: relative;
	/*float: left;*/
	list-style-type: none;
	padding: 0;
	margin: 0;		
}

.menuSub ul li{
	position: relative;
	float: left;
}

.menuSub ul li.divider{
	position: relative;
	width: 1px;
	height: 15px;
	float: left;
	margin: 0 10px 0 10px;	
	background: #d3d3d3;	
}

.menuSub ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.menuSub ul li a.active{
	color: #26b259;
}

.menuSub ul li a:hover{
	text-decoration: underline;
}

.innerContainer{
	position: relative;
	width: 100%;		
}

.sectionLeft{
	position: relative;
	float: left;	
}

.sectionRight{
	position: relative;
	float: right;
	width: 436px;
	min-height: 360px;
	padding: 20px;
	border: 1px solid #d2d2d2;
}

*html .sectionRight{
	height: 360px;
}

.footer{
	position: relative;
	width: 100%;
	margin-top: 25px;
	border-top: 2px solid #ed4335;
}

.language{
	position: absolute;
	width: 80px;
	height: 25px;
	left: 48%;
	top: -10px;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	z-index: 2;
}

.language a{
	text-decoration: none;
	color: #7b7b7b;
}

.language a:hover{
	text-decoration: underline;
}

.assistants{
	position: absolute;
	padding: 5px;
	right:15px;
	top: -15px;
	background: #fff;
}

.assistants a{
	text-decoration: none;
	color: #7b7b7b;
}

.assistants a:hover{
	text-decoration: underline;
}

.clear{
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}

/**
* PRODUCTS
*/

ul.products{
	position: relative;
	list-style-type: none;
	width: 411px;
	height: 411px;
	margin: 0;
	padding: 0;
	background: url("images/asn.jpg") no-repeat;
}

ul.products li{
	position: relative;
	float: left;
	margin: 0 7px 7px 0;
}

ul.products li a{
	position: relative;
	display: block;
        width: 130px;
	height: 130px;
}

ul.products li a img{
	position: relative;
	padding: 0;
	margin: 0;
}

/**
* LOGON FAILURE
*/

.logonFailure{
	position: relative;
	width: auto;
	padding: 3px;
	font-weight: bold;
	color: #000;
	background: #D2D2D2;
	margin-bottom: 10px;
}

.fText{
	width: 98%;
}

.fTextArea{
	width: 98%;
}

/**
* ORDER
*/

.tdOrderHeader{
	font-weight: bold;
}

.tdOrderRow input{
	font-size: 10px;
}

button.order{
	position: relative;
	float: right;
	padding-right: 15px;
	border: none;
	background: url("images/arrow.jpg") no-repeat right center;
	cursor: pointer;
}

ul#sitemap{
	position: relative;
	list-style-type: none;
	padding: 0;	
	margin: 0;
}

ul#sitemap li ul{
	padding-left: 15px;
}

ul#sitemap a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 0 5px 15px;
	background: url("images/arrow.jpg") no-repeat 0 0;	
}
