/* CSS Document */

BODY {
	background: url(../images/background.gif) #FEE7BE;
	padding: 40px 60px 40px 60px;
	margin: 0px;
}
DIV,P {
	font-family: verdana,times new roman;
}
#top {
	background: url(../images/top-background.gif) no-repeat;
	text-align: right;
}

#end {
	background: url(../images/end-background.gif) no-repeat;
	text-align: right;
}

#main {
	background: url(../images/content-left.gif) repeat-y;
}

#main > DIV {
	background: url(../images/content-right.gif) repeat-y right;
	padding: 10px 30px 10px 30px;
}

#header {
	background: url(../images/header-background.gif) no-repeat;
	vertical-align: top;
	height: 221px;
	padding: 0px;
}

#header DIV {
	background: url(../images/header-photo.gif) no-repeat right;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 100%;

}

#header H1 {
	font-family: times new roman;
	font-style: oblique;
	font-size: 28px;
	color: #E23203;
	margin: 0px 0px 0px 25px;
	padding-top: 12px;
}

#cart {
	width: 226px;
	background-color: #F5E6CA;
	padding: 5px 0px 5px 0px;
	text-align: certer;
	margin-top: 10px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#cart > A {
	color: #783813;
	text-decoration: none;
}

#cart > A:hover {
	color: #E23203;
}

#gmenu {
	padding: 0px;
	margin: 0px;
	width: 224px;
	list-style-type: none;
	font-family: verdana;
	font-size: 15px;
	font-weight: bolder;
}

#gmenu LI {
	border-top: 1px solid #000000;
	padding: 4px 0px 4px 0px;
}

#gmenu A {
	color: #000000;
	text-decoration: none;
}

#gmenu A:hover {
	color: #E23203;
	text-decoration: underline;
}

.menu-content {
	padding: 15px 15px 15px 15px;
	background: url(../images/menu-content.gif) repeat-y #EDEFC5;
}

.menu-content H2 {
	font-family: times new roman;
	font-style: oblique;
	font-size: 18px;
	padding: 0px 0px 0px 6px;
	color: #E23203;
}

.menu-content LI {
	font-family: verdana;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

.menu-content LI > A {
	color: #000000;
}

.menu-content LI > A:hover {
	color: #E23203;
	text-decoration: underline;
}

#content { padding-top: 30px; }

#content > H1 {
	text-transform: uppercase;
	font-family: arial;
	text-align: right;
	font-size: 26px;
	color: #E23203;
	padding-bottom: 14px;
	background: url(../images/title-background.gif) repeat-x bottom;
}

#alert-logo {
	padding: 2px 6px 2px 0px;
	border-right: 1px solid #000000;
}

#alert-text {
	padding: 0px 0px 2px 10px;
	text-align: right;
}

#products {}

#products .photo {
	font-family: verdana;
	text-align: center;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px dashed #CCC0A9;
}

#products .photo IMG {
	margin-bottom: 4px;
}

#products .photo > A {
	color: #A79A82;
}

#products .photo > A:hover {
	color: #E23203;
}

#products .text {
	padding: 10px 0px 10px 30px;
	font-size: 11pt;
	border-bottom: 2px dashed #CCC0A9;
}

#products .text > H2 {
	text-align: left;
	font-family: times new roman;
	font-style: oblique;
	font-size: 22px;
}

#products .text H2 > DIV {
	padding-top: 3px;
	font-family: arial;
	font-style: normal;
	font-size: 14px;
	color: #E23203;
}

.cost {
	margin-top: 20px;

}

.cost INPUT {
	font-family: verdana;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 0px 5px 0px 5px;
}

#pages {
	text-align: left;
	font-size: 15pt; 
	font-family: Georgia;
	padding: 10px 5px 0 5px;
}

#pages A { color: #E23203; }

#footer {
	background: url(../images/small-logo.gif) no-repeat top right;
	border-top: 1px solid #000000;
	padding: 12px 80px 12px 0px;
	margin-top: 30px;
	font-family: verdana;
	font-size: 11px;
}

#footer A {
	color: #000000;
}

#footer A:hover {
	color: #E23203;
}



