/************/
/* Standard */
/************/

body {
	margin: 0px;
	font-family: tahoma, arial;
	background-color: #c9dffb;
}

h3 {
	font-size: 1.2em;
	margin: 2px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 2px;
}

h4 {
	/*border-bottom: 3px solid #5f7698; */
	/*border-bottom: 2px solid #485b76; */
	font-size: 0.9em;
	padding-top: 15px;
	padding-left: 5px;
	/* background: url('/images/h4_back.jpg') repeat-x left center; */
	color: #485b76;
	height: 45px;
	margin: 0px;
	/* background-color: #5f7698; */
	/* border: 1px solid #000000; */
	background: #dddcdc url('/images/images/content_top.jpg') no-repeat right top;
}

h5 {
	font-size: 0.8em;
	padding: 3px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px dashed #999999;
}

P {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px 5px 5px 5px;
	/* border-left: 3px solid #AAAAAA; */
	/*border-bottom: 1px solid #485b76; */
	/* border-bottom: 1px solid #999999;
	border-left: 1px solid #999999; */
	/* background: #bbbbbb url('/images/images/p_topback.jpg') repeat-x left top; */
	/* background-color: #cccccc; */
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 0px;
	font-size: 0.8em;
	list-style: none;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* border: 1px solid #CCCCCC; */
}

ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 30px;
	background: #dddcdc url('/images/li_back.jpg') no-repeat left center;
}

table td.col-head {
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid #485b76;
	background-color: #a6bad2;
}
table td.col-data {
	font-size: 0.8em;
	padding: 3px;
	/* border-bottom: 1px dashed #485b76; */
	/* background-color: #e5e4e4; */
	background-color: #EEEEEE;
}
table td.price {
	color: #00AA00;
	font-weight: bold;
}
table td.descr {
	font-size: 0.7em;
}


/************/
/* Nav menu */
/************/

ul#navmenu {
	padding: 0px;
	font-size: 0.8em;
	list-style: none;
	margin: 0px;
	border: 0px solid #CCCCCC;
}

ul#navmenu li.navmenu-item {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px dotted #333333;
	margin-right: 5px;
	/* background: url('/images/navmenu_item_back.jpg') repeat-x left top; */
	background: none;
}

ul#navmenu li.navmenu-item a {
	display: block;
	color: #000000;
	text-decoration: none;
}

ul#navmenu li.navmenu-item a:hover {
	color: #FFFFFF;
	background-color: #6b87b2;
	text-decoration: none;
}

ul.sub-navmenu {
	display: none;
	padding: 0px;
	font-size: 1.0em;
	list-style: none;
	margin-left: 17px;
	margin-top: 2px;
	border: 0px solid #CCCCCC;
}
ul#navmenu li.sub-navmenu-item {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	/* border: 1px solid #000000; */
	border-top: 1px dotted #333333;
	background: none;
}
/* ul#navmenu li.sub-navmenu-item a {
	display: block;
	color: #333333;
	text-decoration: none;
}
ul#navmenu li.sub-navmenu-item a:hover {
	color: #FFFFFF;
	background-color: #6b87b2;
	text-decoration: none;
} */

/************/
/* Links menu */
/************/

ul#linksmenu {
	padding: 0px;
	font-size: 0.8em;
	list-style: none;
	margin: 0px;
	border: 0px solid #CCCCCC;
}

ul#linksmenu li {
	padding: 2px;
	border-bottom: 1px dotted #333333;
	margin-right: 5px;
	background: none;
}

ul#linksmenu li a {
	display: block;
	color: #333333;
	text-decoration: none;
}

ul#linksmenu li a:hover {
	color: #FFFFFF;
	background-color: #6b87b2;
	text-decoration: none;
}


/*************************/
/* Basic page conponents */
/*************************/
div#page-container {
	width: 943px;
	background: #FFFFFF url('/images/images/content_back.jpg') repeat-y left top;
	/* padding-left: 10px;
	padding-right: 10px;
	background-color: #CCCCCC; */
}

div#header-container-outer {
	background: #666666 url('/images/images/site_background.jpg') repeat-x left top;
	border-bottom: 0px solid #333333;
}
div#header-container-inner {
	width: 943px;
	border: 0px solid #000000;
	font-size: 0px;
}

div#leftbar-container {
	width: 175px;
	float: left;
	margin-left: 8px;
}

div#content-container {
	width: 735px;
	float: left;
	margin-left: 0px;
}

div#rightbar-container {
	width: 150px;
	float: left;
}

div#footer-container {
	clear: both;
	font-size: 0.7em;
	color: #999999;
	width: 943px;
	background: #c9dffb url('/images/images/footer_back.jpg') no-repeat left top;
}

div#donate-box {
	border: 0px solid #000000;
	position:absolute;
	left: 740;
	top: 90;
}

/****************************/
/* Specific page components */
/****************************/
div.leftbar-item {
	/* background: #FFFFFF url('/images/leftbar_body.jpg') repeat-y left top; */
	padding-right: 10px;
	padding-left: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
div.leftbar-item-top {
	/* margin-top: 10px; */
	/*background: #FFFFFF url('/images/leftbar_top.jpg') no-repeat left top; */
	height: 30;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #485b76;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
div.leftbar-item-bottom {
	/*background: #FFFFFF url('/images/leftbar_bottom.jpg') no-repeat left bottom; */
	height: 15px;
	background-color: #FFFFFF;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

div.content-item {
	/*background: #dddcdc url('/images/images/content_top.jpg') no-repeat right top; */
	/*padding-right: 10px;
	padding-left: 5px; */
	margin-left: 25px;
	margin-right: 10px;
	/*border-right: 0px solid #485b76;
	border-left: 1px solid #485b76; */
	background-color: #dddcdc;
	border: 0px solid #000000;
}
div.content-item-top {
	/* margin-top: 10px; */
	/* background: #FFFFFF url('/images/content_top.jpg') no-repeat left top; */
	height: 50;
	background: #FFFFFF url('/images/images/content_top_back.jpg') no-repeat center top; */
	text-align: center;
	padding: 10px;
	font-size: 1.2em;
	color: #485b76;
	border: 0px solid #000000;
	/* border-top: 1px solid #485b76;
	background-color: #c9dffb; */
	margin-top: 5px;
}
div.content-item-bottom {
	/* background: #FFFFFF url('/images/content_bottom.jpg') no-repeat left bottom; */
	height: 10px;
	border: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	background-color: #FFFFFF;
}

div.rightbar-item {
	background: #FFFFFF url('/images/rightbar_body.jpg') repeat-y left top;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0px;
}
div.rightbar-item-top {
	margin-top: 10px;
	background: #FFFFFF url('/images/rightbar_top.jpg') no-repeat left top;
	height: 30;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 1.2em;
}
div.rightbar-item-bottom {
	background: #FFFFFF url('/images/rightbar_bottom.jpg') no-repeat left bottom;
	height: 29px;
}

/*************/
/* Pic Stuff */
/*************/
div.pic-thumb {
	border: 1px solid #000000;
	padding: 10px;
	width: 100;
	margin: 5px;
	float: left;
}
div.pic-thumb img {
	cursor: pointer;
}
div.pic-full {
	border: 1px solid #000000;
	padding: 10px;
	width: 500;
	margin: 5px;
}
div.pictures-foot {
	/* border: 1px solid #000000; */
	clear: both;
}

/*****************/
/* Error Message */
/*****************/
div.errormsg {
	border: 1px solid #FF0000;
	background-color: #FFDDDD;
	color: #FF0000;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

/**************/
/* Form Stuff */
/**************/
form {
	margin-bottom: 0px;
}
td.fieldName {
	font-weight: bold;
}

/* Pic Container */

table.pic-container {
}
table.pic-container td.ul {
	background: url('/images/img_cont_ul.jpg') no-repeat left top;
	height: 13px;
}
table.pic-container td.ur {
	background: url('/images/img_cont_ur.jpg') no-repeat right top;
	height: 13px;
}
table.pic-container td.ll {
	background: url('/images/img_cont_ll.jpg') no-repeat left bottom;
	height: 13px;
}
table.pic-container td.lr {
	background: url('/images/img_cont_lr.jpg') no-repeat right bottom;
	height: 13px;
}
table.pic-container td.img {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url('/images/img_cont_back.jpg') repeat-x left bottom;
}
table.pic-container td.img img {
	margin-left: 13px;
	margin-right: 13px;
}
