@charset "utf-8";
/* +-+-+-++-+-+--+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+--+ css for MENU  */
:focus {
	outline: none;
}
img, p, div {
	margin:0px;
	padding:0px;
	border:0px;
}
html, body {
	margin:0px;
	padding:0px;
	background:#282828;
	color:#555555;
	height: 100%;
	overflow: hidden;
	z-index:0;

}
.page {
	xwidth: 900px;
	xmargin-left: auto;
	xmargin-right: auto;
	height:100%;
}
.left {
	position: relative;
	float:right;
	height:100%;
	xtext-align:right;
	xwidth: 650px;
}
.right {
	position: relative;
	float: right;
	xwidth:255px;
	height:100%;
	border-left:15px solid #323232;
	xoverflow:hidden;
	z-index: 1;
}
ul {
	margin:0px;
	padding:0px;
	width: 195px;
	color: #424242;
	cursor: pointer;
}
ul li {
	margin:5px 0 0 0;
	padding:0px;
	margin:2px 0;
	list-style:none;
	color: #424242;
}
/* ... nav TITTLE */
ul li p {
	margin:0px;
	padding:5px 0 0 0;
	xdisplay:inline;
	height: 20px;
	background:url(image/right_background.gif) repeat-x;
	color: #424242;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-left:9px;
	font-weight: bold;
	text-align: right;
}

ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
   text-decoration: none;
	color: #424242;
	margin:0px;
	padding:0px;
	height:14px;
	display:block;
	margin-left:9px;
}
ul:hover, ul:hover a, ul:hover p {
	color:#747474;
}


ul li a:hover {
	background:#660000;
	height: 14px;
	padding:0px 0 0px 5px;
	line-height: 14px;
	color:#FFFFFF;
}
ul li a.menu_sel {
	color: #424242;
	height:14px;
	display:block;
	line-height:14px;
	border-left:3px solid #600;
	margin:0;
	padding-left: 6px;
	color:#FFFFFF;
}
ul li a.menu_sel:hover {
	background:#660000;
	border-left:3px solid #600;
	margin:0;
	xxpadding-left: 10px;
}
.content {
	position: absolute;
	width: 620px;
	height:470px;
	top:50%;
	margin-top:-235px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	xbackground:#FFFFFF;
	width:500px;
	height:20px;
	bottom:0px;
	right: 25px;
	text-align: right;
	
}

.contact {
    background: url(/images/contact.gif);
    width:70px;
    height:18px;
    float:right;
    display:block;
	margin-left:1em;
}
.contact:hover {
    background: url(/images/contact_0.gif);
}

.login {
    background: url(/images/client.gif);
    width:70px;
    height:18px;
    float:right;
    display:block;
	margin-left:1em;
}
.login:hover {
    background: url(/images/client_0.gif);
}
/*________________________________________________________ end of css for MENU */





/* +-+-+-++-+-+--+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+--+ css for PROJECT pages  */
.contentmenu {
	position:absolute;
	float:left;
	width:170px;
	height:470px;
}
.contentpicture {
	float:right;
	width:460px;
	height:470px;
}

.contentpicture.contact {
	float:right;
	width:460px;
	height:470px;
}

.contentpicture.contact.h1 {
	float:right;
	width:460px;
	height:470px;
}

.linkone, .link_sel {
	padding:2px 3px;
	color:#ffffff;
	background:#2c2c2c;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	border:1px solid #2c2c2c;
	cursor: pointer;
	
}
.linkone:hover {
	border:1px solid #5d5b5b;
}
.link_sel {
	background:#720f12;
}
.numbers {
	position:relative;
	top:182px;
	right:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 5px;
	color:#797979;
	margin-top:10px;
	padding:5px 10px 0px 0px;
	/*text-transform: capitalize;*/
	
}
.title {
	position:relative;
	top:182px;
	right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	color:#797979;
	margin-top:10px;
	padding:5px 10px 0px 0px;
	/*text-transform: capitalize;*/
	
}
.type {
	position:relative;
	top:182px;
	right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	/*line-height: 5px;*/
	color:#424242;
	/*margin-top:5px;*/
	padding:5px 10px 0px 0px;
	/*text-transform: capitalize;*/
	
}

.projectdate {
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;
	color: #424242;
}

.projectheader {
	padding:20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 15px;
	color:#999;
}
.projecttext {
	padding:10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	color: #5c5c5c;
}

.textlink {
	text-decoration:none;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textlink:hover {
	color:#900;
}
/*________________________________________________________ end of css for PROJECT page */





/* +-+-+-++-+-+--+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+--+ CSS FOR CLIENTLIST PAGE */
#apDiv1 {
	position:absolute;
	left:87px;
	top:50px;
	width:535px;
	height:271px;
	z-index:1;
}
#apDiv1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	line-height: 15px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	border-top-style: solid;
	border-top-color: #282828;
}
#apDiv1 a {
	color: #797979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	background-color: #680000;
	display: block;
	line-height: 15px;

}
#apDiv1 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.hidden {
	color: #680000
}

/*________________________________________________________ end of css for CLIENTLIST page */




/* +-+-+-++-+-+--+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+--+ CSS FOR HOME PAGE */
.beta {
	color: #720f12;
}
.textinbox {
	padding:20px 3px 0px;
	color:#4f4e50;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}
.textbottom {
	color:#4f4e50;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
.homestyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777575;
}
.divone {
	height:97px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #727272;
	padding-top: 4px;
}
.divtwo {
	height:183px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #727272;
	padding-top: 8px;
}
.divthree {
	height:190px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #727272;
	padding-top: -1px;
}
.whitelink {
	color: #797979;
	text-decoration:none;
}
.whitelink:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.contenthomeleft {
	float:left;
	width:84px;
	color:#727272;
	font-weight:bold;
	padding-right: 0px;
}
.contenthomeright {
	float:right;
	width:526px;
	color:#595858;
	overflow:auto;
	zoom:1;
}
.texttop {
	height:95px;
	width:526px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #575656;
	padding-bottom: 10px;
}
.textbottom {
	height:95px;
	width:526px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #575656;
	padding-bottom: 10px;
}
.textinbox {
	
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #575656;
}

.middle {
	height:185px;
	width:526px;
}
.textmiddle {
	height:185px;
	width:526px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.picturebox {
	float:left;
	display:block;
	height:160px;
	width:172px;
	text-decoration:none;
	border:1px solid #282828;
	cursor: pointer;
}
.picturebox:hover {
	border:1px solid #444444;
}
.topline {
	background:url(image/over_the_menunew.gif) bottom left no-repeat;
	height:5px;
	width:184px;
	margin:18px 0 0 17px;
	xbackground:#00FF00;
}
*html .topline {
	background:url(image/over_the_menunew.gif) no-repeat;
	height:5px;
	width:184px;
	margin:18px 0 0 17px;
	xbackground:#00FF00;
}
.style1 {
	font-size:9px;
	color: #908f8f;
}
.style2 {
	color: #720f12;
	font-weight: bold;
}
*html sup {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*________________________________________________________ end of CSS for HOME page */



.infotittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:39px;
	color: #FFF;
	padding-bottom: 30px;
}
.infoheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #999999;
	padding-bottom: 10px;
}
.infoheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #999999;
}
.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	color: #6D6E71;
}
	