@CHARSET "ISO-8859-1";
body {
	padding: 0px;
	margin: 0px;
	font-family: arial, "Nimbus Sans L", "FreeSans";
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: white;
	background: url("../images/mainBg.gif") top left repeat-x black;
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: orange;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	background: url("../images/h2.gif") bottom left repeat-x;
	font-family: "ITC Avant Garde Gothic";
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
}
.clear { clear: both; }
img { border: none; }

/* layout components */
.cBlock {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}

#header {
	background: url("../images/header.jpg") top left no-repeat black;
	width: 800px;
	height: 176px;
	margin-bottom: 15px;
}
#logo {

}
#logo h1 {
	display: none;
}
#menuWrapper {

}
#menu {
	height: 27px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	height: 29px;
	font-size: 11px;
}
#menu ul li a {
	display: block;
	height: 29px;
	padding: 0px;
	margin: 0px;
}
#menu ul li a:hover, #menu ul li a.selected {
	background: url("../images/menu_bgCenter.gif") top left repeat-x #242424;
}
#menu ul li a span {
	display: block;
	height: 29px;
}
#menu ul li a:hover span, #menu ul li a.selected span {
	background: url("../images/menu_bgLeft.gif") top left no-repeat;
}
#menu ul li a span span {
	display: block;
	height: 29px;
	color: white;
	cursor: pointer;
	padding: 0px 15px;
	font-size: 11px;
	line-height: 25px;
}
#menu ul li a:hover span span, #menu ul li a.selected span span {
	background: url("../images/menu_bgRight.gif") top right no-repeat;
}

#bodyWrapper1 {
	background: url("../images/body_bgTop.gif") top left no-repeat #242424;
	width: 633px;
}
#bodyWrapper2 {
	padding: 8px 7px 7px;
}
#bodyWrapper3 {
	background: url("../images/body_bgCenter.gif") top left repeat-x #2e2e2e;
	padding: 15px;
	min-height: 300px;
}
#bodyWrapper4 {

}

.calendarThumb {
	float: left;
	background-color: #222222;
	border: 1px solid #2a2a2a;
	padding: 5px 5px 15px 5px;
	margin: 2px 0px 2px 5px;
}
.calendarThumb img {
	border: none;
	height: 77px;
	width: 100px;
}
.calendarThumb span {
	display: block;
	text-align: center;
	margin: 0px auto;
	color: white;
	font-size: 11px;
	padding: 5px 0px 0px;
}
.calendarGroup {
	
}
.calendarOrderBox {
	float: left;
	padding: 35px 0px 0px 25px;
}
.clear {
	clear: both;
}

.calendarGroup {
	border-top: 1px solid #676767;
	margin: 0px 0px 15px;
}
.calendarGroup p {
     padding: 10px 10px 0px;
}
#calendarPage h3 {
	background-color: #1c1c1c;
	margin: 10px 0px 0px 0px;
	padding: 4px 10px;
}
#calendarPage h3 span {
	float: right;
	color: yellow;
}


.cartTable {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 15px;
}
.cartTable th {
	padding: 5px;
	background-color: #1c1c1c;
	border-bottom: 1px solid #3a3a3a;
}
.cartTable td{
	padding: 5px;
	border-bottom: 1px solid #3a3a3a;
}

.formTable th {
	padding: 2px 10px 2px 0px;
}
.formTable td {
	padding: 2px 0px 2px 0px;
}
.formTable input, .formTable textarea {
	width: 300px !important;
}


.pagination {
     padding: 5px 15px 15px;
}
.pagination span {
     display: block;
     padding: 0px 0px 10px;
     margin: 0px 0px 0px 4px;
     /*float: right;*/
}
.pagination ul {
     padding: 5px;
     margin: 0px;
     list-style: none;
     background-color: #222222;
     border-top: 2px solid #111111;
}
.pagination ul li.current {
     font-weight: bold;
}
.pagination ul li {
     padding: 0px 2px;
     margin: 0px;
     list-style: none;
     display: inline;
     line-height: 20px;
}
