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


/*basic elements*/

body {
	background-image: url(images/background.jpg);
}

p {
	font-family: "Times New Roman", Times, serif;
	letter-spacing:1px;
	color: #FF9900;	
  }
  

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
	text-align:center;
	}
	
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #FF9900;
	text-decoration: underline;
	text-align:center;
	}
	
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #FF9900;
	text-decoration: underline;
	text-align:center;
	}

#roundcont{
	width: 964px;
	background: #000000 url(images/background-img.jpg) no-repeat;
	}
		
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0  repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.header {background: url(images/header.jpg) center top no-repeat;}


.footer{
	font-size:12px;
	color: #FF9900;
	text-align:center;
	font-weight: 100;
	line-height:24px;
	}

/*index*/

.indextext {
	font-size: 18px;
	font-style: italic;
	color: #FF9900;
	text-align:center;
	font-weight: 100;
	line-height:30px;
	}

.indeximage{
	width:1065px;
	margin-bottom: 70px;
	margin-left: -49px;
	}

/*services*/

.blservices {background: url(images/bl-services3.gif) 0 100% no-repeat}
.brservices {background: url(images/br-services3.gif) 100% 100% no-repeat }
.trservices {background: url(images/tr-services3.gif) 38% 0 no-repeat}
.tlservices {background: url(images/tl-services3.gif) 0 0 no-repeat}
	
#services{
	background: url(images/office-img.jpg) no-repeat;
	width: 964px;
	height:1000px;
	}
	
.textcontainerserv{
	opacity:.60;filter: 
	alpha(opacity=60); 
	-moz-opacity: 0.60;
	width: 400px;
	height: 660px;
	background: #000000;
	float: none;
	margin-top: -950px;
	position: relative;
	z-index: 50;
	}
	
#list{
	width:964px;
	text-align:left;
	background: url(images/office-img.jpg) no-repeat;
	}
	
.listStyle{
	text-align:left;
	position: relative;
	color: #FF9900;
	width: 350px;
	padding: 10px;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 25px;
	letter-spacing:1px;
	line-height:40px;
	list-style-position: inside;
	list-style-type: disc;
	letter-spacing:1px;
	font-weight: 100;
	}
	
.subList{
	font-size:13px;
	line-height: 17px;
	text-align:justify;
	}
	
.servText{
	line-height: 25px;
	}
	

/*smile*/

#smile{
	background: url(images/smile-img.jpg) no-repeat;
	background-repeat:no-repeat;
	margin-bottom:50px;
	height:2700px;
	width: 964px;
	}

.smileText{
	text-align: left;
	float: none;
	display: block;
	position: relative;
	z-index: 90;
	color: #FF9900;
	width: 450px;
	height: 50px;
	padding: 10px;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 25px;
	letter-spacing:1px;
	line-height:30px;
	font-weight: 100;	
	}

.smileHead{
	float: none;
	display: block;
	position: relative;
	z-index: 90;
	color: #FF9900;
	width: 450px;
	font-size: 16px;
	letter-spacing:1px;
	font-weight: bold;
	}

.smileImages{
	margin-left: 20px;
	}


/*location*/

#location{
	background: url(images/building-img.jpg) no-repeat;
	width: 964px;
	}

.locText{
	text-align:left;
	float: none;
	display: block;
	position: relative;
	z-index: 90;
	color: #FF9900;
	width: 350px;
	height: 50px;
	padding: 10px;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 25px;
	letter-spacing:1px;
	line-height:30px;
	letter-spacing:1px;
	font-weight: 100;
	}
	

/*contact*/

#contact {
	text-align:center;
	margin-left: 20px;
	color: #FF9900;
	width: 400px;
	font-weight: 100;
	}
	
.form {
	text-align:right;
	font-size: 14px;
	padding:20px;
	font-weight: 100;
	}
	
.imageContact{
	float: none;
	display: block;
	position: relative;
	z-index: 90;
	height: 600px;
	width: 350px;
	margin-top: -1120px;
	margin-left: 540px;
	
	}


/*error*/
	
.error {
	font-weight:100;
	font-size:18px;
	font-style:italic;
	}