html, body { height: 100%; }

body { margin: 0px;	padding: 0px; background: #171717; font-family: sans-serif, 'Source Sans Pro'; font-size: 12pt;	font-weight: 300; 
       color: #363636; }

h1 { color: #fff; text-shadow: black 0.1em 0.1em 0.2em }
h1, h2, h3 { margin: 0;	padding: 0; }

p, ol, ul {	margin-top: 0px; }

p {	line-height: 190%; }

a {	color: #171717; }
a:hover { text-decoration: none; }
a img {	border: none; }

.image { display: inline-block;	}
.image img { display: block; width: 100%; }
.image-full	{ display: block; width: 100%;	margin: 0 0 2em 0; }
.image-left	{ float: left; margin: 0 2em 2em 0; }
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr {
	display: none;
}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 3em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1.2em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 56px;
		height: 56px;
		line-height: 56px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;

	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
		text-transform: uppercase;
	}
	
	.byline
	{
		letter-spacing: 0.15em;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
		padding-top: 20px;
		display: block;
		text-align: justify;
		line-height: 20px;
	}

/** WRAPPER */

#global-wrapper { min-width: 1200px; overflow: auto; }
#wrapper { background: #FFFFFF url(../Images/bg01.png) repeat; }



#footer-wrapper
{
	background: #0F0F0F;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.left
{
    float: left;
}

.right 
{
    float: right;
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		overflow: hidden;
		top: 10px;
		height: 475px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo 
	{
		position: absolute;
		top: 50px;
		left: 0px;
		padding: 20px 20px 20px 180px;
		background: rgba(50,50,50,0.3) url('../Images/logo.png') no-repeat 20px center;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 rgba(0,0,0,1);
		border: 1px solid #555;
		border-left: none;
		z-index: 10;
	}
	
	#logo h1
	{
		letter-spacing: 0.10em;
		text-align: left;
		font-size: 3em;
	}
	
	#logo div
	{
		letter-spacing: 0.10em;
		color: #FFFFFF;
	    padding-top: 20px;
	    display: block;
	    text-align: justify;
	    line-height: 20px;		
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #FFFFFF;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		position: absolute;
		left: 0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
		z-index: 1;
		background: #eee url('../Images/loading.gif') no-repeat center center;
	}
	
	#banner img
	{
	    border: none;
		display: none;
	}
	

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 6em 0em 5em 0em;
}

/** CONTENT */

#content
{
	float: left;
	width: 790px;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 345px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		text-align: center;
		color: #6F6F6F;
	}
	
	

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 10px 0;
	}
	
	#copyright div
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	    padding: 20px 0;
	    display: block;
	    line-height: 20px;		
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}



blockquote { 
    font: italic 1.2em georgia;
    color: #666; 
    text-align: justify;
    width: 700px;
}
blockquote:before, blockquote:after { 
    display: block; 
    font-size: 65px; 
    color: #ccc; 
}
blockquote:before { 
    content: open-quote; 
    margin-left: -50px;
    height: 30px;
}
blockquote:after { 
    content: close-quote; 
    margin-left: 100%; 
    height: 30px;
}

blockquote .author
{
    position: relative;
    display: block;
    top: 10px;
    right: 30px;
    color: #aaa;
    text-align:right;
}
	
	
.photo { background: #eee url('../Images/loading.gif') no-repeat center center; padding: 2px; margin: 5px; border-radis: 5px;
         display: inline-block; vertical-align: middle;
         -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; }
	
.quote
{
    display: block;
	padding: 30px 0 30px 200px;    
}	

p, .text
{
	letter-spacing: 0.15em;
	font-weight: 400;
	font-size: 0.90em;
	color: #6F6F6F;    
	line-height: 1.5em;
}

p
{
	padding-top: 20px;
	display: block;
	text-align: justify;
	line-height: 20px;
}

p:first-letter
{
    font-size: 1.5em;
}

#contact-bar
{
    position: absolute;
    bottom: 0;
    font-size: 11pt;
    background: url('../Images/question_icon.png') no-repeat left center; 
    padding-left: 20px;
    letter-spacing: 1px;
}

#contact-bar #phone-number
{
    font-weight: bold;
    letter-spacing: 2px;
}

#short-info
{
    width: 1000px;
    margin: auto;
    padding: 30px 0 60px 0;
    letter-spacing: 2px;
    background: url('../Images/short_info_bg.png') no-repeat top left;
}

.short-info-col
{
    float: left;
    letter-spacing: 1px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 0.8em;
    text-align: justify;
    width: 300px;
}

.short-info-col.spacing
{
    margin-right: 50px;
}

.short-info-col span
{
    text-align: left;
    font-style: italic;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
}

#warranty
{
    left: -120px;
    position: absolute;
    top: -160px;
}

