*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #fff;
	color: #000;
	font: normal 11px verdana, arial, helvetica, sans-serif;
}

body
{
	text-align: center; /* IE Windows */
}

img
{
	margin-right: 10px;
}


/* containers
--------------------------------------------------------*/
div#main
{
	background: #fff url(../img/logo.jpg) no-repeat;
	margin: auto;
	margin-top: 2px;
	width: 1000px;
	text-align: left;
}

div#header
{
	height: 175px;
	padding-top: 5px;
	padding: 0px 10px 0px 10px;
}

/* navigation */

div#home_nav
{
	position: relative;
	left: 650px;
	height: 40px;
	width: 250px;
}

div#home_nav a
{
	display: block;
	height: 100%;
	width: 100%;
	
}	
	
div#nav
{
	background: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
}

div#nav div
{
	background: #113;
	font-size: 130%;
	height: 30px;
	width: 110px;
	float: right;
	padding: 3px 10px 0px 5px;
	margin-left: 10px;
}

div#sel
{
	background: #99a;
	color: #fff;
}

div#nav div a, div#subnav div#sel a
{
	color: #fff;
}

div#subnav
{
	background: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
}

div#subnav div
{
	float: left;
	padding: 3px 10px 5px 1px;
	margin-right: 10px;
}

div#subnav div#sel
{
	background: #223;
	padding-left: 3px;
}


div#agenda
{
	background: #fff;
	filter: alpha(opacity=9);
	-moz-opacity: .9;
	opacity: .9;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
}

div#agenda div
{
	color: #777;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#agenda div#title
{
	background: url(../img/bg-green.gif) repeat-x #056;
	width: 190px;
	margin-right: 30px;
}

div#agenda div#title a
{
	padding-left: 10px;
	color: #fff;
}

/* content */

div#content
{
	background: #fff;
	filter: alpha(opacity=9);
	-moz-opacity: .9;
	opacity: .9;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}

div#content div
{
	float: left;
}

div#content div#left, div#content div#right
{
	width: 190px;
}

div#content div#mid
{
	width: 540px;
	padding: 10px 30px 0px 30px;
}

div#content div#mid div
{
	float: none;
}

div#block
{
	background: #f0f0f0;
	border:1px solid #fff;
	margin-bottom: 10px;
	width: 190px;
}

div#short_text
{
	border:1px solid #fff;
	background: #d0d0d0;
	margin-bottom: 10px;
	width: 190px;
}

#block p, #short_text p
{ 
	margin: 0; padding: 4px 10px 3px; border-bottom: 1px solid white; font-size: 11px;
	text-align: left;
}

#block .title, #short_text .title
{ 
	font-weight: bold;
}

a#more
{
	color: #fff;
}

div#content div#mid div#box
{
	padding: 2px;
	margin-right: 10px;
	float: left;	
}

#box1.enabled
{
	border:1px solid #999;
	background: #fafafa;
	padding: 2px;
	margin-right: 10px;
}

div#content div#mid div#box1
{
	color: #aaa;
	border:1px solid #ddd;
	padding: 2px;
	margin-right: 10px;
	float: left;	
}

div#sample
{
	text-align: center;
	width: 550px;
	height: 700px;
	overflow: auto;
}

/* minicart
--------------------------------------------------------*/

#minicart
{
	float:left;
	padding-left: 10px;
	border-color: #fff;
	border-style:solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

/* footer
--------------------------------------------------------*/

div#footer
{
	background: #e4e4e4;
	padding: 2px 5px 2px 5px;
}


/* tables
--------------------------------------------------------*/

table
{
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
}


td
{
	padding-bottom: 4px;
}

td#footer
{
	font-size: 85%;
	text-align: right;
}

td#line
{
	height: 1px;
	background-color: #000;
	padding-bottom: 0px;
}

span#title
{
	font: 120% verdana, arial, helvetica, sans-serif;
	ffont-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

/* check out */

td.incomplete
{
	color: red;
}


/* fonts
--------------------------------------------------------*/

p
{
	padding-right: 10px;
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: justify;
}

p#new
{
	font: 180% verdana, arial, helvetica, sans-serif;
	color: #aa484d;
	margin-top: 20px;
	margin-bottom: 10px;
}

a, a:visited
{
	text-decoration: none;
	color: #000;
}

a:focus, a:hover
{
	color: #067;
}

h2
{
	font: 180% verdana, arial, helvetica, sans-serif;
	color: #000;
	/* letter-spacing: 0.2em; doesn't work in opera */
	text-decoration: none;
	margin-bottom: 15px;
}

/* lists
--------------------------------------------------------*/

ul
{
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 10px;
	margin-left: 10px;
}

li
{
	margin-top: 10px;
	font-weight: bold;
}


/* etc
--------------------------------------------------------*/

select.search
{
	color:#666666;
	width: 150px;
	font-size: 11px
}