body {
	background-image: url(../img/bg.gif);
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

.container {
	background-color: #B5C3DA;
	border: none;
}

.menu_item {
	background-color: #7592C6;
	width:auto;
	padding: 0.2em 1em 0.2em 0.3em;
	border-top: 1px solid black;
	border-left: 6px solid #4868A5;
}

#header_nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border:none;
}

#header_nav .menu_item {
	float: left;
	border: 1px solid black;
	margin-left: 3px;
	margin-bottom: 3px;
}

.sub_menu_item {
	border-top: 1px solid #777;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 8pt	
}

#header {
	background-image: url(../img/banner_right.jpg);
	background-repeat: repeat-x;
	
}

#header img {
	width: 796px;
	border-bottom: 1px solid black;
}

.content {
	background-color: #B5C3DA;	
}

.main {
	padding: 1em;
	background-color:#ffffff;
	background-color:#ffffff;
	border: 1px solid black;
	margin-right: 0.5em;
	margin-bottom: 2em;
	margin-top: 0.5em;
}


#footer {
	background-color: #9f9fad;
	
}

#footer img {
	width: 796px;
}

.nav {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-top: 0.5em;
}

.nav_title {
	padding: 0.2em;
	font-weight: bold;
	border-top: 1px solid black;
	background-color: #C5D3EA;
	
}


.nav_title a {
	font-size: 7pt;
	text-decoration: none;
}

a {
	color: #000;
	font-family: verdana;
}

a:hover {
	color: #f00;
}

.article, .login {
	border: 1px solid black;
	width: 580px;
	margin: 0 auto;
	vertical-align: top;
	margin-bottom: 1em;
}

.login {
	width: 540px;
}

.article_title {
	border-bottom: 1px solid black;
	padding: 0.4em;
	background-color: #C5CAE0;
	font-weight: bold;
	font-size: 12pt;
}

.article_content {
	padding: 0.8em;
	background-color: #C5D3EA;
	vertical-align: top;
	
	
}

.formTable td {
	vertical-align: top;
	font-weight: bold;
}

.formTable td input {
	width: 20em;
	background-color: #B5C3DA;
	border: 1px solid black;
	float: left;

}
.formTable td textarea {
	width: 35em;
	height: 20em;
	background-color: #B5C3DA;
	border: 1px solid black;

}

input#ProductImage {
	width: 35.3em
}

input#ProductPrice {
	width: 8em
}

input#submit {
	width: 5em;
	height: 2em;
	float: right;
	background-color: #B5C3DA;
	border: 1px solid black;
	font-weight: bold;
}

.alert {
	text-align: center;
	margin: 1em;
	font-size: 14pt;
}

.thumbnail {
	border: 1px solid #aaa;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	clear: both;
}

.price {
	float: right;
	font-size: 12pt;
	clear: none;
	font-weight: bold;
	color: #555;
}

.price_title {
	
	
}

a {
	border: none
}

.error-message {
	color: red;
	font-size: 8pt;
}

.admin {
     font-size: 8pt;
     margin-left: 1em;

}
.vid-tour {
	float: left;
	clear: left;
	font-size: 7pt;
	margin-bottom: 1em;
	margin-right: 1.7em;
	margin-top: -1.1em;
	padding-left: 1.7em;

}
.vid-image {
	float: left;
	clear: left;
	margin-top: -0.8em;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:333px;
    width: 500px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0; 
    height:333px;
    width: 500px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.article table td {
	vertical-align: top;
	padding: 0.5em;
	
}

.article table td.desc {
	width:20em;
	border-left: 1px solid black;
	
}
.article table td.details {
	border-left: 1px solid black;

}

.news table td {
	vertical-align: top;
	padding: 0em;
	
}

.news table td.desc {
	border-left: none;
	
}
.news table td.details {
	border-left: none;

}

ul.details {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 0.8em;
	padding-top: 0.2em;

}
ul.details li {
	margin: 0;
	font-size: 90%;

}
#home_menu {
	height: 2em;
	background-color: white;
	padding: 0;
	margin-bottom: 0;

}

#home_menu div{
	height: 2em;
	float: left;
	width: 33%;
	text-align: center;

}
#home_menu div.middle{
	border-left: 1px solid black;
	border-right: 1px solid black;

}
#home_menu div a{
	top: 0.25em;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}