@charset "UTF-8";
/* CSS Document */
/* =============== div styles =============== */
body, a, ul{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-decoration:none;
	outline:none;
	border:none;
}

h1{
	font-family:"Arial Black", Gadget, sans-serif;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1365px;
}

#home{
	background:url(../img/indexbg.jpg) no-repeat;
	min-height:768px;
	width:1365px;
}

#head{
	width:1365px;
	height:100px;
	text-align:right;
}

#main{
	min-height:638px;
	width:1365px;
}

#mainNav{
	padding-left:500px;
	padding-top:250px;
}

#smallNav{
	margin-left:100px;
}

/* =============== About Page =============== */

#about{
	background:url(../img/aboutbg.jpg) no-repeat;
	min-height:768px;
	width:1365px;
}

#aboutText{
	width:300px;
	margin-left:100px;
	margin-top:50px;
}

#aboutText h1{
	font-family:"Arial Rounded MT Bold";
}

#aboutText p{
	font-size:0.9em;
}

/* =============== Catalog Page =============== */

#catalog{
	min-height:768px;
	width:1365px;
}

#catalogText{
	width:300px;
	margin-left:100px;
	margin-top:50px;
}

#catalogText h1{
	font-family:"Arial Rounded MT Bold";
}

#catalogText p{
	margin-left:10px;
}

#catalogbannerframe{
	margin-left:100px;
	height:440px;
	overflow:hidden;
}

.banner{
	list-style:none;
	position:relative;
	font:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float:left;
	width:56px;
	height:352px;
	overflow:hidden;
	background-color:#ffffff;
	color:#FFFFFF;
	text-align:center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.banner:hover{
	background-color:#7AC943;
	width:80px;
	height:352px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.banner a{
	color:#FFFFFF;
}

/* =============== Contact Page =============== */

#contact{
	background:url(../img/contactbg.jpg) no-repeat;
	min-height:768px;
	width:1365px;
}

#contactText{
	width:300px;
	margin-left:100px;
	margin-top:50px;
}

#contactText h1{
	font-family:"Arial Rounded MT Bold";
}

#contactText p{
	margin-left:10px;
}
#contactText a{
	text-decoration:underline;
}

#map {
	width:251px;
	height:229px;
	position:relative;
	float:left;
	left:650px;
	top:-85px;
}

#maptext{
	width:220px;
	float:left;
	position:relative;
	left:420px;
	top:20px;
	z-index:999;
	background-color:#C33;
	color:#FFFFFF;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
/* ============================================== */

#footer{
	height:30px;
	width:1365px;
	display:block;
	position:absolute;
	
}



/* =============== element classes styles =============== */

.mail{
	text-decoration:underline;
}

.logo{
	margin-top:0px;
	margin-right:50px;
	opacity:0;
}

.mainNav{
	font-size:1em;
	vertical-align:23px;
	margin-left:20px;
}
.footer{
	text-align:center;
	font-size:0.8em;
}
.navButton{
	padding-top:3px;
	padding-left:3px;
	display:block;
	width:200px;
	float:left;
	overflow:hidden;
	margin-right:30px;
	border-radius:55px;
	-webkit-border-radius:55px;
	-moz-border-radius:55px;
	-ms-border-radius:55px;
	-o-border-radius:55px;
	border:thin solid #FFF;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navButton:hover{
	border:thin solid #CCC;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.smallNavButton{
	width:35px;
	height:35px;
	overflow:hidden;
	display:block;
	float:left;
	border-radius:35px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-ms-border-radius:35px;
	-o-border-radius:35px;
	padding-bottom:1px;
	border:#FFFFFF thin solid;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.smallNav{
	font-size:0.8em;
	vertical-align:12px;
	padding-left:10px;
}

.smallNavButton:hover{
	width:135px;
	border:thin solid #ccc;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.current{
	width:135px;
	height:35px;
	overflow:hidden;
	display:block;
	float:left;
	border:thin solid #ccc;
	border-radius:35px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-ms-border-radius:35px;
	-o-border-radius:35px;
	
	padding-bottom:1px;
}

.clear{
	clear:both;
}

/* =============== Other CSS =============== */
#snb1,#snb2,#snb3{
	margin-left:100px;
	opacity:0;
}