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

body {
	background-color: #415bcd;
	background-repeat:repeat-x;
	background-image:url(img/bg.png);
	margin:0px 0px 0px 0px;
}


.headerin {
	margin:0px 0px 0px 0px;
	height:80px;
	width:100%;
	position: absolute;
}

.navbar {
	background:url(img/navbg.png) repeat-x;
	height:30px;
}

.text1 {
	text-decoration:none;
	font-weight:bold;
	font-family: arial;
	font-size:18px;
	color:#FFF;
}

.text1:hover {
	text-decoration:none;
	font-weight:bold;
	font-family: arial;
	font-size:18px;
	color: #006;
}

.text2 {
	text-decoration:none;
	font-family: Times New Roman;
	font-size:24px;
	color: #333;
}

.text3 {
	text-decoration:none;
	font-family: Times New Roman;
	font-size:12px;
	color:#F00;
}

.text4 {
	font-style:italic;
	font-family: Times New Roman;
	font-size:18px;
	color: #000;
}

.text5 {
	text-decoration:underline;
	font-weight:bold;
	font-family: Times New Roman;
	font-size:15px;
	color:#3996F2;
}

.text5:hover {
	text-decoration:underline;
	font-weight:bold;
	font-family: Times New Roman;
	font-size:15px;
	color: #006;
}

.text6 {
	text-decoration:underline;
	font-weight:bold;
	font-family: Times New Roman;
	font-size:15px;
	color: #000;
}

.text7 {
	text-decoration:underline;
	font-weight:bold;
	font-family: Times New Roman;
	font-size:15px;
	color: #039;
}

.text7:hover {
	text-decoration:underline;
	font-weight:bold;
	font-family: Times New Roman;
	font-size:15px;
	color: #006;
}

.navigationunder {
	margin:0px 0px 0px 0px;
	height:10px;
	width:100%;
	position:absolute;
	background-image:url(img/navunder.png);
	background-repeat:repeat-x;
	background-position:top;
	z-index:10000;
}

.above {
	background:url(img/border1.png) no-repeat center;
    color: #fff;
    text-align: center;
	font-weight:bold;
	font-size:20px;
	border:0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position:relative;
	z-index:10000;
	width: 960px;
    height: 300px;
    text-shadow: 0 -2px 0 rgba(0,0,0,0.5);
}

.middle {
	background:url(img/border2.png) no-repeat top;
    color: #fff;
    text-align: center;
	font-weight:bold;
	font-size:20px;
	position:relative;
	padding:30px 0px 10px 0px;
    width: 960px;
    height: 300px;
}

.shop {
	background:url(img/border5.png) top;
    color: #fff;
    text-align: center;
	font-weight:bold;
	font-size:20px;
	position:relative;
	padding:30px 0px 10px 0px;
    width: 960px;
    height: 610px;
}

.down {
	background:url(img/border4.png) no-repeat top;
    color: #666;
    text-align: center;
	font-weight:bold;
	font-size:12px;
	margin-top:15px;
	padding-top:5px;
	width: 960px;
    height: 20px;
	vertical-align:middle;
}

.product {
	width:500px;
	height:500px;
	float:left;
	margin:0px 0px 0px 40px;
}



