html {
	height:100%;
}
body {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	height:100%;
	}
h1 {
	font-size:30px;
	font-weight: bolder;
	}
h2 {
	font-size:18px;
	font-weight: bolder;
	text-align:center;
	}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
height:100%

	}

#leftNav{
	left:0px;
	top: 0px;
	position:absolute;
	width: 163px;
	height:1000px;
	background-color: #000000;
	}

#rightText{
	right:64px;
	top: 34px;
	position:absolute;
	font-size:18px;
	z-index: 1;
	left: 277;
	}
	
#leftScrupLogo{
	left:0px;
	top: 0px;
	position:absolute;
	z-index: 0;
	}

#rightScrupLogo{
	left:163px;
	top: 0px;
	position:absolute;
	z-index: 0;
	}

#textArea{
	left:186px;
	padding-right:10px;
	top: 216px;
	position:absolute;
	}
	
#homeLogos img{
	margin-top:14px;
	margin-right:14px;
	margin-bottom:14px;
	}	

#imageProducts{
	width:577px;
	height:223px
	}

#box{	height:460px;
	width:305px;
	margin:10px;
	border:thin;
	border-color:#000000;
	border-style:solid;
	float:left;
	text-align:center;
}

#box2{	height:400px;
	width:305px;
	margin:10px;
	border:thin;
	border-color:#000000;
	border-style:solid;
	float:left;
	text-align:center;
}

#topBoxWrap {
	display:block;
	width:100%;
	float:none;
}

#botBoxWrap {
	display:block;
	width:100%;	
	float:none;
}

#imageRow1 {
	display:block;
	width:100%;	
	float:none;
}
#imageRow2 {
	display:block;
	width:100%;	
	float:none;
}
#imageRow3 {
	display:block;
	width:100%;	
	float:none;
}
/***********************************************/
/* Navigation Style                            */
/***********************************************/	
#buttonArea{
	left:21px;
	top: 216px;
	position:absolute;
	}

.boarder {
	width:114px;
	height:20px;
	border: 3px double #FFFFFF;
	margin-bottom:10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:1px;
	text-align:center;
	cursor:pointer;
	padding:2px	
	}	


/***********************************************/
/* Padding Styles                              */
/***********************************************/

.searchbar_bg{
	color:#656565;
	border:1px solid #959595;
	background-image:url('../themes/search_bg.gif');
	margin-right:10px
	}

/***********************************************/
/* Boarder Styles                              */
/***********************************************/

.image_boarder {
	padding-bottom: 8px;
	border:solid 1px #CCCCCC;
	margin-top:10px;
	margin-bottom:10px
}

.image_prodboardertop {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	margin-top:10px;
}

.image_prodboardertopend {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;	
	margin-top:10px;
}

.image_prodboarderbottom {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;	
	margin-bottom:10px;
}

.image_prodboarderbottomend {
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}
/***********************************************/
/* Text Styles                                 */
/***********************************************/

.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	padding-bottom: 8px;
}
.text_normal {
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	padding: 0px;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008b44;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.frontLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.mainTitle {
	font-size:46px;
}
/***********************************************/
/* Link Styles                                 */
/***********************************************/
A:link {text-decoration: none; color: #FFFFFF}
A:visited {text-decoration: none; color: #FFFFFF}
A:active {text-decoration: none; color: #FFFFFF}
A:hover {text-decoration: none; color: #CCCCCC;}

.normal_link {text-decoration: underline; color: #525252}
.normal_link:link {text-decoration: underline; color: #525252}
.normal_link:visited {text-decoration: underline; color: #525252}
.normal_link:active {text-decoration: underline; color: #525252}
.normal_link:hover {text-decoration: underline; color: #8a8a8a;}
 
