@charset "utf-8";
/* CSS Document */

body{
background-color:#5b656e;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

a{
color:white;
}

img{
border:none;
}


.logo{
background-image:url(images/logo.png);
width:300px;
height:165px;
float:left;
}

.nav{
width:520px;
height:75px;
background-image:url(images/nav_bar.png);
background-repeat:no-repeat;
float:left;
position:relative;
top:85px;
z-index:999999;
}

.nav a{
color:transperent;
}

.container{
width:820px;
margin-left:auto;
margin-right:auto;
}

.main{
clear:both;
width:795px;
height:343px;
background-image:url(images/main.png);
}

.main2{
clear:both;
width:775px;
height:323px;
background-image:url(images/main.png);
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.main3{
	clear:both;
	width:775px;
	height:680px;
	background-image:url(images/main3.png);
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.border{
background-image:url(images/border.png);
width:795px;
height:343px;
z-index:999999;
}

.content{
width:389px;
height:110px;
background-image:url(images/content.png);
float:left;
}

.content2{
width:389px;
height:110px;
background-image:url(images/content.png);
float:left;
margin-left:22px;
}

.content3{
width:389px;
height:110px;
background-image:url(images/content.png);
float:left;
}

.content4{
width:389px;
height:110px;
background-image:url(images/content.png);
float:left;
margin-left:22px;
}

.slideshow{
width:478px;
height:343px;
float:left;
z-index:1;
position:relative;
bottom:1px;
}

.divider{
background-image:url(images/divider.png);
width:114px;
height:343px;
float:left;
z-index:999999;
background-repeat:no-repeat;
position:relative;
right:233px;
top:5px;
}

.home{
width:149px;
height:75px;
float:left;
}

.shop{
width:96px;
height:75px;
float:left;
}

.about{
width:95px;
height:75px;
float:left;
}

.contact{
width:160px;
height:75px;
float:left;
}

.image{
float:right;
}

.text{
width:375px;
position:relative;
bottom:325px;
left:400px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.text2{
width:375px;
position:relative;
bottom:325px;
left:400px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.text3{
width:355px;
float:left;
margin-left:10px;
padding:10px;
}

.text4{
float:left;
margin-top:20px;
margin-left:50px;
margin-bottom:25px;
width:400px;
}

.miniText{
float:left;
padding:10px 10px 10px 40px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:white;
}

.form{
float:left;
margin-top:20px;
width:300px;
}

.form p{
position:relative;
left:60px;
text-align:left;
}

.link{
width:300px;
margin-left:260px;
}

