body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.3em;
	color: #FFFFFF;
	}

.wrapper {
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 930px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mygallery a {color: #ccc; text-decoration: none; }

h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2  { color: #c8c8c8; font-size: 16px; line-height: 1em }
h3   { color: #c8c8c8; font-size: 9px; font-weight: normal }
h4   { color: #eeeeee; font-size: 10px; font-weight: normal; text-decoration: none }
a:link1 { color: #d1d1d1; text-decoration: none }
a:visited1 { color: #d1d1d1 }
a:hover1 { color: #f03; text-decoration: none }
a:active1 { color: #d1d1d1 }
h5      { color: #c8c8c8; font-size: 6px; font-weight: normal; line-height: 1em; text-decoration: none }

h6 { color: red; font-size: 18px; font-weight: normal; margin: 2.33em 0 }
.class { }
a:link { }
a:visited { }
a:hover { }
a:visited1 { }
/*----Text styling / Paragraphs-----*/

.panelp {color: #8c8683; font-size: 12px;} /*Class for paragraphs inside a panel slider */

#content p img   { background: black; margin: 5px 10px 10px 0; padding: 1px; border: none }
#content p img.right  { background-color: black; margin: 5px 0 10px 10px; float: right }
#content p img.simple  { background: black; margin: 0; padding: 0; border: none }

.news p {border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: 60px;}
.news p:last-child {border: none; margin-bottom: 0px;}

.home {padding-top: 10px;}
.home img {margin: 0px 5px;}

blockquote {
  background: url(../images/quote1.gif) left top no-repeat;
}
blockquote p {
  padding: 0 60px;
  background: url(../images/quote2.gif) right bottom no-repeat;
  font-style: italic;
}

.listitem li {
	padding-left: 15px;
	margin-left: 4px;
	background: url(../images/listitem.gif) no-repeat left ;
}

/*---------------Header Part----------------*/
	
#bigheader {
	height: 400px;
	background: #000 url(../images/home.jpg) no-repeat center top;
	overflow: hidden;
	}

#smallheader  { background: #000 url("../images/home.jpg") no-repeat center top; height: 100px; overflow: hidden }

#logo {
	float: left;
	width: 945px;
	height: 75px;
	padding-top: 10px;
	overflow: hidden;
	}

#logocenter {
	width: 930px;
	padding-top: 150px;
	text-align: center;
}
	
#togglegallery {
	float: right;
	width: 70px;
	height: 55px;
	overflow: hidden;
	padding-top: 45px;
}

	/*-------Search-------*/
	#right {
		float: right;
		width: 250px;
		overflow: hidden;
		height: 60px;
		padding-top: 43px;	
	}
	
	.search input, .search button {
		border: none;
		float: left;
	}
	
	.search input.box {
		color: #666;
		border: 1px solid #666;
		width: 150px;
		height: 15px;
		padding: 2px 5px;
		background: url(../images/bg_1.jpg);
		margin-right: 5px;
	}
	
	.search input.box:focus {
		border: 1px solid #000;
	}
	
	.search button.btn {
		width: 60px;
		height: 22px;
		cursor: pointer;
		text-indent: -9999px;
		background: url(../images/search.png);	
	}
	
	.search button.btn:hover {
		background: url(../images/searcha.png);	
	}

		/*-----------Slide Gallery----------------*/
		
		.stepcarousel{
		position: relative; /*leave this value alone*/
		overflow: scroll; /*leave this value alone*/
		width: 930px; /*Width of Carousel Viewer itself*/
		height: 300px; /*Height should enough to fit largest content's height*/
		}
		
		.stepcarousel .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
		}
		
		.stepcarousel .panel{
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin-right: 10px; /*margin around each panel*/
		width: 930px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
		}
		
					/*-----------Slide Gallery Panel Styles----------------*/
					
						/*----Panel 1-----*/
		
						#panel1l   { padding-top: 40px; padding-left: 40px; width: 520px; float: left }
						
						#panel1r  { width: 530px; float: left }					
						
						/*----Panel 2-----*/
#panel2l { padding-top: 40px; padding-left: 40px; width: 520px; float: left }
#panel2  { width: 530px; float: left }
						
						
						/*----Panel 3-----*/
#panel3r  { width: 530px; float: left }
						
						/*----Panel 4-----*/
						
						
						/*----Panel 5-----*/



/*---------------Content Part----------------*/

#contentpart {
	border-top: 1px solid #fff;
	color: #000000;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	}

#content  {
	font-size: 11pt;
	line-height: 1.5em;
	clear: both;
	border-color: #000000;
	outline-color: #000000
}

.title {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-color: #000000;
	outline-color: #000000;
}
	

		/*---------------Menu----------------*/
		
		.menu  { list-style: none; margin-bottom: 30px; height: 50px; float: left }
		
		.menu li    { float: left }
		
		.menu li a      {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
	height: 36px;
	min-width: 35px;
	float: left
}
		
		.menu li a:hover { color: #fff; background: red }
		
		.menu li.current a  { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
			
		#arrow {
			clear: both;
			height: 39px;
			padding-left: 750px;
			overflow: hidden;
		}
			
					/*---------------3 Column Layout (3 equal columns)----------------*/
					
					#column1 {
						float: left;
						width: 280px;
					}
					
					#column2 {
						float: left;
						width: 280px;
						margin-left: 45px;
						margin-right: 45px;
					}
					
					#column3 {
						float: left;
						width: 280px;
					}
					
					/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 585px;
					}
					
					#sidebar  { margin-left: 45px; width: 300px; float: left }
					
							/*---------------Sidebar menu----------------*/
					
							.sidemenu   { color: #d1d1d1; font-size: 10pt; text-decoration: none; list-style: none }
							
							.sidemenu li        { color: #d1d1d1; font-size: 10pt; font-weight: normal; text-decoration: none; padding-top: 8px; padding-left: 8px; height: 30px; border-bottom: 1px solid #e9e9e9 }
							
							.sidemenu li a        { color: #ddd; font-size: 10px; font-weight: normal; text-decoration: none }
							
							.sidemenu li a:hover   { color: red; font-size: 10pt; text-decoration: none; padding-left: 5px }
								
							
							/*---------------Contact form----------------*/
							

							#contact-area {
								width: 585px;
							}
							
							#contact-area input, #contact-area textarea {
								padding: 5px;
								width: 356px;
								margin: 0px 0px 10px 0px;
								border: 1px solid #ccc;
							}
							
							#contact-area textarea {
								height: 90px;
							}
							
							#contact-area textarea:focus, #contact-area input:focus {
								border: 1px solid #666;
							}
							
							#contact-area input#submit {
								width: 70px;
								float: right;
								background: #000;
								color: #fff;
								border: 1px solid #e9e9e9; 
								padding: 5px;
								margin-right: 100px;
								cursor: pointer;
							}
							
							label {
								float: left;
								text-align: right;
								margin-right: 15px;
								width: 100px;
								padding-top: 5px;
							}			
							




/*---------------Footer----------------*/

#bottom     {
	text-decoration: none;
	background-color: #000000;
	text-align: right;
	margin: 30px 0;
	padding-top: 10px;
	clear: both;
	border-style: solid none none;
	border-width: 1px medium medium;
	border-color: #000000;
	outline-color: #000000;
	font-size: 11px;
}
