html {
	background-color: #f7f7f7;
}

body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	background: #f7f7f7;
	padding: 0;
	margin: 0 auto;
}

ul {
	list-style: none url("/images/li.png");
	margin: 0 0 0 15px;
	padding: 3px;
}

th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	color: #333;
}

td {
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	border: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
	background: #f0f0f0;
	font-size: 1em;
}

input:focus,
textarea:focus,
select:focus,
input.focus,
textarea.focus,
select.focus {
	background: #f9f9f9;
}

label { cursor: pointer; }

hr {
	color: #999;
	height: 1px;
}

img { border: none; }

a:link,
a:active,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3366CC;
	text-shadow: 1px 0px 0px #ccc;
	font-size: 1em;
}

a:hover {
	text-decoration: none;
	color: #333;
}

*:focus { 
	outline: none; 
}
*::-moz-focus-inner { 
	border: none; 
}

#main {
	background: #f7f7f7 url(/images/top_vertline.png) top left repeat-x;
}

#logo {}

#navigation {
	color: #555;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

#navigation li {
	float: left;
	text-align: center;
}

#navigation a {
	display: block;
	width: 80px;
	height: 25px;
	line-height: 23px;
	font-weight: bold;
	font-size: 1em;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited {
	color: #555;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration: none;
	background: url(/images/navbg.png) no-repeat;
	background-position: 0px 0px;
}

#navigation a:hover {
	color: #000;
	text-decoration: none;
}

#navigation a.active {
	background-position: -81px 0px;
	color: #f9f9f9;
	text-shadow: none;
}

#container {
	clear: both;
	background: url(/images/content_top_style.png) repeat-x top left;
	color: #333;
	min-height: 380px;
	padding: 20px 10px 10px 10px;
	font-size: 1em;
}

#content {
	font-size: 1em;
	float: left;
	margin-right: 15px;
	width: 60%;
	min-height: 400px;
	border-right: 1px dotted #ccc;
	margin: 0 0 20px 0;
}

#content .box {
	background: #f0f0f0;
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 0 10px 10px 0;
	float: left;
	width: 45%;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    border-radius: 10px;
}

#contact {
	font-size: 1em;
	float: right;
	width: 38%;
	margin: 0 0 20px 0;
}

#footer {
	background: url(/images/content_top_style.png) repeat-x top left;
	font-size: 0.8em;
	color: #555;
	text-align: center;
	padding: 5px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.hidden {
	display: none;
}

/*@@
@ Begin classes
@@*/

input.submit {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #3366CC;
	background: none;
	border: none;
	text-shadow: 1px 0px 0px #3366CC;
}

.error {
	border: 1px solid #ee0000;
	background: #f0f0f0;
	color: #ee0000;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    border-radius: 10px;
}

.success {
	border: 1px solid #3366cc;
	background: #f0f0f0;
	color: #3366cc;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    border-radius: 10px;
}

.header {
	color: #555;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 0px 0px #ccc;
}

.fine {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #888;
}

.even, .even td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

.odd, .odd td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.round {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    border-radius: 10px;
}

.clearall {
	clear: both;
	width: 99%;
}

/* Gallery classes */

.image_thumb {
	
}

.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image_thumb ul li {
	padding: 12px 10px;
	background: url(/images/thumbbg.png) no-repeat;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	text-shadow: 1px 0px 0px #ccc;
	text-align: center;
}

.image_thumb ul li.hover {
	background-position: -170px 0px;
	cursor: pointer;
}

.image_thumb ul li div {
	margin-bottom: 5px;
	color: #555;
	font-weight: bold;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
    border-radius: 7px;
}
