.confirm {
	border-style:solid;
	border-width:2px;
	border-color: #002600;
	background-color: #479D47;
	padding: 10px;
	margin-bottom: 5px;
}
	
.notify {
	border-style:solid;
	border-width:2px;
	border-color: #06183B;
	background-color: #607AAD;
	padding: 10px;
	margin-bottom: 5px;
}

.warning {
	border-style:solid;
	border-width:2px;
	border-color: #580905;
	background-color: #C36863;
	padding: 10px;
	margin-bottom: 5px;
}

/**
 *	Basic Elements
 */

body {
	background-color: #E0E0E0;
	color: #56001D;
	height: 100%;
}

#content {
	width: 935px;
	margin: auto;
	margin-bottom: 0px;
	bottom: 0px;
	padding: 0px;
	height: 100%;
}

h1 {
	color: #85002D;
}

h1#pageTitle {
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
}

fieldset {
	border:1px solid #85002D;
}

fieldset#productSearch {
	width: 525px;
	padding: 5px 10px 10px 10px;
}

fieldset#productSearch legend {
	color: #56001D;
	padding: 3px;
}

a {
	text-decoration: none;
	color: #85002D;
}

img {
	border: none;
}

/**
 *	Div Elements
 */
#header {
	width: 920px;
	height: 400px;
	padding-left: 15px;
	background: #E0E0E0 url('/media/template/banner.jpg') top center no-repeat;
	z-index: -1;
}

#header p {
	position: relative;
	text-align: right;
	top: 40px;
	right: 20px;
}

#main {
	margin: 10px 0px 10px 170px;
	padding: 5px 10px 10px 30px;
	width: 710px;
	background-color: #E0E0E0;
	z-index: 0;
}

#main p {
	text-align: justify;
}

#footer {
	position: relative;
	width: 920px;
	height: 240px;
	margin-top: -185px;
	padding-left: 15px;
	background: #E0E0E0 url('/media/template/footer.jpg') bottom center no-repeat;
	/*background-color: #000000;*/
	z-index: -1;
}

#footer p {
	border: solid;
	position: relative;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	top: 205px;
	display: none;
}

/********************************************************************************************************************
 *	MENU
 ********************************************************************************************************************/

#menuBar {
	position: relative;
	z-index: 10;
	margin-top: -325px;
	margin-left: 170px;
	white-space: nowrap;
	height: 27px;
}

#menuBar li {
	text-align: center;
	position: relative;
	width: 110px;
	float: left;
	display: inline;
	margin-right: 7px;
}

#productMenu {
	position: relative;
	margin-top: 15px;
	width: 170px;
	float: left;
}

#productMenu ul {
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.menu {
	z-index: 10;
}

.menu ul {
	padding: 0px 0px 0px 0px;
}

.menu ul li,
.menu ul.child li {
	list-style: none;
	border: 1px #85002D solid;
	margin-bottom: 5px;
}

.menu ul li a,
.menu ul.child li a,
.menu ul li.selected a,
.menu ul li a:hover {
	padding: 5px;
	display: block;
}

.menu ul li,
.menu ul.child li,
.menu ul li a,
.menu ul.child li a {
	display: block;
	font-family: sans-serif;
	background-color: #843F56; /*#D6D6E4;*/
	color: #CAC0C4; /*#85002D;*/
}

.menu ul li a,
.menu ul.child li a,
.menu ul li.selected a,
.menu ul li a:hover {
	font-weight: semi-bold;
	font-family: sans-serif;
	font-size: 13px;
	z-index: 10;
}

.menu ul li.selected a,
.menu ul li a:hover {
	color: #843F56; /*A1A1AE*/
	background-color: #CAC0C4;
}

/********************************************************************************************************************
 *	MAIN
 ********************************************************************************************************************/

#main .spaced_list{
	margin-left: 5px;
	margin-right: 25px;
}

#main .spaced_list li {
	margin-bottom: 15px;
}

/********************************************************************************************************************
 *	Gallery
 ********************************************************************************************************************/

#gallery {
	padding: 0px;
	position: relative;
}

#product_detail {
	width: 400px;
	margin-top: 0px;
	padding: 10px;
	/*border: 1px #85002D solid;*/
	float: left;
}

#product_detail h2 {
	padding: 0px;
	margin: 0px;
}

#product_display {
	border: 0px #85002D solid;
}

#product_display img {
	border: 1px #85002D solid;
}

#product_info {
	width: 400px;
	margin-top: 10px;
}

#product_info th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#product_list {
	height: 400px;
	overflow: scroll;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 10px;
	width: 150px;
	text-align: center;
	float: right;
	border: 1px #85002D solid;
	
	overflow-x: hidden;
	overflow-y: scroll;
}

#product_thumbs {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

#product_thumbs img {
	margin-right: 10px;
}

#product_videos {
	margin-top: 15px;
}

td a.list {
	text-align: left;
}

.product_item {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px #85002D solid;
}

.product_item img {
	cursor: pointer;
	border: 1px #85002D solid;
}


#contact_fieldset {
	margin-top: 5px;
	margin-left: 25;
	margin-right: 50px;
	padding: 10px;
	border: 1px #85002D solid;
}

#contact_fieldset legend {
	color: #85002D;
	font-weight: bold;
}

table#contact th {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}

table#contact td {
	padding-top: 5px;
	padding-left: 10px;
}

table.adminListing,
th.adminListing,
td.adminListing {
	padding: 5px;
	border: 1px solid #85002D;
}

ul.media, li.media {
	list-style-type: none;
}

#about .img1 {
	margin: 0px 20px 10px 10px;
	float: right;
	border: 1px #85002D solid;
}

#about .img2 {
	margin: 0px 10px 10px 0px;
	float: left;
	border: 1px #85002D solid;
}

#about .img3 {
	margin: 0px 20px 10px 10px;
	float: right;
	border: 1px #85002D solid;
}

#products {
}

#productSearch {
}

#catalogues {
}

#ordering .img1 {
	margin: 0px 20px 10px 10px;
	float: right;
	border: 1px #85002D solid;
}

#contact .img1 {
	margin: 0px 20px 10px 10px;
	float: right;
	border: 1px #85002D solid;
}