/* Digita Solutions 2006 */
/* Homepage Stylesheet   */

html, body {
	background-image: url('../images/page_bg.gif');
	
	padding:0px; 
	margin:0px; 
	
	text-align:center; 
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%;
	color: #333; 
	z-index:1;
}

#page_backbone{
	overflow: hidden;
	background-color: #fff;
	width:800px; 
	margin: 0px auto;
	padding: 0px; 
	text-align:left; 
	position:relative; 
	z-index:2; 
	font-size:0.85em; 
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#logo_div{
	background-color: #fff;
	width: 700px;
	margin-left: 50px;
	margin-top: 20px;
}

#page_navigation{
	width: 800px;
	height: 52px;
	overflow: hidden;
	clear: both; 
	background: #0099cc;
	color: #fff;
	padding: 0; 
	margin: 0;
}

#page_navigation a:link, #page_navigation a:visited{
	font-size:90%; 
	color:#fff; 
	text-decoration: none; 
	font-weight:bold;
}

#nav a:hover{
	text-decoration: underline; 
}

#flash_main_image{
	width: 800px;
	height: 225px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}

#flash_main_image img{
	padding: 0;
	margin: 0;
}


#page_footer{
	clear: left;
	width:800px;
	height: 60px;
	color: #fff;
	border: none;
	font-size:90%; 
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
}

#page_footer p{
	margin: 10px 5px 5px 5px;
}

#page_crumb{
	clear: left;
	border-bottom: 1px solid #cccccc;
	width:760px;
	margin-top: 20px auto;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:5px;
	
}


#page_crumb_details{
	clear: both; 
	margin-left: 5px;
	padding:0;
	font-size:80%; 
	color:#666;
}

#page_crumb_details a:link, #page_crumb_details a:visited {
	color:#666; 
	text-decoration:none;
}

#page_crumb_details a:hover {
	color:#666; 
	text-decoration:underline;
}

#body_content_block{
	clear: left;
	width: 100%;
	padding: 0;
	float: left;
	font-size: 95%;
	//text-align: center;
}

.standard_full_block{
	clear: left;
	width: 800px;
	font-size:90%;
	line-height: 1.5;
	position: relative;
	text-align: left;

}


.standard_full_block ul{
	 list-style: none;
	 margin: 0;
	 padding: 0;
}

.standard_full_block ul li{
	 background: transparent url('../images/arrow.gif') 0 6px no-repeat;
	 padding: 0 0 0 10px;
}



.standard_full_block ul a:link, .standard_full_block ul a:visited{
	font-size: 100%;
	color: #4261A1;
	text-decoration: none; 
	font-weight:bold;
}

.standard_full_block ul a:hover{
	font-size: 100%;
	color: #4261A1;
	text-decoration: underline; 
}

#homepage_aboutbox{

	width: 217px;
	font-size:90%;
	line-height: 1.5;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
	background-image: url('../images/sidebar_bg.png');
}

#homepage_aboutbox p{
	margin: 5px 5px 5px 5px;
}

#news_box{
	width: 570px;
	
	
	font-size:90%;
	line-height: 1.5;
	position: relative;
	float: left;
	text-align: left;
	//margin-left: 10px;
}

#news_box p{

	font-size:90%;
	line-height: 1.5;
	margin: 0px 0px 3px 0px;
}

#news_box a:link, #news_box a:visited{
	color: #4261A1;
	font-size:100%;
	text-decoration: none;
}

#news_box a:hover{
	color: #4261A1;
	font-size: 100%;
	text-decoration: underline;
}

#newsbox_title{
	width: 100%;
	font-size: 105%;
	font-weight: bold; 
	clear: both; 
	background: #0099cc;
	color: #fff;
	padding: 5px 0 5px 15px; 
	margin: 0;
}

.newsbox_item{
	margin: 3px 3px 0px 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
	padding-bottom: 4px;
}

.news_icon{
	float: left;
	margin: 1px 4px 1px 4px;
	clear: both;
}

.header_02{
	font-size: 130%;
	font-weight: bold;
	color: #660000;
	
}

.header_03{
	font-size: 110%;
	font-weight: bold;
	color: #660000;
	
}

.sub_text{
	font-size: 80%
}

.page_navigation_spacer{

}

.column_60{
	width: 500px;
	height: 100%;
	font-size:90%;
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
	text-align: left;
	
	border-right: 3px solid #cccccc;
}

.column_60 p{
	margin-right: 10px;
}

.column_40{
	width: 200px;
	height: 100%;
	font-size:80%;
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
	text-align: left;
}

.column_40 ul{
	line-height: 2.0;
	list-style: none;
	margin: 3px;
	padding: 0;
}

.column_40 ul li{
	 background-image: url('../images/arrow.gif');
	 background-position: 0 6px;
	 background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.column_40_title{
	width: 190px;
	font-size: 100%;
	font-weight: bold; 
	/*clear: both; */
	background: #0099cc;
	color: #fff;
	padding: 5px 0 5px 15px; 
	margin: 0;
}

.product_cat{
	width: 250px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}

.product_cat p{
	margin: 4px;
}

.cat_header{
	clear: both;
	margin-left: 5px;
	font-weight: bold;
	font-size: 110%;
}

.cat_image{
	float: left;
	border: 1px solid #ccc;
	padding: 0;
	margin: 2px;
}

.gallery_product{
	width: 160px;
	border: 1px solid #ccc;
	float: left;
	position: relative;
	margin: 10px;
	text-align: center;
}

.gallery_product img{
	border: none;
}

#gallery_title{
	width: 100%;
	font-size: 145%;
	font-weight: bold; 
	clear: both; 
	color: #333;
	padding: 5px 0 5px 15px; 
	margin: 0;
}

#gallery_back{
	width: 100%;
	font-size: 90%;
	font-weight: normal; 
	clear: both; 
	color: #333;
	padding: 5px 0 5px 15px; 
	margin: 0;
}

.product_image_large{
text-align:center;
border: none;
display: block;
width: 500px;
margin: 10px auto;
}
