/* CSS assembled by Marko Mihelcic at mcville and James Koster from sixshootermedia*/

body, td, th, input, select {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 0.73em;
	color:#333333;
	text-align:left;
}

p {
	text-align: justify;
}

.nomargin, table.nomargin, table.nomargin tr, table.nomargin tr td {
	margin:0px;
	padding:0px;
	border-spacing:0px;
}

img {
	margin:0px;
	padding:0px;
	spacing:0px;
	border:0px;
}

input {
	margin: 3px;
	padding: 3px;
}

body {
	background-color:#eeeeee;
/*	background-image:url(pics/design/diagonals_2.gif)*/
	background-image:url(pics/design/background.gif);
	background-repeat:repeat-x;
}

tr {
	margin: 0px;
	padding: 0px;
}

tr.odd td, body.odd {
	background-color:#eeeeee;
	background-image: none;
}

tr.even td, body.even {
	background-color:#dddddd;
	background-image: none;
}

.blue {
	border: 10px dotted #ff9999;
}

.red {
	border: 10px dotted #9999ff;
}

input, select {
	font-size: 12px;
}

a, h1, h2, h3, h4, th {
	color:#332266
}

a {
	font-weight:bolder;
	text-decoration:none;
}

b {
	font-weight:900;
}

a:hover {
	color:#ad652d;
}

a.nolink, a.nolink:hover {
	color: #333333;
}

ol, ul, li {
	list-style-type: disc;
	//line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 15px;
}

/*li {
	list-style-image:url(pics/design/li.gif);
	line-height:20px;
	text-align:left;
}*/

#menu {
	width:100%;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:-45px;
	height:49px;
/*	font-size:0px;*/
	background-image:url(pics/design/back.png);
	z-index:999;
}

#menu a, .menu_td a, .menu_td_2 a {
	color: #ffffff;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index:999;
}

.menu_td_2 a{
	color: #333333;
}

#huge {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:36px;
	color: #ffffff;
	margin-right:15px;
}

h1, h2, h3, h4, th {
	font-family:/*"Century Gothic", */"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	line-height:90%;
	margin:0;
	padding:0px;
	padding-top:8px;
	padding-bottom:5px;
}

h2 {
	font-size:21px;
	margin-bottom:20px;
}

h3 {
	font-size:16px;
	margin-bottom:10px;
}

th {
	font-size:15px;
	text-align:center;
}

td {
	padding:3px;
}

table {
	padding: 0px;
	margin: 0px;
}

.layout {
/*	width: 100%; */
	background-color:#ffffff;
	padding:6px;
	padding-top:0px;
	margin:8px;
	margin-top:0px;
	border-spacing:0px;
/*	border-top: 1px solid #666666;
	border-left: 1px solid #666666
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;*/
	border: 1px solid #666666;
	z-index: 5;
;
}

.content {
	width:800px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	border-spacing: 0px;
	text-align:left;
}

.logo {
	float:left;
	margin-right:30px;
}
.clearer {
	clear:both;
}

.nav { /* all list items */
	float: left;
/*	width: 15px; *//* width needed or else Opera goes nuts */
}

.nav .expl, .expl { /* second-level lists */
	background-color: #ccccff;
	border-width: 1px;
	border-color: #0a00a0;
	border-style: solid;
	padding:5px;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 9999;
/*	margin-left: 100px;
	margin-top: -200px;*/
}

.nav .expl td {
	background-color: #ccccff;
}

.item_not_chosen {
	border: 4px solid white;
	z-index: 4;
}

.item_chosen {
	border-width: 10px;
	border-color: #000000;
	border-style: solid;
}

.mandatory {
	color: #ff0000;
	font-weight:bolder;
	font-size:14px;
}

ul#tabs {
	padding: 0px 10px 3px 10px;
	margin: 0px;
/*	border-bottom: 1px solid #666666;*/
	height: 20px;
}

ul#tabs li {
	display: inline;
	list-style-type:none;
}

ul#tabs li {
	background-color: #cccccc;
	padding: 3px 10px 8px 10px;
	margin: 0px 3px 0px 3px;
	z-index: 0;
//	border-top: 1px solid black;
//	border-left: 1px solid black;
//	border-right: 1px solid black;
	border: 1px solid black;
	border-bottom: none;
}

ul#tabs li.selected {
	border-bottom: 1px solid white;
	background-color: #ffffff;
	padding-bottom: 7px;
	position: relative;
	top: 1px;
	padding-top: 4px;
	z-index:9;
}

#gallery { position: relative; width: 500px; height: 500px; margin: 0; padding: 0; }
#gallery li { display: block; position: absolute; top: 0px; z-index: 0; opacity: 0.000; }
#gallery li img { /* width: 500px; */border: 0px; }

#gallery, #gallery li {
	margin: 0px;
	padding: 0px;
}