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


body{
	height: 100%;
	background-image: url(../images/backgrounds/red.jpg);
	background-repeat: repeat;
}

#sitewrapper{
	margin: 0 auto;
	position:relative;
	width:1000px;
	border-top-color: #d1ac66;
	border-right-color: #d1ac66;
	border-bottom-color: #d1ac66;
	border-left-color: #d1ac66;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 16px;
}

#logowrapper{width: 100%;
position: relative;
}

#catouter{position:relative;
float:left;
width:1000px;
height:360px;
background-color:#ffffff;
}


#catwrapper{width:900px;
position:relative;
background-color: #ffffff;
height: 360px;
float:left;
}


.cat1{width: 260px;
height:360px;
position:relative;
float:left;
}

.cat2{width: 432px;
height:170px;
position:relative;
float:left;
}
.cat3{width:208px;
height:170px;
position:relative;
float:left;
}

.cat4{width:355px;
height:190px;
position:relative;
float:left;
}
.cat5{width:285px;
height:190px;
position:relative;
float:left;
}


#itemsection{width: 1000px;
position:relative;
background-color:#ffffff;
padding-bottom: 30px;
}
#itemwrapper{
	width: 900px;
	position: relative;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	text-align: center;
	float:left;
}

#itemwrapperleft{width: 49px;
float:left;
background-color:#FFFFFF;
height: 220px;
position:relative;
}

#catwrapperright{width: 49px;
float: left;
background-color:#FFFFFF;
height: 360px;
position:relative;
}

#catwrapperleft{width: 49px;
float:left;
background-color:#FFFFFF;
height: 360px;
position:relative;
}

#itemwrapperright{width: 49px;
float: left;
background-color:#FFFFFF;
height: 220px;
position:relative;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	
}
.text{
	position:relative;
	width:900px;
	padding-top: 60px;
	padding-bottom:10px;
	background-color:#ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
}

.title{
	position:relative;
	width:900px;
	padding-top: 10px;
	padding-bottom:0px;
	background-color:#ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 12px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
}

.map{
	position:relative;
	width:900px;
	padding-top: 30px;
	padding-bottom:20px;
	background-color:#ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 12px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
}
.mapleft{position:relative;
float:left;
width: 375px;
text-align:center;
font-weight: normal;
}

.mapright{position:relative;
float:right;
width:260px;
text-align:center;
font-weight: normal;
}
.mapleft1{position:relative;
float:left;
width:125px;

}
.mapleft2{position:relative;
float:left;
width:125px;

}
.mapleft3{position:relative;
float:left;
width:125px;
}

.maptitle{
	position:relative;
	width:785px;
	padding-top: 0px;
	padding-bottom:10px;
	background-color:#ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 65px;
	font-size: 12px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
}

#footerwrapper{
	position:relative;
	width:100%;
	background-color:#ffffff;

border-top-color: #d1ac66;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top:20px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-bottom: 10px;
}

.map A:link {
	color: #660000;
	font-weight: normal;
	text-decoration:none;
 }
.map A:visited { text-decoration:none;
font-weight: normal;
 color: #660000;
 }
.map A:active { text-decoration:none;
font-weight: normal;
 color: #660000;
  }
.map A:hover { text-decoration:none;
 color: #660000;
 font-weight: normal;}
