/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{

}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.one_half {
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.one_half_last {
	width:48.10%;
	float:right;
	margin-bottom:20px;
}
.one_third {
	width:30.80%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}

.one_third_last {
	width:30.80%;
	float:right;
	margin-bottom:20px;

}
.two_third {
	width:65.40%;
	float:left;
	margin-right:3.80%;
}
.two_third_last {
	width:65.40%;
	float:right;
	margin-bottom:20px;

}
.one_fourth {
	width:22.15%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
	background-color:#006600;

}
.one_fourth_last {
	width:22.15%;
	float:right;
	margin-bottom:20px;
}
.three_fourth {
	width:74.05%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.three_fourth_last {
	width:74.05%;
	float:right;
	margin-bottom:20px;
}
.one_fifth {
	width:16.96%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.one_fifth_last {
	width:16.96%;
	float:right;
	margin-bottom:20px;
}
.four_fifth {
	width:79.240%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.four_fifth_last {
	width:79.240%;
	float:right;
	margin-bottom:20px;
}
* html .clearfix {
} /* IE6 */
*:first-child+html .clearfix {
} /* IE7 */
/* clearfix */

.clear {
	clear:both;
	display:block;
	height:0px;
	width:100%;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/progress.gif) no-repeat center center;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide {
	z-index:-20;
}
#supersized li.activeslide {
	z-index:-10;
}
#supersized li.image-loading {
	background:#111 url(../images/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img {
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display:inline;
}

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
#controls-wrapper {
	height:42px;
	bottom:20%;
	right:0;
	z-index:4;
	position:absolute;
	position:fixed;
	
}
#controls {
	overflow:hidden;
	height:100%;
	position:relative;
	text-align:left;
	z-index:5;
}

ul#slide-list {
	padding:15px 10px 15px 15px;
	float:right;
	position:absolute;
	right:10%;	
	background-image:url(../images/menu_bg.png);
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;

}
ul#slide-list li {
	list-style:none;
	width:12px;
	height:12px;
	float:left;
	margin:5px 5px 0 0;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-position:0 0px;
}
ul#slide-list li a {
	display:block;
	width:12px;
	height:12px;
	background:url('../images/nav-dot.png') no-repeat 0 -24px;
}
ul#slide-list li a:hover {
	background-position:0 -12px;
	cursor:pointer;
}


@font-face {
	font-family: 'Berkshire';
	src:url(http://fonts.googleapis.com/css?family=Berkshire+Swash&subset=latin,latin-ext);
    src:url(../fonts/BerkshireSwash-Regular.ttf);
}

@font-face {
    font-family: 'Noto';
    src: url(http://fonts.googleapis.com/css?family=Noto+Sans);
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Oswald';
    src: url(http://fonts.googleapis.com/css?family=Oswald);
    src: url(../fonts/Oswald-Regular.ttf);
}

body {
	font-family: Noto, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color:#808080;
	overflow: hidden;
	background-color:#101010;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #FFFFFF;
    font: 60px 'Berkshire', cursive;
    padding-bottom:10px;
    position: relative;		
}

h1, h2, h3 {
	line-height:60px;	
}
h4, h5, h6 {
	line-height:30px;	
}
h1 {
	font-size: 32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#808080;
	padding-bottom:10px;
	clear:both;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
#container img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}

a:link, a:visited, a:link {
	font-family: Oswald,sans-serif;
    color: #808080;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#80b600;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
	overflow:hidden;
}

.contact_info{
	padding:10px 30px 0px 60px;
	position:absolute;
	top:15px;
	right:20px;
	border-radius:10px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
    .contact_info h3 { font-size: 2.5em; -webkit-text-shadow: 1px 1px 1px #000; text-shadow: 1px 1px 1px #000; }
/* Home page intro text
----------------------------------------------------------------------------------------------------*/
.intro { margin-top: 30px; -webkit-text-shadow: 1px 1px 2px #000; text-shadow: 1px 1px 2px #000; }

.logo {
	margin-bottom:50px;
	display:block;
	
}
.logo h1 a, .logo h1 a:visited{
	font-family: Berkshire, cursive;
    font-size:3em;
	color:#fff;
    -webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 2px 2px 4px #000;
	line-height:.4em;
}
/* Main content section
----------------------------------------------------------------------------------------------------*/
#page_wrap{
		display:none;

}
.jqueryslidemenu, 
#container, 
#content > ul > li {
	width:1000px;
}
#container {
	position:relative;
	top:50px;
	margin:0 auto;

	
}
#content_wrapper {
	display:none;
}
.content {
	background:url(../images/content_img.png) repeat scroll 0 0 transparent;
	padding:20px 20px 20px 20px;
	left:10%;
	display:block;
	min-height:355px;
	overflow:hidden;
}


#content > ul > li {
	display: block;
	position:absolute;
	float:left !important;
	margin:0px;
	padding:0px;
	list-style:none;

}

.close_panel {
    background-color:#80d600;
	background-image:url(../images/close_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
	position:absolute;
	right:0px;
	top:0px;
	padding:15px;
}

.close_panel:hover{
background-color:#333333;
}

/* Pricing table*/
table.price_table{
color:#eee;
width:100%;
font-size: 13px !important;
line-height: 13px;
}
table.price_table td.first_column, table.price_table th.first_column{
width:70%;
}
table.price_table td.second_column, table.price_table th.second_column{
width:15%;
}
table.price_table th{
background-color:#101010;
font-weight:bold;
}
table.price_table td{
background-color:#202020;
border:1px solid #000;
}
table.price_table th, table.price_table td{
padding:5px;
}


/* Contaqct section */
#response{
color:#80d600;
margin-bottom:20px;

}
#contact-form p {
margin:0px;
padding:0px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #333;
	background-color:#222;
	color:#666666;
}

#contact-form textarea {
	background-color:#222;
}

#contact-form textarea:focus, #contact-form input:focus {
	border:1px solid #80d600;
}

#contact-form p input#submit {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact-form p input#submit:hover{
		background-color:#80d600;
		border:1px solid #679202;
		cursor:pointer;
}

label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-family: 'Oswald', sans-serif;	
}
	.vaidate_error{
	border:1px solid #FF0000!important;
}
.menu{
margin: 0;
padding: 0;
list-style-type: none;
background-image:url(../images/menu_bg.png);
background-repeat:repeat;
float:left;
position:relative;
z-index:333;
width:100%;
}
.menu select{
display:none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
 /*background of tabs (default state)*/
color: #FFFFFF;
display: inline-block;
position: relative;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
padding:20px 30px;
background: url(../images/menu_divider.png) no-repeat scroll right center transparent;
display: inline-block;
position: relative;
text-align: center;
font-family:Oswald,Arial, Helvetica, sans-serif, Tahoma;
text-transform:uppercase;
}
.menu ul > li:last-child a { 
background: none !important; 
}



* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited{
color: white;
}

.menu ul li a:hover{
 /*tab link background during hover state*/
color: #80b600;
}
	
/*1st sub level menu*/
.menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#121212;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
text-align:left;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.menu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 10px 15px 10px 30px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #222;
	text-align:left;
	background-image:none;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
a.active {
 color:#80b600 !important;
}

/* Sudo Slider */
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}
/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in. 
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

#slider, #slider li {
	width:960px;
	overflow:hidden;
}
/* // Sudo Slider */	
span#controls {
display: block;
left:90.6%;
position:absolute;
top:0px;
}

span#controls a.prevBtn{
display: block;
margin-right:2px;
float:left;
background-color:#F25C02;
background-image:url(../images/prevBtn.png);
background-repeat:no-repeat;
background-position:center center;
cursor: pointer;
padding:15px;
}
span#controls a.prevBtn:hover{
background-color:#333333;
}

span#controls a.nextBtn{
display: block;
float:left;
background-color:#F25C02;
background-image:url(../images/nextBtn.png);
background-repeat:no-repeat;
background-position:center center;
cursor: pointer;
padding:15px;
}

span#controls a.nextBtn:hover{
background-color:#333333;
}
