﻿/* File Created: September 6, 2014 */

/*FONTS STYLES
=============================*/

@font-face {
	font-family: 'armwrestlerbold';
	src: url('../fonts/armwrestler-webfont.eot');
	src: url('../fonts/armwrestler-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/armwrestler-webfont.woff') format('woff'),
		 url('../fonts/armwrestler-webfont.ttf') format('truetype'),
		 url('../fonts/armwrestler-webfont.svg#armwrestlerbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'capsuularegular';
	src: url('../fonts/capsuula-webfont.eot');
	src: url('../fonts/capsuula-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/capsuula-webfont.woff') format('woff'),
		 url('../fonts/capsuula-webfont.ttf') format('truetype'),
		 url('../fonts/capsuula-webfont.svg#capsuularegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lemonregular';
	src: url('../fonts/lemon-regular-webfont.eot');
	src: url('../fonts/lemon-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lemon-regular-webfont.woff') format('woff'),
		 url('../fonts/lemon-regular-webfont.ttf') format('truetype'),
		 url('../fonts/lemon-regular-webfont.svg#lemonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'playballregular';
	src: url('../fonts/playball-regular-webfont.eot');
	src: url('../fonts/playball-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/playball-regular-webfont.woff') format('woff'),
		 url('../fonts/playball-regular-webfont.ttf') format('truetype'),
		 url('../fonts/playball-regular-webfont.svg#playballregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'source_sans_pro_lightregular';
	src: url('../fonts/sourcesanspro-light-webfont.eot');
	src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
		 url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		 url('../fonts/sourcesanspro-light-webfont.svg#source_sans_pro_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'skranjiregular';
	src: url('../fonts/skranji-regular-webfont.eot');
	src: url('../fonts/skranji-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/skranji-regular-webfont.woff') format('woff'),
		 url('../fonts/skranji-regular-webfont.ttf') format('truetype'),
		 url('../fonts/skranji-regular-webfont.svg#skranjiregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gochi_handregular';
	src: url('../fonts/gochihand-regular-webfont.eot');
	src: url('../fonts/gochihand-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gochihand-regular-webfont.woff') format('woff'),
		 url('../fonts/gochihand-regular-webfont.ttf') format('truetype'),
		 url('../fonts/gochihand-regular-webfont.svg#gochi_handregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mr_dafoeregular';
	src: url('../fonts/mrdafoe-regular-webfont.eot');
	src: url('../fonts/mrdafoe-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/mrdafoe-regular-webfont.woff') format('woff'),
		 url('../fonts/mrdafoe-regular-webfont.ttf') format('truetype'),
		 url('../fonts/mrdafoe-regular-webfont.svg#mr_dafoeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/segoeuil-webfont.eot');
	src: url('../fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/segoeuil-webfont.woff') format('woff'),
		 url('../fonts/segoeuil-webfont.ttf') format('truetype'),
		 url('../fonts/segoeuil-webfont.svg#segoeuil') format('svg');
	font-weight: normal;
	font-style: normal;
}


:root 
{
	margin: 0px;
	padding: 0px;
}

html, body, form, div, section, header, footer, nav, h1, h2, h3, h4, h5, h6, p, span, a, ul, li, img {
	margin: 0px;
	padding: 0px;
}

body {
	clear: both;
	font-family: 'Segoe UI';
	margin: 0px;
	padding: 0px;
}

.bg-grey {
	background-color: rgba(200, 200, 200, 0.5);
}

.aspNetHidden {
    clear: both;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

/* HEADER STYLES
====================================================== */
#topPadder 
{
	background-color:  rgba(0, 102, 102, 1);
	height: 30px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

#topPadder p {
	color: rgba(255, 255, 255,1);
	float: right;
	font-size: 0.85em;
	font-weight: 600;
	padding: 2px 15px;
}

#header 
{
	background-color:  rgba(255, 255, 255,1);
	border-bottom: 5px solid rgba(0, 102, 102, 1);
	clear: both;
	height: 100px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: fixed;
	top: 30px;
	 width: 100%;
	z-index: 9999;
}

#header #logo 
{
	float: left;
	height: 100px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	width: 200px;
	z-index: 999;
}

#header #logo a
{
	border: none;
}

#header #logo img 
{
	height: 100px;
	width: 200px;
}

#header #nav 
{
	float: right;
	height: 100px;
	margin: 30px 100px 0px 100px;
	padding: 0px;
	width: 550px;
}

#header #nav ul 
{
	color: rgba(255, 255, 255, 1);
	float: right;
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 550px;
}

#header #nav ul li 
{
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#header #nav ul li a
{
	color: rgba(100, 100, 100, 1);
	font-family: 'Segoe UI', geneva;
	font-size: 1.0em;
    font-weight: 600;
	margin: 0px;
	overflow: hidden;
	padding: 50px 12px 48px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

#header #nav ul li a:hover
{
	color:  rgba(255, 153, 0, 1);
}

/* HEADER SECTION ENDS HERE
==================================*/


#banner 
{
	border-bottom: 2px solid rgba(255, 153, 0, 1);
	height: auto;
	margin: 130px 0px 0px 0px;
	min-height: 200px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

#content {
	min-height: 580px;
}

#content .container
{
	margin: 0px 80px;
	padding: 25px 0px;
	width: 1100px;
}

#content #indexWelcome 
{
	height: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#content #indexWelcome h2 
{
	color: rgba(255, 153, 0, 1);
	font-size: 2.05em;
	font-weight: 900;
	margin: 30px 0px 10px 0px;
}

#content #indexWelcome p
{
	font-size: 1.2em;
	margin: 5px 50px 20px 50px;
}

#content #indexWelcome a 
{
	background-color: rgba(255, 153, 0, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1.05em;
	margin: 10px 0px 10px 0px;
	padding: 10px 30px;
	text-decoration: none;
}

#content #indexWelcome a:hover 
{
	background-color: rgba(0, 102, 102, 1);
}

#content #indexServices 
{
	background-color: rgba(0, 102, 102, 1);
	background-attachment: fixed;
    background-image: url('../images/indexServiceBg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
	clear: both;
	height: 520px;
	margin-bottom: 0px;
	margin-top: 50px;
	width: 100%;
}

#content #indexServices div.container h2
{
	border-bottom: 5px solid rgba(255, 153, 0, 1);
	clear: both;
	color: rgba(255, 153, 0, 1);
	font-size: 1.8em;
	padding-bottom: 10px;
	width: 225px;
}

#content #indexServices div.container div.serviceColumn
{
	float: left;
	margin: 20px 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 338px;
}

#content #indexServices div.container div.serviceColumn:last-child
{
	float: right;
	margin: 20px 0px;
}

#content #indexServices div.container div.serviceColumn img
{
	clear: both;
    height: 150px;
    margin: 10px 0px 25px 0px;
    width: 150px;
}


/* SPRITE STYLES
================================================*/
.indexSprite 
{
    border-radius: 300px;
    clear: both;
    margin: 30px 94px 10px 94px;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
    z-index: 1001;
}

#content #indexServices div.container div.serviceColumn:hover .indexSprite {
	background-position: 0 -150px;
}

#servCol1, #servCol2, #servCol3
{
    height: 150px;
    width: 150px;
}

#servCol1 {
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}

#servCol2 {
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
}

#servCol3 {
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
}

/* SPRITE STYLES END HERE
================================================*/



#content #indexServices div.container div.serviceColumn h3
{
	clear: both;
	color: rgba(255, 153, 0, 1);
	font-size: 1.2em;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#content #indexServices div.container div.serviceColumn p
{
	clear: both;
	color: rgba(255, 255, 255, 1);
	margin: 5px 0px 10px 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#content #indexServices div.container div.serviceColumn a
{
	background-color: rgba(255, 255, 255, 1);
	clear: both;
	color: rgba(0, 102, 102, 1);
	margin: 20px 0px;
	padding: 10px 20px;
	text-decoration: none;
}

#content #indexServices div.container div.serviceColumn a:hover
{
	background-color: rgba(255, 153, 0, 1);
	color: rgba(255, 255, 255, 1);}


/* Index Advantage Collumn  Thingy Thingy
===============================*/

#content #indexAdvantage 
{
	clear: both;
	height: 575px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 30px;
}

#content #indexAdvantage div.container .indexMini
{
	float: left;
	width: 330px;
}

#content #indexAdvantage div.container #indexCapCon
{
	float: right;
	width: 700px;
}

#content #indexAdvantage .indexMini h2
{
	background-color: rgba(255, 153, 0, 1);
	color:  rgba(255, 255, 255, 1);
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	text-transform: uppercase;
}

#content #indexAdvantage .indexMini div
{
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0px 0px 15px 0px;
	padding: 15px 10px 15px 10px;
}

#content #indexAdvantage .indexMini div h4
{
	color: rgba(0, 102, 102, 1);
	font-size: 1.55em;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	text-transform: capitalize;
}

#content #indexAdvantage .indexMini div p
{
	color: rgba(0, 0, 0, 1);
	font-size: 0.9em;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 0px 10px;
}

#content #indexAdvantage #indexCapCon h2 
{
	border-bottom: 5px solid rgba(255, 153, 0, 1);
	clear: both;
	color: rgba(255, 153, 0, 1);
	font-size: 1.8em;
	padding-bottom: 10px;
	width: 225px;
}

#content #indexAdvantage div.indexCapMini 
{
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 40px;
}

#content #indexAdvantage div.indexCapMini img
{
	float: left;
	margin: 0px 30px 0px 0px;

}

#content #indexAdvantage div.indexCapMini h4
{
    border-top: 2px solid rgba(0, 102, 102, 1);
	clear: right;
	color: rgba(0, 102, 102, 1);
	float: left;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	width: 440px;
}

#content #indexAdvantage div.indexCapMini p
{
	float: left;
	font-size: 0.95em;
    font-weight: 500;
	text-align: justify;
	width: 440px;
}


/* NEWSLETTER STUFF
========================================*/

#content #indexAdvantage #newsletter h2
{
	background-color: rgba(0, 102, 102, 1);
	color:  rgba(255, 255, 255, 1);
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	text-transform: uppercase;
}

#content #indexAdvantage #newsletter input[type=email]
{
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 5px;
	clear: both;
	color:  rgba(255, 153, 0, 1);
	font-size: 1.15em;
	margin: 5px 0px 10px 0px;
	padding: 5px 10px;
	width: 280px;

}

#content #indexAdvantage #newsletter input[type=submit]
{
	background-color: rgba(0, 102, 102, 1);
	border: none;
	color: rgba(255, 255, 255, 1);
	margin: 0px 5px 0px 5px;
	padding: 5px 13px;

}

#content #indexAdvantage #newsletter input[type=submit]:hover
{
	background-color: rgba(255, 153, 0, 1);

}

#content #galleryClients 
{
    background-color: rgba(100, 100, 100, 0.1);
    clear: both;
	height: 270px;
	margin: 0px;
	overflow: hidden;
	padding: 20px 0px;
	width: 100%;
}

#content #galleryClients div.container h2
{
	border-bottom: 5px solid rgba(255, 153, 0, 1);
	clear: both;
	color: rgba(255, 153, 0, 1);
	font-size: 1.8em;
	padding-bottom: 10px;
	width: 225px;
}

#content #galleryClients #indexProd 
{
    clear: both;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 1100px;
}

#content #galleryClients #indexProd #clientCon
{
    clear: both;
    height: 125px;
    margin: 30px 0px 0px 0px;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    width: 1100px;
}

#content #galleryClients #indexProd #clientCon table
{
    clear: both;
    height: 135px;
    margin: 0px;
    padding: 10px 0px;
}

#content #galleryClients #indexProd #clientCon table tr td div
{
    float: left;
    height: 185px;
    margin: 0px 8px;
    width: 200px;
}

#content #galleryClients #indexProd #clientCon table tr td div img
{
    height: 125px;
    margin: 0px 0px;
    width: 200px;
}


#content #indexContact
{
    background-attachment: fixed;
    background-image: url('../images/indexRowBg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
	clear: both;
	height: 280px;
	margin: 0px;
	overflow: hidden;
	padding: 20px 0px;
	width: 100%;
}

#content #indexContact div.container div
{
    clear: both;
    color: rgba(255, 255, 255, 1);
	text-align: center;
	width: 100%;
}

#content #indexContact div.container div h2
{
	clear: both;
	font-size: 2.0em;
	font-weight: 900;
	margin: 10px 0px;
	width: 100%;
}

#content #indexContact div.container div p
{
	clear: both;
	font-size: 1.0em;
	font-weight: 900;
	margin: 5px 0px;
	width: 100%;
}

#content #indexContact div.container div div.socials
{
	clear: both;
	height: 80px;
	margin: 40px auto;
	text-align: center;
    width: 400px;
}

#content #indexContact div.container div div.socials a
{
	margin: 15px;
	text-decoration: none;
}

#content #indexContact div.container div div.socials a img
{
	margin: 5px;
}

/* FOOTER STUFF
========================================*/
#footer 
{
	background-color: rgba(0, 102, 102, 1);
	border-top: 2px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	clear: both;
	font-size: 0.85em;
	height: 30px;
	text-align: center;
}

#footer p
{
	color: rgba(255, 255, 255, 1);
	clear: both;
	font-size: 0.95em;
	font-weight: 700;
	margin: 8px 0px 0px 0px;
	text-align: center;
}

/* LINKS STYLES
=========================================*/
form#Home #header #nav li#home a,
form#About #header #nav li#about a,
form#Services #header #nav li#services a,
form#Products #header #nav li#products a,
form#Contact #header #nav li#contact a,
form#Faqs #header #nav li#faqs a
{
	color:  rgba(255, 153, 0, 1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}