html {
	margin: 5px auto;
}
body {
	margin: 5px auto;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3 {
	color: #333;
}

h2 {
	font-size: 1.3em;
}

h3 {
	margin: 0;
	font-size: .875em;
}
img { border:0;}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #385B88;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 2em;
}

#logo h2 {
	margin: 0 0 0 120px;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
}

/* Menu */

#menu {
	float: right;
	padding: 20px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 10px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #385B88;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF6000;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #959595;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #959595;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

#feature img {
	margin-left: 20px;
}

#feature textarea,
#feature input[type="text"] {
	font-size:9pt;
	color:#000;
	vertical-align: middle;
	border:1px solid #E0E0E0;
}
#feature input[type="submit"] {
	vertical-align: middle;
	background-color:#E0E0E0;
	border:1px solid #CCC;
	color:#999999;
	cursor: hand;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0 50px 55px;
	background: url(./images/Shoppingcart.png) no-repeat left center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #959595;
}

#footer a {
	color: #959595;
}

#footer a:hover {
	color: #666666;
}
.highslide-html {
    background-color: #FFF;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-cr {
	margin:10px;
	padding:5px;
	border:1px solid #E0E0E0;
}
.hs {
	color: #000;
	font-size:12px;
}
td.r {
	text-align:right;
	padding:3px;
}
td {
	border-bottom:1px solid #666;
}
code {
	color:#000;
	font-family: "Lucida Console", "Courier New", "Lucida Sans Typewriter", Arial, sans-serif;
	font-size: .8em;
}
pre {
	color:#000;
	font-size: 0.85em;
	width:300px;
}