/* ----------------------------------------------------------------------- BASICS */

html, body {
	background: url('images/body-bg.jpg') top repeat-x #eaeaea;
	font-family:Tahoma, Arial, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
hr
{
	color:#ccc;	
	border-bottom:1px solid #ccc;
	border-top:0;
	border-left:0;
	border-right:0;
	display:block;
	margin:0;
	padding:0;
}
img
{
	margin:0;
	padding:0;
}
/* ----------------------------------------------------------------------- LAYOUT */

div.breaker
{
	height: 1px;
	overflow: hidden;
	clear: both;
}

div#container
{
	width: 980px;
	margin: 0 auto;
}

div#header
{
	height: 122px;	
	width: 100%;
	overflow:hidden;
}

	div#logo
	{
		position: relative;
		float: left;
		top: 10px;
		width:350px;
		
	}
		div#logo img
		{
			float:left;	
		}
		div#subheader
		{
			float:left;	
		}
		div#logo div#subheader h1
		{
			float:left;	
			padding:25px 0 0 20px;
			color:#aaa;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			font-size:11px;
			line-height:160%;
		}
	
	div#address
	{
		position: relative;
		float: right;
		top: 28px;
		font-size: 10px;
	}
	
		div#address p
		{
			float: left;	
			margin: 0 0 0 20px;
			padding: 0;
			color: #999;
		}
	
		div#address span
		{
			color: #1381cb;
			font-weight: bold;
		}
		
		
div#menu
{
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	position:relative;
	z-index:3;
}

	img#menu_top
	{
		position: absolute;
	}

	div#menu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		position:relative;
	}
	
	div#menu li
	{
		margin: 0;
		padding: 0;
		float: left;
		position:relative;
	}
	
		div#menu li:hover
		{
			background-image: url('images/menu_hover-bg.jpg');
			background-repeat: repeat-x;
		}
		
		div#menu li.on
		{
			background-image: url('images/menu_hover-bg.jpg');
			background-repeat: repeat-x;
		}
	
		div#menu li a
		{
			background: url('images/menu_border-bg.jpg') top right no-repeat;
			display: block;
			height: 37px;
			line-height: 37px;
			padding: 0 12px;
			color: #FFF;
			text-decoration: none;
			text-transform:uppercase;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
		}
		
		#menu li ul {
			display: none;
			position: absolute;
			width:200px;
			left: 0;
			margin-left:-3px;
			z-index:1;
			top:37px;
			padding-bottom:7px;
			background:url('images/subbottom.png') no-repeat bottom;
		  }
		#menu li ul li
		{
			width:200px;
			text-align:left;
			padding:0px 12px;
			background:url('images/subback.png') repeat-y;
			margin:0;
		}
		#menu li ul li a
		{
			display:block;
			height:22px;
			line-height:22px;
			padding:0 12px;
			margin:0 0;
			text-transform:none;
			background:url('images/white_pointer.gif') left no-repeat;
			width:160px;
			font-weight:normal;
			font-size:11px;
		}
		#menu li ul li a:hover
		{
			text-decoration:underline;
		}
		#menu li ul li.on
		{
			background:url('images/subback.png') repeat-y;
		}
		#menu li ul li:hover
		{
			width:200px;
			text-align:left;
			padding:0px 12px;
			background:url('images/subback.png') repeat-y;
		}		

		#menu li:hover ul, #menu li.over ul{ 
		display: block;
		z-index:4;}			
		
		
		
		
	div#search
	{
		float: right;
	}
	
	div#search form
	{
		margin: 0 10px 0 0;
		padding: 0;
	}
	
		input#search_field
		{
			position: relative;
			top: 12px;
			padding: 0 3px 0 0;
			width: 115px;
			border: none;
			background: none;
			float: left;
			color: #999;
			font-size: 11px;
		}
		
		input#submit
		{
			position: relative;
			top: 6px;
			padding: 0px 10px;
			letter-spacing: 10px;
			height: 25px;
			border: none;
			float: left;
			background: none;
		}

div#spotlight
{
	background-image: url('images/banner-bg.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 176px;
	margin-bottom: 7px;
}
.news_item_spotlight
{
	color:#fff;
}

.news_item_spotlight .news_title
{
	color:#fff;	
	border:0;
	padding:15px 10px 10px 10px;
	font-size:22px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	letter-spacing:0.1em;
}
.news_item_spotlight .news_date
{
	display:none;	
}
.news_item_spotlight .news_image
{
	padding:10px;	
	float:left;
	overflow:hidden;
	width:240px;
	height:170px;
	padding-bottom:0;
}
.news_item_spotlight .news_image img
{
	width:240px;	
}
.news_item_spotlight .news_summary
{
	height:105px;
	overflow:hidden;
	line-height:160%;
	padding:0 40px 0 0;
	width:650px;
	float:left;
}
.news_item_spotlight .news_readmore
{
	display:none;	
}
div#main
{
	
}

	div#main_top
	{
		background-image: url('images/main_top-bg.jpg');
		background-repeat: no-repeat;
		height: 7px;
	}
	
	div#main_center
	{
		background-image: url('images/main_center-bg.jpg');
		background-repeat: repeat-y;
	}
	
		div#main_left
		{
			float: left;
			width: 194px;
		}
		
			div#main_left h3
			{
				margin: 5px 0 10px 10px;
				padding: 0;
				color: #1381cb;
			}
			
			div#main_left .site_image
			{
				border: #CCC solid 1px;
				margin: 5px 10px;
				padding: 1px;
				width: 166px;
				height:50px;
				overflow:hidden;
			}
			
			div#main_left .site_title
			{
				background-image: url('images/site_border-bg.jpg');
				background-position: right bottom;
				background-repeat: no-repeat;
				text-align: right;
				margin: 0 10px 10px 10px;
				padding: 2px 0px 8px 0;
			}
			
				div#main_left .site_title a
				{
					color: #1381cb;
					text-decoration: none;
				}
				
					div#main_left .site_title a:hover
					{
						color: #666;
						text-decoration: none;
					}
		
		div#main_right
		{
			float: right;
			width: 782px;
		}
		
			div#content
			{
				margin: 5px 10px;
				color: #666;
				line-height: 18px;
			}
			#content li
			{
				margin-left:15px;	
			}
		
			div#breadcrumbs a, div#breadcrumbs
			{
				color: #1381cb;	
				font-weight:bold;
				font-size:12px;
				
			}

			div#content h1
			{
				margin: 5px 0 0px 0;
				padding: 0;
				font-size: 13px;
				color: #cc4733;
			}
			div#content h2
			{
				margin: 5px 0 0px 0;
				padding: 0;
				font-size: 12px;
				color: #1381cb;
			}
			div#content h3
			{
				margin: 0 0 5px 0;
				padding: 0;
				font-size: 12px;
				color: #1381cb;
			}
		
			div#content p
			{
				margin: 0 0 10px 0;
				padding: 0;
			}
	
	div#main_footer
	{
		background-image: url('images/main_footer-bg.jpg');
		background-repeat: no-repeat;
		height: 7px;
	}
	
div#footer

{
	background:url('images/footer-bg.jpg') bottom no-repeat;
	width: 100%;
	font-size: 10px;
	line-height:150%;
	float:left;
	margin-top:7px;
	padding-bottom:10px;
}
div#footer-top
{
	background:url('images/footer-top.jpg') top no-repeat;
}

	div#footer .menu_footer
	{
		float: left;
		padding:10px 0 0 0; 
	}
	.menu_footer ul, .menu_footer li
	{
		margin:0;
		padding:0;
	}	
	
	.menu_footer li
	{
		width:186px;
		float:left;
		padding-left:10px;
	}
	.menu_footer ul li ul li
	{
		width:165px;
		height:16px;
		display:block;
		padding-left:0;
	}
	
	
		div#footer .menu_footer li a
		{
			margin: 0;
			color: #1381cb;
			font-size: 10px;
			font-weight:bold;
		}
		
		div#footer .menu_footer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			
				div#footer .menu_footer li li a
				{
					color: #999;
					text-decoration: none;
					font-weight:normal;
				}
				
				div#footer .menu_footer li li a:hover
				{
					color: #666;
				}

#logoFooter
{
	text-align:center;	
	padding:10px;
	clear:both;
}
#logoFooter img
{
	width:40px;	

}

/* ----------------------------------------------------------------------- LINKS */

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */



/* ----------------------------------------------------------------------- SUB-MENU */


/* ----------------------------------------------------------------------- NEWS */

div#content .news_item
{
	padding-bottom:20px;	
}
div#content .news_title
{
	border-bottom:1px solid #ddd;	
	font-weight:bold;
				font-size: 13px;
				color: #cc4733;
}
div#content .news_date
{
	font-style:italic;	
}
div#content .news_image
{
	float:left;
	margin-right:5px;
}


/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */
#spotlightContainer
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:10px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}

div#projects_category
{
	float: left;
	width: 250px;
	border-right: #CCC solid 1px;
}

	div#projects_category ul
	{
		margin: 0;
		padding: 0;
	}
	
		div#projects_category li
		{
			margin: 0 0 0 25px;
			padding: 0;
			list-style-image:url('images/red_pointer.gif');
		}
		
div#projects
{
	float: left;
	width: 500px;
	margin: 0 0 0 10px;
}

	div#projects ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		div#projects li
		{
			width: 466px;
			margin: 0 0 10px 15px;
			padding: 1px 1px 0px 1px;
			float: left;
			border: #CCC solid 1px;
			background-color: #F9F9F9;
			position: relative;
		}
		
			div#projects li a
			{
				color: #FFF;
				font-weight: bold;
				display: block;
				padding: 5px;
				text-decoration: none;
			}
		
		div.projectImage
		{
			position: relative;
			height: 120px;
			overflow:hidden;
		}
		
		div.projectTitle
		{
			position: absolute;
			bottom: 0;
			background-image: url('images/trans.png');
			width: 466px;
		}
		
		div#projects img
		{
			width: 466px;
		}
		
		
/* ----------------------------------------------------------------------- SITEMAP */

h2#sitemapHeader
{
	display:none;	
}
.sitemap ul
{
	padding:0;
	margin:0;
}	
.sitemap li a
{
	font-weight:bold;
	list-style-type:none;
}
.sitemap li li a
{
	color:#06C;
	font-weight:bold;
	list-style-type:none;
	
}
.sitemap li li li a
{
	font-weight:bold;
	color:#06C;
	font-size:10px;
	list-style-type:none;
	
}
.sitemap li li li li a
{
	font-weight:bold;
	color:#333;
	font-size:9px;
	list-style-type:none;
	
}

.sitemap li
{
	background:none;	
	list-style-type:none;

}
.sitemap li li
{
	background:url(images/red_pointer.gif) top left no-repeat;
	margin:0;
	padding: 0 0 0 20px;
	list-style-type:none;

}
.sitemap li li ul
{
	margin-top:5px;
}
div#mod_faq_items
{

}
.mod_faq_q a
{
	color: #1381cb;
	font-weight:bold;
	line-height:25px;
}
div#mod_faq_items h3
{
	font-size: 13px;
	color: #cc4733;
}
