/*Universal Classes*/

a
{
    text-decoration:none;
    color:#fff;
    }
a:hover
{
    text-decoration:none;
    color:#7b9064;
    }
a:visited
{
    text-decoration:none;
    color:#fff;
    }

body {
	background: url('../images/bg.jpg') center no-repeat;
    height:1200px;
    max-height:1200px;
	padding:0; 
	margin:0;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	}
	
.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.header {
	height:177px; 
	margin-top:0px; 
	width:100%; 
	background: url('../images/header-drop.png') repeat-x;
	position:relative;
	font-family:"Times New Roman", Times, serif;
	}

.navbar{ 
	text-transform:uppercase;  
	color:#fff;
	position:absolute;
	bottom:11px;
	width:100%;
	}
	
.nav li{
    display:inline;
}


.nav a{
    display:inline-block;
    padding:0 20px 0 20px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

.nav a:hover {
    display:inline-block;
    padding:0 20px 0 20px;
	text-transform:uppercase;
	color:#7b9064;
	text-decoration:none;
}
.container{
	width:913px;
	height:1000px;
	position:relative;
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
}


.logo {
    text-align:center; 
    position:absolute; 
    top:30px; 
    height:83px; 
    width:100%;
}

.footer {
position:absolute;
width:913px;
height:20px;
color:#fff;
bottom:0px;
	
}

.credit{
position:absolute;
font-size:90%;
left:0px;
bottom:3px;
	
}

.copyright
{
position:absolute;
font-size:90%;
right:0px;
bottom:3px;
text-align:right;

}

/*Home Page Classes*/

    .fadein { position:relative; width:880px; height:375px; }
    .fadein img { position:absolute; left:0; top:0; }

.container-home{
	width:913px;
	height:1020px;
	position:relative;
	margin:0 auto;
	font-family: Times;
}

.feature{
	width:913px;
	height:404px;
	background: url('../images/main-bg.png') no-repeat;
    text-align:center;
    padding:14px 0 0 14px;
}

.intro{
	width:913px;
	height:365px;
	background: url('../images/main-bg.png') no-repeat;
    text-align:center;
    color:#fff;
    text-align:left;
    margin-top:20px;
    Padding-top:30px;
     }
     
.intro_text {
    width:80%;
    height:316px;
    margin:auto;
    line-height:40px;
    position: inherit;  
    font-size:18px;
    text-align: center;
}

.intro_line {
    color: fff;
    width:200px;
}

.intro_store {
    width:284px;
    height:317px;
    background: url('../images/store-bg.jpg') no-repeat;
    float:right;
    position:absolute;
    margin:30px 25px 0 0 ;
    right:0px;
}

.intro_heading{
    font-size:26px;
    font-weight:bold;
    line-height: 1.4;
    padding:0; 
    margin:0;
}

.intro_sig{
    font-size:20px; 
    font-style:italic; 
    padding:0; 
    margin:25px 0 0 250px;
}

.store_hours
{
    position:absolute;
    top:-20px;
    right:-50px;
    width:151px;
    height:151px;
}

.store_btn
{
    position:absolute;
    bottom:3px;
    margin-left:5px;
    width:274px;
    height:49px;
}

.new_company_title
{
    font-size:26px;
    font-weight:bold;
    line-height:1.6;
    padding:0; 
    margin:0;
    text-decoration: underline;
}

.clear
{
    clear: both;
}