body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#666;
	margin:30px auto;
	background: #000;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#666;
text-decoration:none;
}
a:hover {
color:#888;
text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	letter-spacing:-1px;
	
	
}
h3 {
	font-size: 15px;
	letter-spacing:-1px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {

	list-style-type: square;

}

li {
	margin-left: 30px;

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}
/* headings/page titles/ home page titles*/







/* 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{
	border:1px solid #333;
	background-color:#000;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #333;
	font-size:11px;
}

.img-br{
border:1px solid #111;
padding:0px;

}



/*logo*/

#logo{

height:40px;
padding-left: 10px;




}
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
     height:450px;

}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
 
}

#slideshow img.active {
    z-index:10;

}

#slideshow img.last-active {
    z-index:9;
}



div#header{
	background: #000;
	padding: 10px;
	text-align:left}
	
	

/*top navigation*/	
div#top-nav{

	width:940px;
	background: #111;
	padding:8px  0 0px;	
	line-height:30px;	
	text-align:left;
	}


div#menu{float:right; width:auto; font-size: 12px;}

.flipmenu {

    position: relative;

}

#wrap {
   margin : 0px auto;
   width : 100%;
}
.flipmenu_box {
   overflow: hidden;
   position: relative;
   padding: 0px;
   margin: 0px;
   float:right;
}

.flipmenu_link,
.flipmenu_link_over,
.flipmenu_link_active {
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: pre;
    position: absolute;
}

.flipmenu_link {
    top: 0px;
    left: 0px;
}

.flipmenu_link_over, 
.flipmenu_link_active {
    color: #ffffff;
}



ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-right: 10px;}
ul#nav li{float:left;margin-left: 10px;text-align: center; width:auto}
ul#nav a{float:left; padding: 5px 0;text-decoration:none; text-transform: uppercase; color: #666; font-weight:normal}
ul#nav a:hover{color: #FFF}

div#slider{
	width:940px;
	text-align:center;
	padding-top:10px;
	float:left;
	
	
	}

/*main sections style*/



div#container{
	width:940px !important; 
	min-height: 450px;
	margin: 0 auto;
	padding:0px;
	text-align:left;
	background:#000;
	border: 1px #333 solid;
	}
}
#middle_container {
	width: 940px;
	float: left; 
	background: url(images/frontbgcutout.png);
	background-position: top;

}
#middle_container_internal {
	width: 940px;
	float: left; 

}	
	
div#content{
	float:left;
	width:700px;
	padding:0px 0;
	background: #000;

	}

div#content h1{
color:#ccc;





	}
.content-inner{
	padding:20px;
	opacity: 0;
	
}


div#right-sidebar{
	float:right;
	width:230px;
	padding:10px 0;
	background: #000;
	}
	
	
/*home columns*/

.home-col1{
	width:350px;





}
.home-col2{
width:210px;
margin-left:390px;
display:block;
padding:20px;




}
.home-box1{
height:100%;





}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col1{
	border:1px solid #111;
	padding:10px;
	margin-bottom:20px;
	padding:20px;
	background-color:#000;
	}

.col2{

	border-left:1px solid #111;
	margin-bottom:20px;
	padding:20px;
	background-color:#000;
	
	

}

	
div#right-sidebar h3{
margin:0px;
color:#ccc;




	}
	
.news, .contact-info, .sub-links{
	border:0px solid #222;
	padding:10px;
	background-color:#000;
	margin-bottom:20px;

	

}

div#nav h2{
	font-size: 120%;
	color: #edeff4}

div#footer{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:940px;
	font-size: 10px;
	color:#333;
	text-align:right;
	}


/* portrfolio
----------------------------------------------------------------------------------------------------*/

/* jQuery lightBox plugin - Gallery style */
		
	#gallery ul { list-style: none; margin:0px; }	
	#gallery ul li { display: inline; margin:0px; }
	#gallery ul img {border:0px solid #333; background-color:#000000;
padding:0px;}
	#gallery ul a:hover img {border: 0px solid #444;}
	#gallery ul a:hover { color: #f2f2f2; }
	
	
/*services*/
.services{
display:block;
border-bottom:1px dotted #333;
margin-bottom:20px;
padding-bottom:20px;




}
.services-col1 img{
width:250px;
padding:5px;
float:left;


}
.services-col2{
margin-left:290px;


}

	
/* 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;
	background-color:#333;
	border:1px solid #444;
	width:430px;
	padding:10px 5px;	color:#ccc;
}
.contact-us textarea {
	background-color:#333;
	border:1px solid #444;
	width:430px;
	padding:10px 5px;
	overflow:auto;	color:#ccc;
}
.contact-us .submit {
	border:none;
	width:70px;
	height:17px;
	position:relative;
	left:110px;
	margin:0;
	padding:0;
	background-color:#000;
}
.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#ccc;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#eee;
	border:1px solid #ccc; color:#222;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;}




.megamenu{
position: absolute;
display: none;
left: 0;
top: -25px;
background: #000;
border: 1px solid #585858;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
padding-right: 10px;
color: #BABABA;
}

.megamenu ul, .megamenu li{
list-style: none;
margin: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: 1px;
}




.frontsmall {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 0.8em;
text-transform: uppercase;
}

.frontsmall a {
text-decoration: none;
}

.frontsmall a:hover {
color: #fff;
text-decoration: none;
}
