@charset "utf-8";
@import url("../webfonts/euphorigenic/stylesheet.css");
@import url("webfonts/euphorigenic/stylesheet.css");

#container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	float: left;
	width: 100%;
	min-width: 1040px;
	height: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	background-position: center;
	background-repeat: repeat;
	background-color: #581B1B;
}

.logo {
	float: left;
	height: 200px;
	width: 400px;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 25px;
	background-image: url(Images/logo.jpg);
}

.logo1 {
	float: right;
	height: 200px;
	width: 500px;
	padding-left: 0px;
	margin-right: 25px;
	margin-top: 25px;
	background-image: url(Images/rampart_logo.png);
}

.shopping_cart {
	float: right;
	height: 50px;
	width: 50px;
	border: thin dotted #000;
	position: fixed;
	top: 0em;
	right: 0em;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-image: url(Images/);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: center;
}

.menubar {
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #963;
	min-width: 1040px;
	height: 100px;
	padding-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #581B1B;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #FFF;
}

.footer {
	float: left;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	color: #FFF;
	min-width: 1040px;
	height: 135px;
	padding-bottom: 0px;
	text-align: center;
	position: relative;
	left: 0px;
	bottom: 0px;
	line-height: 50px;
	padding-top: 25px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #581B1B;
}
.footerbottom {
	float: left;
	width: 100%;
	height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	min-width: 1040px;
}
.content {
	font-size: 18px;
	color: #000;
	float: left;
	width: 90%;
	margin-top: 25px;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 25px;
	min-height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.menubar ul li {
	color: #FFF;
	display: block;
	float: left;
	list-style-type: none;
	width: 25%;
	position: relative;
	background-color: #581B1B;
}
.menubar ul li ul li {
	display: block;
	width: 250px;
	float: left;
	background-color: #581B1B;
}

.menubar ul li:hover ul {
	visibility: visible;
}

.menubar ul li a {
	text-decoration: none;
	color: #FFF;
}
.menubar ul li a:hover {
	color: #999;
	text-decoration: none;
}
.menubar ul ul li a {
	background-color: #581B1B;
	width: 250px;
	padding: 10px;
	float: left;
	text-decoration: none;
	display: block;
	position: relative;
	border: 1px solid #FFF;
	font-size: 28px;
}
.menubar ul ul {
	position: absolute;
	visibility: hidden;
	display: block;
}
.photo_box {
	float: left;
	height: 340px;
	width: 320px;
	margin-top: 25px;
	margin-bottom: 100px;
	margin-right: 10px;
	margin-left: 10px;
}
.text_box {
	float: left;
	height: 75px;
	width: 299px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.product_box {
	float: left;
	width: 480px;
	margin: 50px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	text-align: center;
	border: 1px dotted #CCC;
}
.product_box1 {
	float: left;
	width: 480px;
	margin: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	text-align: center;
}
.product_text {
	float: left;
	width: 480px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
}
.product_box a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #000;
	text-decoration: none;
}
.product_text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00F;
	text-decoration: underline;
}
.right_pic {
	padding: 15px;
	float: right;
}

.image_span {
	float: left;
	width: 90%;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 15px;
	padding-bottom: 15px;
}
