

html {
	}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#808080;
	background:#666;
	}

.clear {
	height:0;
	width:0;
	line-height:0;
	clear:both;
	}

h1, h2, h3, h4 {
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:24px;
	}
h1 { font-size:18px; color:#e15a44; }
h2 { font-size:16px; color:#e15a44; }
h3 { font-size:14px; color:#000; }
h4 { font-size:12px; color:#e15a44; }

a:link, a:visited {
	color:#e15a44;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}


.gallery_nav {
	clear:both;
	}

.wrapper {
	}
	.container {
		width:780px;
		margin:auto;
		background:#fff;
		}
		.header {
			height:93px;
			background:url(../images/bg_header.jpg) no-repeat;
			}

		.nav {
			height:33px;
			background:#595959;
			font-size:14px;
			}
			.nav a:link, .nav a:visited {
				float:left;
				padding:0 10px;
				color:#fff;
				text-decoration:none;
				}
			.nav a:hover {
				color:#ccc;
				text-decoration:none;
				}
			.nav a:link.cur, .nav a:visited.cur {
				background:#888;
				}
				
			.nav ul {
				padding:0;
				margin:0;
				line-height:33px;
				list-style:none;
				}
				.nav ul li {
					float:left;
					background:url(../images/bg_nav_li.gif) no-repeat right center;
					}
			
		.main {
			background:#efefef;
			}
			.sidebar {
				padding:10px;
				width:180px;
				float:left;
				display:inline;
				}
				.sidebar a:link, .sidebar a:visited {
					color:#C64934;
					}
				.sidebar a:hover {
					color:#000;
					}
				.subscribe {
					}
					.subscribe form{
						}
					.subscribe input.subscribe_txt {
						width:173px;
						margin-bottom:2px;
						}
					.subscribe input.subscribe_btn {
						width:90px;
						font-size:11px;
						float:left;
						}
						
						
				.features {
					text-align:center;
					}
					.features img {
						border:none;
						margin:10px 0;
						}
				.contact_widget {
					text-align:center;
					}
					.sidebar a.cur {
						font-weight:bold;
						}
				.sidebar ul {
					list-style:none;
					margin:0;
					padding:0;
					line-height:22px;
					}
					.sidebar ul li {
						}
				
			.content {
				background:#fff;
				width:550px;
				float:left;
				padding:10px 15px;
				}
		.footer {
			padding:0 10px;
			height:35px;
			line-height:35px;
			background:url(../images/bg_footer.gif) no-repeat center #b9b9b9;
			font-weight:bold;
			}
			.footer a:link, .footer a:visited {
				color:#000;
				text-decoration:none;
				}
			.footer a:hover {
				color:#fff;
				text-decoration:underline;
				}
				
 /* ==== Contact Module ==== */
	.contact_form {
		float:left;
		padding-bottom:20px;
		}
		.contact_form form {
			line-height:26px;
			}
			.contact_form label {
				width:180px;
				float:left;
				clear:both;
				color:#333;
				}
			.contact_form input.txt {
				width:250px;
				float:left;
				}
			.contact_form input.btn {
				float:left;
				clear:both;
				margin-left:180px;
				}
			.contact_form select {
				width:250px;
				float:left;
				}
			.contact_form textarea {
				width:250px;
				height:100px;
				float:left;
				}
			span.required {
				font-size:18px;
				color:#ff3300;
				font-weight:bold;
				}

 /* ==== gallery Module ==== */

	.gallery_block {
		position:relative;
		float:left;
		width:120px;
		height:110px;
		border:1px solid #666;
		background:#CCC;
		padding:1px;
		margin:25px;
		display:inline;
		}
		.gallery_block .gallery_thumb {
			width:80px;
			height:65px;
			overflow:hidden;
			margin-top:10px;
			margin-left:19px;
			}
			.gallery_block .gallery_thumb img {
				border:none;
				}
		.gallery_block .gallery_name {
			position:absolute;
			width:120px;
			height:24px;
			bottom:1px;
			left:1px;
			background:#333;
			text-align:center;
			}
			.gallery_block .gallery_name h2 {
				color:#fff;
				text-decoration:none;
				font-size:12px;
				}

			
	.photo_thumb {
		float:left;
		height:100px;
		width:135px;
		text-align:center;
		}
		.photo_thumb a:link img , .photo_thumb a:visited img {

			}
		.photo_thumb a:hover img {
			border:2px solid #000;
			}
		
		
		
		
		
		
		