/*=======================================================
* File Name:style.css
* Media: screen
* This style sheet for mainly fonts, colors, and padding.
==========================================================*/



/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html{
	background-color: #121911;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

	}


body {
	color:#121911;
	background-image: url(../images/body-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #222 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color:#CCCCCC;
	text-decoration: none;
}
a:hover {
	color:#ccc;
	text-decoration:none;
}

/* `Headings 
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	letter-spacing:-1px;
}

h2 {
	font-size: 20px;
	letter-spacing:-1px;
	color: #CCCCCC;
}

h3 {
	font-size: 18px;
	letter-spacing:-1px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}


/* `styles for order and un order list
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 18px 18px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 18px 18px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	background-color:#303e48;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:10px solid #50606b;
	font-size:12px;	
	color:#ccc;
}

/* Top Menu style starts from here
----------------------------------------------------------------------------------------------------*/
.menu {
	position: relative;
	top:0px;
	height:31px;	
	float:right;
	width:auto;
}
.menu ul li {
	display:inline;
	margin-left:2px;
	line-height:30px;
	width:auto;
	float:left;
	list-style:none;
}
.menu ul li a:link,#top-header .menu ul li a:visited{
	text-decoration:none;
	line-height:30px;
	color:#CCCCCC;
	
}
.menu ul li a {
	font-size:12px;
	font-weight: bold;
	float:left;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
	width:auto;
	
}

#top-header .menu ul li a:hover{

	color:#fff;
}


#top-header .menu ul li.active a, #top-header .menu ul li.active a:visited{

	color:#fff;
	background-color:#353b1c;
}



.header{
	height:100px;
	position:relative;
}
#logo{
	position: absolute;
	top:30px;
	margin-left: 45px;
	left: 11px;
}
#contact-info{
	position: absolute;
	top:30px;
	right:0px;
	float:right;
	width:auto;
}
.img-border{
	padding:8px;
	border:1px solid #000000;
	background-color:#353b1c;

}

/*slider*/

.sliderImages ul li{
	 display: inline; 
	 margin:0px;
	 text-align:center;  float:left;
		
}
.sliderImages ul li img{
	border: 1px solid #080e15;
	padding:9px;
	background-color:#353b1c;
	margin:5px 5px 5px 0;
	float:left;
}

.arrows{
	position:relative;
	z-index:10;
}

.prev {
	position: absolute;
	left:275px;
	top:-200px;
}
.next {
	position: absolute;
	right:275px;
	top:-200px;

}
/* jQuery lightBox plugin - Gallery style */
.gallery{
margin-bottom:20px;

}
		
.gallery ul { 
	list-style: none; 
	margin:0px;
	text-align:center;
 }
	 	
.gallery ul li {
	display:inline;
	 margin:0px;
	 padding:0px;
	 float:left;
	 margin:5px 5px 0px 0;
	 }

.gallery ul li img {
	border: 1px solid #000000;
	padding:9px;
	background-color:#353b1c;
	 float:left;

	}
	
.gallery ul a:hover img {
	border: 1px solid #999999;

}
.gallery ul a:hover { color: #f2f2f2;
}

	/*  sidebars and left columns padding
----------------------------------------------------------------------------------------------------*/
#left-column, #right-column{
	margin-top:20px;
}

.right-column{
margin-bottom:20px;
	
}

#right-column h2{
	background-color:#353b1c;
	margin-bottom:1px;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
#right-column ul{
	margin:0px;
	padding:0px;

}

#right-column ul li{
	background-color:#353b1c;
	margin:0px;
	list-style:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#right-column ul li a{
	margin-left:20px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:25px;
	
}

#right-column ul li a:hover{
color:#ccc;
	
}

#left-column h1, #right-column h2{
color:#d4e0a2;
}
	/* tag cloud
----------------------------------------------------------------------------------------------------*/
#tags p{
	padding:0px 20px;
	color: #999999;

}
#right-column #tags a:link, #tags a:visited{
font-size:12px;
text-decoration:none;
color:#4f6673;
}
#right-column #tags  a:hover{
color:#fff;

}
#right-column #tags a.big {
font-size:25px;


}
#right-column #tags a.medium {
font-size:20px;


}
			
/* contact us
----------------------------------------------------------------------------------------------------*/
.contact-us {
	text-align:left;
	padding:10px 0;
	width:auto;

}
	.contact-us input {
	background-image:url(../images/input-bg1.jpg);
	background-repeat:no-repeat;
	height:17px;
	width:350px;
	background-color:#000000;
	border:1px solid #CCCCCC;
	width:350px;
	padding:5px;
	color:#fff;
}
.contact-us textarea {
	background-color:#000000;
	border:1px solid #CCCCCC;
	width:350px;
	padding:5px;
	overflow:auto;
	color:#fff;
}
.contact-us select {
	background-color:#000000;
	border:1px solid #CCCCCC;
	width:362px;
	overflow:auto;
	color:#fff;
	margin:0px;
	padding:5px;
	
}

.contact-us .submit {
	border:none;
	width:95px;
	height:31px;
	position:relative;
	left:110px;
	margin:0;
	padding:0;
}
.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#999;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
#wrapper {width:600px;margin:0 auto;}
.message {background-color:#384a54;
	border:1px solid #445761; 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
----------------------------------------------------------------------------------------------------*/
.footer{
	width:100%;
	margin-top:20px;
	background-image: url(../images/footer-strip.jpg);
	background-repeat: repeat-x;
	height:127px;
	
}
#footer-inner{
	width: 960px;
	margin:0 auto;
	padding:55px 0px 10px 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#666666;


}
