@charset "utf-8";
/*Action Umreth template v1.0 */

*{
	margin:0;
	padding:0;
	}
	
a img{
	margin:0;
	padding:0;
	border:0px;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;

	background-color:#160c02;
	}
	
	
	
	
/*----------------------------------------general layout-------------------------------------------*/
#outerWrap{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	}
	
#wrap{
	width:820px;
	_width:800px;
	margin:auto;
	position:relative;
	z-index:2;
	background-image:url(../images/wrap_bg.png);
	_background-image:none;
	background-repeat:repeat-y;
	background-position:center;
	/*padding:0 20px;*/

	/*border-left:1px solid white;
	border-right:1px solid white;*/
	}
	

#header{
	background-color:#281600;

	width:800px;
	height:252px;
	margin:auto;

	}
		
	#header h1{/*image replacement*/
		background-image:url(../images/actionumreth_logo.gif);
		background-repeat:no-repeat;
		width:400px;
		height:87px;
	
		}
	
	#header h1 span{
		visibility:hidden;
		}
	
	#header img#logo{
		_height:84px;
		}
		
/***primary navigation*/
#primary_navigation{
	width:800px;
	margin:auto;
	background-color:#281600;
	}
		
	#primary_navigation ul{
		list-style-type:none;
		background-color:#281600;
		margin-left:10px;
		padding:5px 0;
		}
	
	#primary_navigation ul li{
		display:inline;
		margin-right:10px;
	
		}	

	#primary_navigation ul li a{
		color:#FFFFFF;
	}
	
/*end primary navigation*/

/*** content*/	
#content{
	margin:0 10px;
	_margin:0;
	background-color:#FFFFFF;
	min-height:400px;
	}
	

#primary_content{
	height:auto;
	background-image:url(../images/cornerPattern.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:30px 0;
	margin:0 px;
	z-index:2;
	display: block;
	height: 1%;
	}

#secondary_content{
	background-image:url(../images/cornerPattern_rev.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	padding-bottom:50px;
		height: 1%;

	
	}
		
#news{
	float:left;
	width:400px;
/*	background-color:#EAEAEA;*/
	border-right:1px dotted #878d5f;
	padding:10px 20px;
	}
	
#products{
	float:right;
	width:240px;



	padding:10px;
	}
	
	
	


/***secondary navigation*/
#secondary_navigation{
	width:800px;
	position:relative;
	padding-top:10px;
	margin:auto;
	text-align:center;
	background-color:#160c02;
	_background-color:#fff;
	color:#fff;
	_color:#000;
	}
	
	#secondary_navigation a:link, #secondary_navigation a:visited{
		color:#FFFFFF;
		}
		
	#secondary_navigation a:hover{
		color:#FFFFFF;
		text-decoration:none;
		}
	#secondary_navigation ul{
		list-style-type:none;
	
		margin-left:10px;
		padding-bottom:5px;
		}
	
	#secondary_navigation ul li{
		display:inline;
		margin-right:10px;
	
		}	

	#secondary_navigation ul li a{
		color:#FFFFFF;
		_color:#000;
	}
	
/*end secondary navigation*/
	
	
#footer{
	width:100%;
	height:200px;
	z-index:0;
	margin:auto;
	margin-top:-200px;
		_margin-top:0px;
	background-image:url(../images/footer_bg_var.gif);
	background-color:#160c02;
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	
	}


/***products*/

#product_list{
	clear:both;
	}
	
.product{ 
	width:100px;
	float:left;

	margin:5px;
	}

.product img{
	width:75px;
	height:75px;
	}

#prodCategory_select{
	border-bottom:1px dotted #878d5f;
	}
	
	#prodCategory_select ul{
	margin-left:0px;
	list-style-type:disc;
	}
	
		#prodCategory_select ul li{
		display:inline;
		margin-right:10px;
		
		}

/***news items*/

.newsItem{
	margin:10px 0;	
	background-color:#F0F0F0;
	padding:10px;
	border-bottom:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
	}
	
	.newsTitle{
	color:#400101;
	font-size:90%;

	}
	
	.newsTitle h4{
		border-bottom:1px solid #878d5f;
		}
	
	.newsTitle h4 a:link, .newsTitle h4 a:visited {
		text-decoration:none;
		color:400101;
		}
		
	.newsTitle h4 a:hover{
		color:#BDBDBD;
		}
				
	.newsTitle p.date{

		color:#000;

		}
		
/***photo gallery*/

#galleryTitle{
	text-align:center;
	margin:10px 0;
	}
	
#mainImage{
/*	width:400px;*/
	/*float:left;*/
	text-align:center;
	margin:20px;

	}
	
	#mainImage img{
		height:300px;
		margin-bottom:20px;
		}
		
#thumbs{
	/*width:250px;*/
/*	float:right;*/
	text-align:center;
		}
	
	#thumbs img{
		width:50px;
		height:50px;
		margin:10px;
		padding:5px;
		border:2px solid #878d5f;
		}
		
		#thumbs img:hover{
		width:50px;
		height:50px;
		margin:10px;
		padding:5px;
		border:2px solid #400101;
		}
	#thumbs img.active_image{
		width:50px;
		height:50px;
		margin:10px;
		padding:5px;
		border:2px solid #400101;
		}
	
			 	
/***contact page*/

#addresse{
	width:200px;
	float:left;
	}
	
#contactForm{
	float:right;
	width:400px;
	}
	

/***sitemap*/

ul#siteMap li{
		margin:5px 0;
	}
	
	ul#siteMap ul li a{
		color:#7D7D7D;
		}	
/***gutter*/
.gutter{
	margin:20px 40px;
	}


/*------------------------------------------------------------------
	Facebook wall
--------------------------------------------------------------------*/
#facebook_wall{
	list-style-type:none;
	margin:0;
	padding:0;
}

#facebook_wall li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

#facebook_wall li h3{
	margin:0 0 10px 0;
	color:#013264;
}

#facebook_wall li p{
	margin:0 0 10px 0;
	
}

.user_image{
	width:60px;
	float:left;
}

.facebook_message{
	margin-left:70px;
}

.facebook_date{
	font-weight:bold;
}

.post_comments{
	background:#F4F4F4;
	padding:10px;
}

.comment{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	padding-bottom:10px;

}
.comment p{
	font-size:12px;
}

.comment_user_name{
	font-weight:bold;
	color:#013264;
}

.comment_user_image{
	width:50px;
	float:left;
}

.comment_details{
	margin-left:60px;
}

	
/*---------------------------------------------typography------------------*/

/*links*/

a:link,a:visited {
	color:#400101;
	text-decoration:underline;
	}

a:hover {
	color:#400101;
	text-decoration:none;
	}
		
h1{
	color:#878d5f;
	font-size:200%;
	margin-bottom:10px;

	}
	
h2{
	color:#878d5f;
	font-size:150%;
	margin-bottom:10px;

	}

h3{
	color:#878d5f;
	font-size:130%;
	margin:10px 0;

	}

h4{
	color:#400101;
	font-size:100%;

	}
	

p{
	font-size:87%;
	margin:7px 0;
	}
	
ul{	
	margin-left:30px;
	font-size:87%;
	}		
/*----------------------------------------------fixes and hacks---------------------------------------*/


.clr{/*clear fix*/
	clear:both;
	visibility:hidden;
	}
	
