﻿body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;	
	background: #fff url(../assets/images/mainBackground.gif);
	font-family: Arial, Sans-Serif;
}
div#wrapper
{
	margin: 0 auto;
	position: relative;
	width: 760px;
	padding: 0px;
	text-align: left;
	
}
div#content
{

}
/*======== UNIVERSAL ==============*/
body, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style: square;
	margin: 0 0 15px 0;
	padding-left: 30px;
}
a
{
	color: #015836; /* #7da7d8 [light blue] #990000 [dark red] #6498d9 [darker blue for anchor] */
}
div
{
	margin: 0px;
	padding: 0px;
}
div.spacer
{
	clear: both;
	margin: 1px 0 0 0;
	line-height: 1px;
	overflow: hidden;
}
/*======== HEADER =============*/
div#header
{	
	margin: 0px;
	padding: 0px;
	background: url('../assets/images/headerBackground.jpg') no-repeat;
	height: 60px;
}
div#header .left
{
	width: 100px;
	float: left;
}
#header .left img
{
	margin-top: 0px;
}
div#header .right
{
	width: 660px;
	float: right;
}
div#header .right .top
{
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 9px;
	font-family: Arial;
	text-transform: uppercase;
}
div#header .right .top, div#header .right .top a
{
	color: #ccc;
	text-decoration: none;
}
#header .top span.divider
{
	padding: 0 5px 0 5px;
	color: #aaa;
}

#header img.logo
{
	padding-left: 30px;
}
/*======== MENU =============*/
div#menu
{
	margin: 14px 0 0 20px;
	padding: 0;		
	
}
#menu div.menuItem
{
	float: left;		
	text-align: center;
	background: #5b9103;
}
#menu div a
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #fff;
	display: block;
}
#menu div a:hover
{
	color: green;
	background: #fff;
}

/*======== COPY =============*/
div.copy, div.copy_dark
{
	padding: 10px 20px 10px 20px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	background: #fff url('../assets/images/bottomDivider.gif') repeat-x bottom left;
}
div.copy_dark
{
	background: #222;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.copy h3
{
	margin-bottom: 15px;
	color: #004712;
}
img.bw
{
	border: solid 3px #000;
}
/*======== CMS =============*/
div.adminPanel
{
	background: red;
}
div.fckBar
{
	background: #bbb;
	padding: 3px;
}
.fckBar .msg
{
	padding-left: 20px;
	color: #333;
}
div.editBar
{
	background: red;
}
/*======== PARTS =============*/
div.parts
{
	width: 230px;
	float: left;
	margin-right: 10px;
		
}
div.parts a 
{

	cursor: pointer;
}
div.parts a img
{
	margin-top: 5px;
	border: solid 1px #000;
}
div.caption
{
	font-size: 11px;
	font-family: Arial;
	font-style: italic;
}
/*======== FOOTER =============*/
div#footer
{
	margin: 0;
	padding: 3px 20px 20px 20px;
	font-size: 12px;
	color: #ccc;
	background: #5b9103;
}
#footer #copyright
{
	float: left;
}
#footer ul
{
	margin: 0 0 0 50px;
	float: right;
}
#footer li a:hover
{
	text-decoration: underline;
}
#footer li a
{
	color: #aaa;
	text-decoration: none;
}
#footer .photoblog
{
	visibility: hidden;
	display: none;
}
/*======== FORM ================*/
div.form
{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: #eee;
	font-size: 14px;
	border: solid 1px #ccc;
}
.form div.row
{
	padding: 2px 0 3px 0;	
}
.form div.row, .form div.footer, .form div.buttons, .form div.header, .form div.subhead, .form div.subhead_alert, .form div.row_conflict
{
	width: 100%;
	clear: both;
	padding-left: 5px;
}
.form .row div, .form .subhead div
{
	float: left;
	padding: 0 5px 0 5px;
	color: #990000;
}
.form .subhead .right
{
	float: right;
}
.form div div h5
{
	display: block;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}
.form div div h5 span.r
{
	color: #ff0000;
	font-size: 16px;
}
.form .row input, .form .row_conflict input
{
	border: solid 1px #ccc;
	background: #fff;
}
.form .row input.readonly
{
	border: solid 1px #fff;
	background: #ddd;
	color: #555;
}
.form .row table.rbl input
{
	background: none;
	border: none;
}
.form .buttons, .filter .buttons
{
	margin-top: 10px;
	padding: 10px 0 0 5px;
	border-top: dashed 1px #ccc;
}
.form .header
{
	background: #555;
	color: #eee;
	padding: 2px 0 2px 5px;	
	font-size: 14px;
	text-transform: uppercase;
}
.form .subhead
{
	background: #ddd;
	padding: 2px 0 5px 5px;
	border-bottom: solid 1px #aaa;
}
.form .footer
{
	border-top: solid 1px #ccc;
	background: #ddd;
	color: #777;
}
.form textarea
{
	width: 470px;
	height: 100px;
}
p.validation, p.validation ul, p.validation li
{
	font-size: 12px;
}

