@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#clear {
	clear:both;
}
#footer {
	color: #FFF;
	font-size:10px;
	text-align:center;
	position:absolute;
	width:780px;
}
#footer:first-line {
	font-size:12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#wrapper {
	margin: 60px auto;
	width: 796px;
}
#nav {
	height:47px;
	text-align:center;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	height: 32px;
	width: 100px;
	padding: 15px;
	font-weight: bold;
}
#nav a.active, #nav a:hover {
	background:url(../images/nav-ro.gif) no-repeat center;
}
#main {
	background: #393939 url(../images/main-bg-trans.png) repeat-y;
	padding: 20px;
}
#home {
	position: relative;
	width: 770px;
	left: -6px;
	height: 715px;
	background: url(../images/bg-home.jpg);
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: -227px;
}
#home #text {
	width: 400px;
	float: right;
	margin-right: 100px;
}
#about {
	position: relative;
	width: 770px;
	height:667px;
	left: -6px;
	background: url(../images/bg-about1.jpg);
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: -28px;
}
#about #text {
	width: 500px;
	float: right;
	font-size: 12px;
	line-height: 16px;
	padding-right:20px;
}
#about #text img {
	float: left;
	margin-right: 20px;
	border: solid 2px #fff;
}
#form {
	position: relative;
	width: 770px;
	height:435px;
	left: -6px;
	background: url(../images/bg-forms.jpg);
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: -28px;
}
#contact {
	position: relative;
	width: 770px;
	height:435px;
	left: -6px;
	background: url(../images/bg-contact.jpg);
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: -40px;
	padding-top: 20px;
}
#photo {
	position: relative;
	width: 770px;
	height:515px;
	left: -6px;
	background: url(../images/bg-photo.jpg);
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: -165px;
	padding-top: 137px;
	padding-left: 165px;
	margin-right: -165px;
}



ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#about #testimonial {
	width: 169px;
	position: absolute;
	left: 49px;
	top: 32px;
	font-size: 12px;
}
#testimonial .credit {
	float: right;
}
#text a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#contact #text {
	width: 460px;
	position: relative;
	left: 260px;
	font-size: 12px;
	top: -20px;
}
#contact iframe {
	border: 4px solid #FFF;
}
#top {
	height:23px;
	background:url(../images/main-top-trans.png) no-repeat;
	margin-bottom:-3px;
}
#bottom {
	height:23px;
	background:url(../images/main-bottom-trans.png) no-repeat;
}
#form #text {
	width: 500px;
	position: relative;
	left: 250px;
	top: -20px;
}
#text a:hover {
	color:#FFF;
}
ul #pdf {
	margin-bottom:-20px;
}
#pdf li {
	list-style:none;
	margin-bottom:20px;
	float:left;
	text-align:center;
	width: 150px;
	height:100px;
	margin-left:10px;
	position:relative;
	font-size:12px;
}
#pdf li em {
	font-size: 10px;
}

#photos img.big{
	border: 4px solid #FFF;
}

.btn-left{
	position: absolute;
	left: -140px;
	top: 40px;
}

.managecontainer{
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.panel{
	margin-left: auto;
	margin-right: auto;
}

a[rel] {
	cursor: pointer;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
	padding: 20px;     
    width:400px;     
    border:1px solid #666;
	position:absolute;
	left:50px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 10px 5px #000; 
    -webkit-box-shadow: 0 0 10px #000;     
} 
.simple_overlay h1 {
	line-height:1.2em;
}
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.gif); 
    position:absolute; 
    right:0px; 
    top:10px; 
    cursor:pointer; 
    height:20px; 
    width:20px;
	padding:10px;
	background-repeat:no-repeat;
}
#client-top {
	color:#FFF;
}
#client-top a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	margin-left: 10px;
}
#client-top a:hover {
	color:#FF0;
}

.hidden{
	display: none;
}
a.deleteBtn {
	cursor:pointer;
}
a.deleteBtn:hover {
	color:red;
}
label {
	font-size: 10px;
	font-weight:normal;
	margin-bottom:-10px;
	padding-bottom: -10px;
	padding: 0px;
}

a.roverride{
	color:#d6b47e;
	font-family:"Times new roman",serif;
	font-size:16px;
	display: block;
	position: absolute;
	text-decoration: none;
	top: 560px;
	width: 200px;
	left: -35px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
