* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

hr {
	margin: 10px 0 0 0;
	background-color: #333333;
}

#wrapper { 
	 margin: 0 auto;
	 width: 949px;
}

/** Header **/
#header {
	width: 949px;
	color: #333;
	height: 63px;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/** Nav **/

#navigation {
	width: 949px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 27px;
	padding-left: 4px;
}

#navlist li a {
	text-decoration: none;
	color: #333333;
	}
	
#navlist li a:hover {
	font-style: italic;
	color: #999999;
	}

/** Content **/

#content { 
	 width: 949px;
	 color: #333;
	 background: #F2F2E6;
	 margin: 0;
}

#content_contact {
	width: 949px;
	height: 515px;
	color: #333;
	margin: 5px 0;
	background-color: #F2F2E6;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#info {
	float: left;
	 margin: 20px 0 0 30px;
	 width: 400px;
	 padding: 20px;
	}
	
#info p {
	text-indent: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
	}

#contact_form {
	float: right;
	margin: 40px 25px 0 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	}

/** Gallery **/

#gallery {
	position: relative; 
	width: 949px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#image {
	position: relative;
	width: 949px;
	height: 400px;
	background-color: #FFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#image img {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}
	
#templatemo_container #templatemo_gallery_panel {
	clear: both;
	overflow: hidden;
	width: 949px;
	height: 360px; /* expend this if u wanna put thumbnail */
	padding: 0;
	border-bottom: 10px solid #0a1521;
}
	
	
#thumbwrapper {
	margin-top: 5px; 
	width: 949px;
	height: 100px;
	}

#thumbarea {
	position: relative;
	overflow: hidden; 
	height: 100px; 
	width: 949px;
	}
	
#thumbarea ul{ 
	margin: 0; 
	padding: 0px;
	}
	
#thumbs {
	position: absolute; 
	list-style: none; 
	height: 100px; 
	width: 10000px;
	}
	
#thumbs li {
	float: left; 
	margin-right: 5px; 
	cursor: pointer;
	}

.imgnav {
	position: absolute; 
	height: 400px; 
	width: 10%; 
	z-index: 100; 
	outline: none; 
	cursor: pointer;
	}
	
#previmg {
	left: 0;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#previmg:hover {
	opacity: .40; 
	filter: alpha(opacity=100);
	}
	
#nextimg {
	right: 0;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#nextimg:hover {
	opacity: .40; 
	filter: alpha(opacity=100);
	}

/** Form Elements **/

h3 {
	padding: 10px 0;
	}


#contact-area {
	width: 400px;
	margin: 10px 25px 0 0;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 75px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin: 0 0 3px 0;
	width: 100px;
	font-size: 1em;
}



/** Footer **/

#footer { 
	width: 949px;
	height: 18px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 5px 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#footer p {
	width: 390px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	}

#footerlogo {
	width: 949px;
	height: 18px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 5px 0;
}

#footerlogo p {
	width: 200px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
}

#footerlogo a {
	color: #CC3300;
	text-decoration: none;
}

#footerlogo a:hover {
	text-decoration: underline;
	}