/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#403b31;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background: #bab2a2;
}

img{
	border:none;
}

input:not([type]), input[type="text"], textarea{
	background-color:#6C6960;
	border: 1px solid #57544B;
	border-radius: 3px 3px 3px 3px;
	padding: 5px 7px;
	color:#FFFFFF;
}

#logo{
  	position: absolute;
  	z-index: 999;
  	width: 156px;
  	height:108px;
    top: 7px;
    left: 50%;
    margin-left: -470px;
}

#navigation {
	background:url('../images/top.gif') repeat-x top center;
	position:relative;
	height:58px;
}

#navigation2 {
	margin-left: auto;
    margin-right: auto;
	width:980px;
	padding:0px;
}

#smallbar {
	background:#524d43;
	position:relative;
	height:10px;
}

#home {
	background:url('../images/home4.jpg') repeat-x top center;
	position:relative;
	height:393px;
}

#home2 {
	margin-left: auto;
    margin-right: auto;
	width:228px;
	height:288px;
	padding:105px 738px 0px 14px;
	/*border:#ff0000 1px solid;*/
}

#common {
	position:relative;
}

#common2 {
	margin-left: auto;
    margin-right: auto;
	width:980px;
	padding:0px;
	/*border:#ff0000 1px solid;*/
}

#footer {
	background:url('../images/footer.jpg') repeat-x top center;
	position:relative;
	height:54px;
}

#footer2 {
	margin-left: auto;
    margin-right: auto;
	width:980px;
	padding:0px;
	line-height:55px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#928263;
}

a, a:visited{ 
	font-family:Arial, Helvetica, sans-serif;
}
	
a:hover, a:active { 
	text-decoration:underline; 
}

a.footerlink, a:visited.footerlink{ 
	color:#928263;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none; 
}
	
a:hover.footerlink, a:active.footerlink { 
	color:#e68f11;
	text-decoration:none; 
}

a.return, a:visited.return{ 
	color:#ffffff;
	text-decoration:none; 
}
	
a:hover.return, a:active.return { 
	color:#e68f11;
	text-decoration:none; 
}

/* Select box styling */
span.customSelect {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #6c6960;
	color:#ffffff;
	padding:5px 7px;
	border:1px solid #57544b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px;
}
select.styled option {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #6c6960;
	color:#ffffff;
	border:none;
}
span.customSelect.changed {
	background-color: #6c6960;
} 
.customSelectInner {
	background:url(../images/arrow.png) no-repeat center right;
}

.photoshadow {
    background-color:#FFFFCC;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 #777777;
    margin: 2px;
    padding: 4px;
}