body
{
	background-image:url('/Custom/Images/background.jpg');
	margin:0px;	
	font-family: Arial; 
	font-size: 12pt
}

img
{
	border-width:0px;
}

.base
{
	width:100%;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:20px;
}

.siteBase
{
	vertical-align:top;
	margin: 0 auto;
	width:834px;
}

.header
{
	background-image:url('/Custom/Images/header.jpg');
	width:834px;
	height:263px;
}

.contentBase
{
	background-image:url('/Custom/Images/contentBase.jpg');
	width:834px;
}

.content
{
	padding-left:120px;
	padding-right:100px;
}

.footer
{
	background-image:url('/Custom/Images/footer.jpg');
	width:834px;
	height:102px;
}

.menu
{
	padding-left:390px;
	padding-top:93px;
}

.menuItem
{
	float:left;
}

.logo
{
	float:left;
	padding-left:83px;
	padding-top:68px;
}

/*.checkedList
{
	LIST-STYLE-IMAGE: url('/custom/images/checkbox.gif');
}*/

.checkedList {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

.checkedList Li {
	background-image: url('/custom/images/checkbox.gif');
	background-repeat: no-repeat;
	background-position: 0em .0em;
	padding-left: 2em;
}

.commentHeader
{
	background-image:url('/Custom/Images/comment_header.gif');
	width:545px;
	height:55px;
}

.commentBody
{
	background-image:url('/Custom/Images/comment_back.gif');
	width:545px;
}

.commentFooter
{
	background-image:url('/Custom/Images/comment_footer.gif');
	width:545px;
	height:55px;
}

.commentTitle
{
	padding-left:30px;
	padding-right:20px;
	padding-bottom:15px;
	font-family:Tahoma;
	font-size:16pt;
	color:#bd1d00;
	text-align:center;
}

.commentText
{
	padding-left:30px;
	padding-right:25px;
	font-family:Arial;
	font-size:12pt;
}

.commentSignature
{
	padding-left:30px;
	padding-right:25px;
	font-family:Courier New;
	font-size:12pt;
	font-weight:bold;
	padding-top:15px;
	color:#4d4d4f;
}

.commentAddress
{
	padding-left:30px;
	padding-right:25px;
	font-family:Courier New;
	padding-bottom:20px;
	font-size:12pt;
	color:#000080;
}

.contactHolder
{
	width:100%;
	text-align:left;
	padding:20px;
}

.detailedTitle
{
	color:#ffffff;
	padding-top:5px;
	padding-left:27px;
}

.galleryList
{
	text-align:left;
	width:500px;
	margin: 0 auto;
}

.galleryItemPanel
{
	width:130px;
	height:185px;
	background-color:#d8d4cb;
	padding-top:5px;
	margin-right:5px;
	margin-top:5px;
	text-align:center;
}

.galleryListItem
{			
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);	
	opacity:0.8;
	border:solid 2px #dd5230;
	
}

.item
{
	padding-right:3px;
	padding-left:3px;
	
}

.galleryListItem:hover
{		
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	opacity:1;
}

.gallery
{
	width:700px;
	text-align:center;
}