@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
table {
	border: 1px solid #ddd;
	border-bottom: 0;
}
th {
	background-color: #E8F1FF;
	border-bottom: 1px solid #ddd;
}
td {
	border-bottom: 1px solid #eee;
}
a {
	color: #ff3333;
}
h1, .h1_mimic, h2, .h2_mimic {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #666;
}
h2, .h2_mimic {
	font-size: 1.4em;
}
.altfont {
	font-family: georgia, arial, helvetica, sans-serif !important;
}
#outer {
	background-color: #fff;
}
#head {
	background-image: url(../../images/core/head-bg.jpg);
	background-repeat: repeat;
	background-color: #111;
	color: #fff;
}
.head_orderbutton {
	float: right;
	margin-right: -15px;
}
#menu, #menu a {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #121212;
	color: #fff;
}
#footer a {
	color: #fff;
}
.home_bio {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;
	width: 270px;
	padding: 20px;
	min-height: 390px; /* Match height of image in #home_gallery, minus padding value. */
}

/*Sidebar*/
#sidebar {
}

.shade {
	background-color: #e9e9e9;
}
.red {
	color: #ff0000;
}
.green {
	color: #006600;
}
.comment {
	border-bottom: 1px dotted #e9e9e9;
	margin-bottom: 5px;
}

/*Gallery*/
#gallery {
	
}

/*Carousel*/
#carousel {
	background-color: #f4f4f4;
}
#carousel li img {
	height: 114px;
	padding: 2px;
	border: 1px solid #ccc;	
}
#carousel li img:hover {
	border: 1px solid #121212;	
}
.banner_red {
	background-color: #cc3333;
	border: 1px solid #990000;
	color: #fff;
	padding: 5px 5px 0;
	margin-bottom: 10px;
	width: 98%;
	text-align: center;
}
.banner_red a, .text_white {
	color: #fff;
}

/*Order Pages*/
.item_order_form {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
.mainform {
	margin-bottom: 10px;
}
.mainform, .mainform select, .mainform input {
	font-size: 95%;
}
.mainform select, .mainform input {
	margin-bottom: 10px;
}
.orderbutton {
	/*float: right;
	margin-right: -15px;*/
}

