
/* ==========================================================================
    DEFAULTS
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    line-height: 1;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate.
 * Customize the background color to match design.
 */

::-moz-selection {
    background: #b3d4fc;
	background: #777767;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
	background: #777767;
    text-shadow: none;
}

/* A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Remove the gap between images and the bottom of their containers */

img {
    vertical-align: middle;
}

/* Remove default fieldset styles */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   CUSTOM RESET
   ========================================================================== */


* {margin: 0px; padding: 0px;}
a img {border: none; display: block;}
a {outline: none; text-decoration: none;}
div, ul, li {display: block;}


/*** Disables Default normalize.css Settings ***/

dl, dd, menu {
	margin: 0;
	padding: 0;
}

ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none; 
	list-style-image: none;
}

/*** !Mods ***/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}

.h1, .h2 {
	clear: both;
	margin: 0 0 28px 0;
	font-size: 20px;
	color: #777;
	line-height: 22px;
}


/* ==========================================================================
	BASE
   ========================================================================== */


html {
	height: 100%;
}

body{
	margin:0px; 
	padding:0px; 
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #474737;
	background: #CCC;
	overflow-x: hidden;
}


/* ==========================================================================
	PRELOADER
   ========================================================================== */

#loader{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #CCC url(../img/elements/sphere_000_CCC_36_36_sp10.gif) no-repeat center center;
	z-index: 200;
}
 


/* ==========================================================================
	HEADER
   ========================================================================== */
   
#hdr{
	display: block;
	position: fixed;
	top: 10px;
	left: 40px;
	margin: 0;
	padding: 0;
	z-index: 100;
}


h1{
	font-size: 30px;
	font-weight: 300;
	color: #676757;
}

h2{
	font-size: 16px;
	font-weight: 300;
	color: #777767;
}

h3{
	font-size: 22px;
	font-weight: 300;
	color: #777767;
}

#phone{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 40px;
	margin: 0;
	padding: 0;
	z-index: 100;
	color: #777767;
}


#email {
	display: block;
	position: fixed;
	bottom: 8px;
	right: 158px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#email a{
	font-size: 18px;
	font-weight: 300;
	color: #878777;
}

#email a:hover{
	color: #cc0000;
}



/* ==========================================================================
	FULLSCREEN DIVS - FEATURE IMGS
   ========================================================================== */


#home1 {z-index:50;}
#home2 {z-index:40;}
#home3 {z-index:30;}
#home4 {z-index:20;}

#home1,
#home2,
#home3 {position:fixed; top: 0px; width: 100%; overflow:hidden;}
#home4 {position:fixed; top: 0px; width: 100%; overflow:hidden;}	

#home4img{
	position: relative;
}
#marginL {
	position: fixed;
	width: 40px;
	top:0;
	left:0;
	background: #CCC;
	z-index:60;
}

#marginR {
	position: fixed;
	width: 42px;
	top:0;
	right:0;
	background: #CCC;
	z-index:60;
}











