@charset "UTF-8";
/* CSS Document */

/* basic elements */
body {
	background-color: #424041;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#pageHeader {
	background: url("../images/heroPage/eyeFrames_bgGrd.png") repeat-x scroll top transparent;
	width: 960px;
    margin: auto;
}

#pressReleaseHtwo {
	font-family: 'Lekton', sans-serif;
	margin: 0 0 0 15px;
	font-size: 56px;
	font-weight: 400;
	color: #CCC;
	display: inline-block;
	position: relative;
	top: -50px;
}

.pressReleaseHthree {
	font-family: 'Lekton', sans-serif;
	text-transform:uppercase;
	margin: 1em 0 .25em 50px;
	font-size:32px;
	font-weight: 700;
	letter-spacing: 2px;
}

h3{
	font-size: 28px;
	color: #555;
}

.pressReleasePG{
	margin: auto 50px 1em;
	line-height: 26px;
	text-align: justify;	
	
}

p{
	font-size: 20px;
	color: #555;
}

blockquote{
	float: right;
	height: 100px;
	width: 305px;
	font-family: 'Lekton', sans-serif;
	text-transform:uppercase;
	font-size:32px;
	font-weight: 400;
	bottom: 57px;
	position: relative;
	right: 10px;
	color: #555;
}

a:link, a:visited {
	color: #DDD;
	text-decoration: none;
}

a:hover {
	color: #999;
}

h4, h5, h6{
	color: #444;
}

h4{
	font-family: 'Lekton', sans-serif;
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
	text-align:center;
}
h5{
	font-family: 'Lekton', sans-serif;
	margin: 20px 0 5px 25px;
	font-size: 20px;
	font-weight: 400;
}
h6{
	margin: 0 0 0 30px;
	font-size: 14px;
	letter-spacing: .25px;
	font-weight: normal;
}


/*************************/
/*                       */
/* Header Styling        */
/*                       */
/*************************/

#pageHeader h1 {
	background-image: url("../images/heroPage/eyeFrames_Logo.png");
	background-repeat: no-repeat;
	background-position:left;
	height: 100px;
	width: 250px;
	margin: auto;
	cursor: pointer;
}

#pageHeader h1 span{
	display: none;
	height: 160px;
}

#pageHeader h1 img {
	display: none;
}

form{
	position: relative;
	top: -41px;
	left: 30px;
	float: left;
}

/*************************/
/*                       */
/* Site Navigation       */
/*                       */
/*************************/

#siteNavigation {
	position: absolute;
	top: 10px;
	width: 300px;
	float: left;
}

#siteNavigation li {
	font-size:15px;
	display: block;
	height: 30px;
	margin: 0 15px;
	float: left;
	position:relative;
	left: -25px;
	cursor: pointer;
	text-align: center;
}

/*************************/
/*                       */
/* Social Networking     */
/*                       */
/*************************/

#socialNetworkingLinks {
	position: relative;
	top: -75px;
	width: 350px;
	float: right;
}

#socialNetworkingLinks li {
	display: block;
	float: right;
	position:relative;
	right: 55px;
	cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
}

#socialNetworkingLinks #facebook {
    height: 49px;
	width: 49px;
	background-image: url("../images/heroPage/eyeFrames_socialFacebook.png");
}
#socialNetworkingLinks #twitter {
    height: 51px;
	width: 51px;
	top: 4px;
	background-image: url("../images/heroPage/eyeFrames_socialTwitter.png");
}
#socialNetworkingLinks #youtube {
    height: 49px;
	width: 49px;
	background-image: url("../images/heroPage/eyeFrames_socialYoutube.png");
}
#socialNetworkingLinks #blogger {
    height: 51px;
	width: 51px;
	top: 4px;
	background-image: url("../images/heroPage/eyeFrames_socialBlogger.png");
}
#socialNetworkingLinks #rss {
    height: 49px;
	width: 49px;
	background-image: url("../images/heroPage/eyeFrames_socialRSS.png");
}

#socialNetworkingLinks #facebook:hover{
	background-image: url("../images/heroPage/eyeFrames_socialFacebook2.png");
}
#socialNetworkingLinks #twitter:hover{
	background-image: url("../images/heroPage/eyeFrames_socialTwitter2.png");
}
#socialNetworkingLinks #youtube:hover{

	background-image: url("../images/heroPage/eyeFrames_socialYoutube2.png");
}
#socialNetworkingLinks #blogger:hover {

	background-image: url("../images/heroPage/eyeFrames_socialBlogger2.png");
}
#socialNetworkingLinks #rss:hover{
	background-image: url("../images/heroPage/eyeFrames_socialRSS2.png");
	
}

#socialNetworkingLinks li span{
	display: none;
}


/*************************/
/*                       */
/* Container Class       */
/*                       */
/*************************/

#container{
	width: 960px;
	margin:0 auto;
}

.containerTop{
	background-image: url("../images/heroPage/eyeFrames_containerTop.png");
	background-repeat:no-repeat;
	position: relative;
	margin: auto;
	width: 970px;
	height: 15px;
}

.container{
	background-image: url("../images/heroPage/eyeFrames_containerBg.png");
	background-repeat: repeat-y;
	position: relative;
	margin: auto;
	width: 970px;
	top: -0.5px;
}

.containerBottom{
	background-image: url("../images/heroPage/eyeFrames_containerBot.png");
	background-repeat:no-repeat;
	position: relative;
	margin: auto;
	width: 970px;
	height: 30px;
	top: -1px;
}

.container #motto {
	background-image: url("../images/heroPage/eyeFrames_liveBeyond.png");
	background-repeat: no-repeat;
	background-position:left;
	height: 75px;
	width: 435px;
	position: relative;
	top: 10px;
	left: 55px;
	float: left;
	margin: auto;
}

.container #motto span{
	display: none;
}

.container #glasses1{
	background-image: url("../images/heroPage/eyeFrames_glasses1.png");
	background-repeat: no-repeat;
	position: relative;
	width: 1100px;
	height: 419px;
	left:-56px;
	top: 33px;

}

#contentTop{
	background-image: url("../images/heroPage/eyeFrames_contentTop.png");
	background-repeat:no-repeat;
	position: relative;
	height: 15px;
	top: -14.5px;
}


#content{
	float: left;
	width: 690px;
	position: relative;
	top: -35.5px;
	background-image: url("../images/heroPage/eyeFrames_contentBg.png");
	background-repeat: repeat-y;
}

#contentBot{
	background-image: url("../images/heroPage/eyeFrames_contentBot.png");
	background-repeat:no-repeat;
	position: relative;
	height: 20px;
	top: 20px;
}

#contactTop{
	background-image: url("../images/heroPage/eyeFrames_contactTop.png");
	background-repeat:no-repeat;
	position: relative;
	height: 15px;
	top: -14.5px;
}

#contact{
	background-image: url("../images/heroPage/eyeFrames_contactBg.png");
	background-repeat: repeat-y;
	float: right;
	width: 250px;
	height: 300px;
	position: relative;
	top: -35.5px;
}

#contactBot{
	background-image: url("../images/heroPage/eyeFrames_contactBot.png");
	background-repeat:no-repeat;
	height: 20px;
	position: relative;
	top: 17px;
}

/*************************/
/*                       */
/* Product Navigation    */
/*                       */
/*************************/

#productNavigation {
	width: 675px;
	margin: 65px auto auto;
}

#productNavigation li {
	display: inline-block;
	cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
}

#productNavigation #overview {
    height: 60px;
	width: 210px;
	background-image: url("../images/heroPage/eyeFrames_buttonOverview2.png");
}
#productNavigation #specs {
    height: 60px;
	width: 210px;
	background-image: url("../images/heroPage/eyeFrames_buttonSpecs1.png");
}
#productNavigation #order {
    height: 60px;
	width: 210px;
	background-image: url("../images/heroPage/eyeFrames_buttonOrder1.png");
}

#productNavigation #overview:hover {
	background-image: url("../images/heroPage/eyeFrames_buttonOverview2.png");
}
#productNavigation #specs:hover {
	background-image: url("../images/heroPage/eyeFrames_buttonSpecs2.png");
}
#productNavigation #order:hover {
	background-image: url("../images/heroPage/eyeFrames_buttonOrder2.png");
}

#productNavigation li span{
	display: none;
}

/*************************/
/*                       */
/* Other Elements        */
/*                       */
/*************************/

#firstparagraph{
	font-size-: 20px;
	margin: auto 50px;
}

.container #glasses2{
	background-image: url("../images/heroPage/eyeFrames_glasses2.png");
	background-repeat: no-repeat;
	position: relative;
	width: 1100px;
	height: 419px;
	left: 5px;
	top: 33px;

}

.container #glasses2 h3{
	display: inline;
	position: relative;
	left: 534px;
	top: 200px;
}

.container #glasses2 p{
	position: relative;
	left: 600px;
	top: 185px;
	width: 300px
}

.container #glasses3{
	background-image: url("../images/heroPage/eyeFrames_glasses3.png");
	background-repeat: no-repeat;
	position: relative;
	width: 1100px;
	height: 419px;
	left: 366px;
	top: 122px;
	z-index: 500;

}

.container #glasses3 h3{
	display: inline;
	position: relative;
	right: 300px;
	bottom: 100px;
}

.container #glasses3 p{
	position: relative;
	right: 300px;
	bottom: 115px;
	width: 300px
}

/*************************/
/*                       */
/* Footer                */
/*                       */
/*************************/

#footerTop{
	background-image: url("../images/heroPage/eyeFrames_containerTop.png");
	background-repeat:no-repeat;
	position: relative;
	margin: 200px auto auto;
	width: 970px;
	height: 15px;
}

#footerBottom{
	background-image: url("../images/heroPage/eyeFrames_containerBot.png");
	background-repeat:no-repeat;
	position: relative;
	margin: auto;
	width: 970px;
	height: 30px;
}

#footer{
	background-image: url("../images/heroPage/eyeFrames_containerBg.png");
	background-repeat: repeat-y;
	position: relative;
	margin: auto auto 0;
	width: 970px;
	height: 215px;
}

#footer #glasses4 h3{
	display: inline;
	position: relative;
	top: 225px;
	left: 150px;
}

#footer #glasses4 p{
	position: relative;
	left: 200px;
	top: 210px;
	width: 800px;
}

#footer #copyrights{
	font-size:12px;
	margin: 30px auto 10px;
	width: 960px;
	text-align:center;
}

#prCopyrights{
	font-size:12px;
	margin: 0 auto 10px;
	width: 960px;
	text-align:center;
	color: #AAA;
	display: inline-block;
}

#copyrights{
	font-size:12px;
	margin: 30px auto 10px;
	width: 960px;
	text-align:center;
	color: #AAA;
}

#footer #glasses4{
	background-image: url("../images/heroPage/eyeFrames_glasses4.png");
	background-repeat: no-repeat;
	position: relative;
	width: 1100px;
	height: 215px;
	left: -73px;
	bottom: 147px;

}
