/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4e0000;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

*
{
border: 0;
margin: 0;
}
form
{
	font-weight: bold;
	text-align: left;	
	color: #523188;
	display: block;	
	padding-top:5px;
}
body
{

	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bg.png);
	background-repeat:repeat;
}

#mainbg{
	background: url(images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

#main_top{
	background: url(images/main_top.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 27px;
}

#main{
	margin: 0 auto;
	width: 930px;
}

#header{
	background: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#logo{
	width: 1000px;
	margin:0 auto;
	text-align: left;
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom:30px;
	height: 80px;
}
#logo img{
	width:200px;
	hight:100px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #4e0000;
	font-weight: bold;
}


#logo H2 a{
	font-size: 13px;
}

#buttons{
	width: 902px;
	height: 57px;
	margin: 0 auto;
	background: url(images/menubg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.menu_width{
	width: 882px;
	margin: 0 auto;
}

#buttons ul {
    padding-left: 0px;
}

#buttons li {
	display: inline;
}

#buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: 20%;
	height: 33px;
	padding-top: 20px;
}

#buttons a:hover, .active{
	height: 33px;
	background: url(images/menubghov.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#content{
}

#content_bg{
	background: url(images/conbg.png);
	background-repeat:repeat-y;
}

#left{
	width: 586px;
	background-color: #ffffff;
	margin-left: 24px;
}

.left_top{
	background: url(images/left_top.jpg);
	background-repeat:no-repeat;
	background-position: top;
	height: 10px;
}

#left p{
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 10px;
}

#text{
}


#left H1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #4e0000;
	font-size: 18px;
	width:100%;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom:10px;
	margin-bottom:20px;
	background: url(images/title_left.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.read{
	text-align: right;
	background: url(images/read.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:10px;
	margin-bottom:10px;
	padding-top: 3px;
	padding-right: 4px;
	height:17px;
}

#right .read a{
	color: #ffffff;
	font-weight:normal;
	padding-right:4px;
	font-size: 12px;
	text-decoration:none;
}

.read a:hover{
	text-decoration:underline;
}

.readleft{
	text-align: right;
	margin-top:10px;
	height:16px;
	margin-right: 20px;
}

.readleft a{
	color: #4e0000;
	font-weight:bold;
	padding-right:4px;
	font-size: 12px;
	text-decoration:none;
	border-bottom: 1px dotted #4e0000;
}

.readleft a:hover{
	border: none;
}
.client{
	text-align: right;
	/*background: url(images/read.gif);*/
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:10px;
	margin-bottom:10px;
	padding-top: 3px;
	padding-right: 4px;
	height:17px;
	font-size:14px;	
}

#right{
	width: 289px;
	float:right;
	margin-right: 24px;
}

#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	text-align:center;
	height: 36px;
	padding-top: 13px;
	margin-bottom:20px;
	background: url(images/right_title.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#right .categories ul{
	padding-left: 0px;
	list-style: none;
	padding-bottom: 20px;
}

#right .categories ul li{
	padding-left: 0px;
	padding-bottom: 1px;

}

#right .categories ul li a {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #d4b6f6; /*#523188;*/
	display: block;
	height: 24px;
	padding-top: 9px;
	padding-left: 15px;
	background: url(images/cat.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 287px;
}
#right .categories ul li a:hover {
	background: url(images/catbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#right .company ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:7px;
	padding-top: 5px;
	padding-right:10px;
}

#right .company ul li{
	background: url(images/ls.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #ffffff;
}

#right a{
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

#right a:hover {
	text-decoration: underline;
}

#main_bot{
	background: url(images/main_bot.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 30px;
}

#footer
{
	background: url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 40px;
	font-size: 10px;
	color: #000000;
	padding-top: 30px;
	text-align: center;
	clear:both;
}

#footer a{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}
#panel {
	background:#b49fc8; /*#754c24;*/
	height: 115px;
	width : 200px;
	display: none;
	padding-left:100px;
	margin-left:150px;
	margin-bottom: 8px;
}
.slide {
	margin-top:-9px;
	padding: 0;
	/*border-top: solid 4px #422410;*/
	background: url(images/btn-slide.png) no-repeat center top;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -52px;
	text-align: center;
	width: 125px;
	height: 25px;
	padding: 4px 4px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.btn-login
{
	
	width: 100px;
	height: 25px;
	padding: 1px 0 0 0;
	margin-left:-3px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-width:1px 1px 1px 1px;
	border-color:#333366;
	
}
.activepanal {
	background-position: right 12px;
}
.slideshow { 
	height: 140px; 
	width: 600px; 
	margin-top:-120px;
	margin-left:420px;
	
}
.slideshow img { 
	padding: 1px; 
	border: 1px solid #ccc; 
	background-color: #eee;
	height:140px;
	width:650px;
	}
.contact_input{
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	width:225px;
	border:1px solid #515151;
}
.contact_textarea{
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	width:225px;
	height:90px;
	border:1px solid #515151;
}

.serviceheading{
font-weight: bold;
	text-align: left;	
	color: #523188;
	display: block;	
	padding-top:5px;
	}