* { padding: 0; margin: 0; }

img
{  border-style: none;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper { 
	 width: 970px;
	 min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */

}

h3 {
	text-transform: uppercase;
	margin-top: 25px;
	color: #2B1A0D;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C3C9C7;
	}
	
p {
	color: #666666;
	}
	
a {
	color:#E06519;
	text-decoration: none;
	}
	
a:hover {
	color:#999999;
	}

#header {
	color: #BFD1CB;
	width: 970px;
	float: left;
	padding: 10px 0px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 8px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader;
}

.logo {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	padding-left: 20px;
	}

#clear {
	clear: both;
	}

/* Main Menu */

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 80px 10px 0 0;
	float: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#navlist li a {
	text-transform: uppercase;
	color: #E06519;
	text-decoration: none;
	padding-left: 7px;
	padding-bottom: 20px; /* Helps menu stay up if your aim sucks */
	height: 90px;
	font-family: geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	
#navlist li a:hover {
	color: #666666;
}

li#last {
	border: none;
}

/* Dropdown Menu */

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	right: 84px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	font-style: italic;
	width: 500px;
	padding-bottom: 20px; /* Helps menu stay up if your aim sucks */
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul {
	display: block; /* The magic */
	} 

/* Meat */

#home {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 960px;
	min-height: 640px;
	display: inline;
	background-color: #E3E9E7;
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}

/* Right Column */

#rightcolumnhome {
	color: #333;
	padding: 10px;
	width: 217px;
	margin-right: 20px;
	margin-top: 5px;
	float: right;
	background-color: #F1F7F4;
}

#rightcolumnhome p {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C3C9C7;
	margin-bottom: 10px;
	padding-bottom: 15px;
	line-height: 16px;
}

#rightcolumnhome h4 {
	color: #666666;
}

.last {
	border: none;
	}

/* Left Column */

#leftcolumnhome {
	float: left;
	color: #333;
	padding: 10px;
	width: 650px;
	margin-left: 20px;
	margin-top: 5px;
	display: inline;
	background-color: #F1F7F4;
}

#leftcolumnhome h2 {
	text-transform: uppercase;
	margin-top: 30px;
	color: #E06519;
	}
	
#leftcolumnhome p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	}
	
#leftcolumnhome a {
	color: #E06519;
	text-decoration: none;	
	}
	
#leftcolumnhome a:hover {
	color: #2B1A0D;
			/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
	}

#home img {
	margin: 5px 15px 5px 5px;
	float: left;
	padding-right: 15px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #C3C9C7;
	}
	
h1 {
	font-size: 38px;
	color: #666666;
	letter-spacing: -3px;
	margin: 15px 0px 15px 23px;
}	

#blink {
	text-decoration: blink;
}

#leftcolumn {
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 500px;
	width: 200px;
	float: left;
	background-color: #BFD1CB;
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}

#leftcolumn h4 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 7px;
	}

#leftcolumn a {
	color: #2B1A0D;
	}	

.left {
	float:left;
	margin-left: 35px;
	margin-top: 10px;
	}

#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 500px;
	width: 715px;
	display: inline;
	background-color: #E3E9E7;
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}

#rightcolumn p {
	width: 330px;
	float: right;
	margin-top: 20px;
	padding-right: 30px;
	line-height: 18px;
	}
	
#rightcolumn h3 {
	text-transform: uppercase;
	margin: 25px 25px 10px 25px;;
	color: #E06519;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C3C9C7;
	}

#rightcolumncontact {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 500px;
	width: 715px;
	display: inline;
	background-color: #E3E9E7;
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}

#rightcolumncontact p {
	margin: 5px 25px;
	}

.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

/* Services */

#services {
	width: 700px;
	float: left;
	border-top: medium solid #C3C9C7;
	}
	
#services li {
	list-style: none;
	float: left;
	padding: 15px;
	}

#services h4{
	padding: 5px;
}

#services img{
	border: thin solid #999999;
	}
	
#services a:hover {
	color: #59351A;
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
	}	
	
/* Galleries */

#rightcolumngallery {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
	width: 715px;
	display: inline;
	background-color: #E3E9E7;
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}
	
#rightcolumngallery h1 {
	font-size: 38px;
	color: #999999;
	letter-spacing: -3px;
	margin: 15px 0px 5px 23px;
}

#gallery {
	width: 700px;
	float: left;
	padding-top: 10px;
	border-top: medium solid #C3C9C7;
}

#rightcolumngallery p {
	margin: 5px 25px;
	}

#galleryright {
	width: 450px;
	height: 100%;
	float: right;
	margin: 5px 35px 0 0;
	}
	
#galleryright img {
	border: thin solid #999999;
	}

#galleryright p {
	margin: 5px 15px;
	}

#galleryleft {
	width: 150px;
	height: 100%;
	float: left;
	padding-left: 35px;
	}
	
#galleryleft li {
	float: left;
	list-style: none;
	margin: 6px;
	
}

#galleryleft img {
	margin: none;
	padding: none;
	border: thin solid #999999;
	}
	
#gallery_ill {
	width: 450px;
	height: 400px;
	float: right;
	margin: 5px 35px 0 0;
	}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 20px;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
	padding: 5px;
	color: #666666;
	background: #EEE;
	border: 1px solid #CCC;
	font-family: verdana, sans-serif;
	font-size: .9em;
	font-weight: 400;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	border: 1px solid #888;
	background-color: #CCCCCC;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

input.radio {
  background: none;
  border: 0px;
}

/* Footer */

#footer {
	height: 75px;
	clear: both;
	color: #E06519;
	background: #E06519;
	padding-top: 5px;
	position: relative;
}

#footer p {
	color: #E3E9E7;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 15px;
	}
	
#footer a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color:#2B1A0D;
	}		
	
.push {
	height: 45px; /* .push must be the same height as .footer */
}

/* Illustrations Gallery */

#gallery2 {
	position: relative; 
	width: 440px;
	}
	
#image {
	position: relative;
	width: 440px;
	height: 260px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#tag {
	float: left;
	position: absolute;
	display: block;
	top: 0px;
}
	
#image img {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}
	
#templatemo_container #templatemo_gallery_panel {
	clear: both;
	overflow: hidden;
	width: 440px;
	height: 300px; /* expend this if u wanna put thumbnail */
	padding: 0;
}
	
	
#thumbwrapper {
	margin-top: 5px; 
	width: 440px;
	height: 109px;
	}

#thumbarea {
	position: relative;
	overflow: hidden; 
	height: 100px; 
	width: 440px;
	}
	
#thumbarea ul{ 
	margin: 0; 
	padding: 0px;
	}
	
#thumbs {
	position: absolute; 
	list-style: none; 
	height: 100px; 
	width: 10000px;
	}
	
#thumbs li {
	float: left; 
	margin-right: 2px; 
	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);
	}