 
/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;

}
	ul.gallery li{
		list-style-type:none;
    display: block;
    float: left;
	margin:4px;
	line-height:normal;
	background:#FFF;
	padding:3px;
	border:2px solid #947444;
		
	}
	ul.gallery li:hover{
		list-style-type:none;
    display: block;
    float: left;
	margin:4px;
	line-height:normal;
	background:#FFF;
	padding:3px;
	border:2px solid #f6d940;
		
	}
		ul.gallery li img{
			width:125px;
	height:90px;
		
		
		
		}

/*right column style*************************************************************/
#rightcolumn-wrapper {
	float: left;
	width: 285px;
	color:#111;
	
	
}
.rightcolumn-inner {
	padding:0px 0px 0 20px;
	
}

.rightcolumn-inner h3{
	margin-bottom:10px;
	color:#e15206;
	letter-spacing:1px;
	font-weight:normal;

}
.rightcolumn-inner ul{
	list-style:none;
	padding:0px;
	
}
.rightcolumn-inner ul li{
	border-bottom:1px solid #dfdfdf;	
	
}
.rightcolumn-inner ul li a{
	text-decoration:none;
	line-height:20px;
	color:#111;
	padding:5px 0px;
	display:block;

}
.rightcolumn-inner ul li a:hover{
	background-color:#f4f4f4;
	color:#e15206;

}

.contact-info a:hover{
cursor: help;

}
img.ad-img{
background-color:#eee;
padding:2px;
border:1px solid #ccc;

}
/*Social Book Marks*/

.socil-book-marks {


}
.socil-book-marks img{
margin:5px 5px 5px 0px;

}

/*Contact form  style*************************************************************/

#container
{
	margin: auto;
	overflow: hidden;
	position: relative;

}
.contact-us input{
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	height:20px;
	width: 15em;

}

.contact-us {
	text-align:left;	
	padding:10px 0;
	width:auto;
}
.contact-us textarea {
	width: 30em;
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-color:#eee;

}
.contact-us .submit {
	position:relative;
	left:105px;
	border:none;	
	width:81px;
	height:24px;	
	background-image:none;
}

.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#333;
	border:1px solid #444; color:#ccc;display:none;width:460px;padding:10px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}


/*footer  style*************************************************************/

#footer-wrapper { 
	width: 1000px;
	clear: both;
	padding:10px 0px;
	float:left;

}
p.copurights{
	width:50%;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
ul.footer-rightdiv {
float:right;
width:auto;

}
ul.footer-rightdiv li{
display:inline;


}
ul.footer-rightdiv li a{
text-decoration:none;
color:#666;
padding:0px 8px;

}ul.footer-rightdiv li a:hover{
color:#666;

}
.content-blankl{width:637px;height:auto;float:left;text-align:right;padding-top:30px;}