@charset "utf-8";
/* CSS Document */

html {
	height: 100.1%; /* gives a scrollbar in Mozilla/Firefox */
	} 

* {
	padding: 0; margin: 0;
	}	

img {
	border: 0;
	}
ul, ol {
	list-style-type: none;		
	}

form {
	display: inline;
	}
input, select, textarea {
	padding: 1px 0 0 0;
	font: 1em Arial, Helvetica, sans-serif;
	}
input.button {
	border: 0;
	}	
select#country {	
	width: 150px;
	}		

small {
	float: left;
	line-height: 2.5em;
	}
		
.hide {
	display: inline; width: 0; height: 0;	position: absolute; left: -9999px; visibility: hidden; font-size: 0;	
	}
.validation_error {	
	float: left; display: inline;
	padding-left: 18px; margin: 4px 0 0 0;
	color: #C20000; font-size: 0.9em; font-weight: bold;
	background: url(/templates/images/layout/icon_error.gif) no-repeat;
	}

	
/*** default links ***/

a, a:visited {
  color: #90903E;
	text-decoration: none;
	}
a:hover {
	color: #90903E;
	text-decoration: underline;	
	}

	
/*** typography ***/



	
/*** common ***/
	
body {
	font: 0.8em Arial, sans-serif;
	color: #fff;
	background:#121111;
	}	

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg2.jpg) repeat-x;
	}	
#header{
	width:980px;
	margin:0 auto;
	background:#fff;
	height:119px;
	}
#logo{
	float:left;
	width:250px;
	height:110px;
	}
#navigation{
	float:right;
	margin:20px 10px 0 0;
	}
#navigation i{
	 display:none;
	}
#navigation ul{
	float:right;
	margin:15px 0 0 0;
	padding:0;
	}
#navigation li{
	float:left;
	padding:0;
	margin:0;
	display:block;
	}
.sites{
	margin:10px 0;
	float:left;
	clear:both;
	}
.sites ul{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	}
.sites li{
	float:left;
	padding:5;
	list-style-type:none;
	margin:5px;
	border:8px solid black;
	}
.home {
	background:url(../images/nav_home.gif) no-repeat;
	}
.home a{
	width:138px;
	height:52px;
	display:block;
	}
.homeon {
	background:url(../images/nav_home01.gif) no-repeat;
	}
.about {
	background:url(../images/nav_aboutus.gif) no-repeat;
	}
.about a{
	width:141px;
	height:52px;
	display:block;
	}
.abouton {
	background:url(../images/nav_aboutus01.gif) no-repeat;
	}
.portfolio {
	background:url(../images/nav_portfolio.gif) no-repeat;
	}
.portfolio a{
	width:141px;
	height:52px;
	display:block;
	}
.portfolioon {
	background:url(../images/nav_portfolio01.gif) no-repeat;
	}
.contact {
	background:url(../images/nav_contactus.gif) no-repeat;
	}
.contact a{
	width:130px;
	height:52px;
	display:block;
	}
.contacton {
	background:url(../images/nav_contactus01.gif) no-repeat;
	}
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid #333;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
#content{
	width:960px;
	margin:0 auto;
	padding:10px;
	}
#content h1{
	font-size:3em;
	font-weight:normal;
	color:#9C0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0 35px 0;
	}
#content ul{
	margin:20px 0 10px 20px;
	list-style-type:disc;
	}
#content p{
	margin:7px 0;
	}
	
#subnav {
	clear:both;
	display:block;
	float:left;
	margin:0 0 15px;
	padding:0 0 0 8px;
	width:99%;
	}
#subnav ul.menu {
	margin:15px 0;
	padding:5px 0;
	text-align:left;
	list-style-type:none;
	}
#subnav ul.menu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:8px 10px;
	}
#subnav ul.menu li a {
	border:medium none;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
.childscontainer {
	float:left;
	margin:0 auto 20px;
	}
ul.thumbs {
	list-style-type:none;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	}
ul.thumbs li {
	display:block;
	float:left;
	list-style-image:none !important;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 5px 0 !important;
	}
form {
	margin:20px 10px;
	padding:15px 25px 25px 20px;
	}
	
form p {
	border-bottom:1px solid #101010;
	margin:0;
	padding:12px 0 5px;
	}
label {
	color:#FAFAFA;
	font-weight:bold;
	}
#content p.disc{
	color:#666;
	margin:25px 0;
	display:block;
	clear:both;
	}
#footer{
	clear:both;
	width:980px;
	height:180px;
	margin:0 auto;
	background:url(../images/foot_bg.png) no-repeat;
	border-bottom:3px solid #262626;
	}
#footer ul{
	float:right;
	margin:120px 0 0 0;
	list-style-type:none;
	}
#footer li{
	float:left;
	padding:0 4px;
	border-right:1px solid #333;
	}
#footer a{
	color:#999;
	text-decoration:none;
	}
.foot_note{
	float:left;
	font-size:0.7em;
	color:#999;
	margin:120px 0 0 10px;
	}