body {	
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

a {
	text-decoration: none;
	color: #900202;
}

a.title {
	font-weight: bold;
	color: #D70B06;	
}

div.ajaxSuccess {
	padding: 5px;
	margin: 1px;
	border: 1px dotted #FFFFFF;
	font-size: 11px;
	font-family: arial;
	background-color: #000000;
}


a.title:hover {
	color: #000;
}

a.closeLink{
	display: block;
	width: 100px;
	float: right;
	text-decoration: underline;
}

hr.seperator {
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #BCBBBB;
	
}

h2 {
	margin-top: 0;
	margin-bottom:0;
	padding-top: 9px;
	font-size: 18px;
	color: #FFF;
}	

ul.noSpace {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: circle;
}


strong.red{
	color: #A70707;
}

img.noborder {
	border: 0;
}

div.right {
	float: right;
	width: auto;
	padding-right: 5px;
}

div.error {
	color: red;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #FFFCE8;
}

div.success {
	padding: 10px;
	border: 1px dotted green;
	color: #666;
	background: #E0FEC8;
}

div#dropDownDiv {
	display: none;
	background: #5E0203;
	width: 100%;
	border: 1px solid #510102;
	height: 500px;
	margin: 0;
	padding: 0;
	color: #FFF;
}
	
div#dropDownDiv div#inner {
	width: 850px;
	margin: auto;
	margin: auto;
	padding: 10px;
}

div#dropDownDiv h1 {
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin: 0px;
}

div#dropDownDiv div#black{
	border: 1px dotted #FFF;
	background: #4A0000;
	padding: 10px;
}

div#dropDownDiv div#black span.header{
	line-height: 25px;
	font-size: 16px;
}

div#dropDownDiv a{
	color: #FE7475;
}

div#serviceDiv {
	padding: 0;
	margin: 0;
}

div#serviceDiv div{
	padding: 0;
	margin: 0;
}

div#serviceDiv div.serviceHeader {
	height: 30px;
	background-image: url(../images/services_header.jpg);
	font-size: 12px;
	color: #A70707;
	font-weight: bold;
	padding-left: 5px;
	line-height: 28px;
	cursor: pointer;
}


div#serviceDiv div.serviceHeader a{
	color: #A70707;
}

div#serviceDiv div.serviceHeaderEnd {
	height: 30px;
	background-image: url(../images/services_header_end.jpg);
	font-size: 12px;
	color: #A70707;
	font-weight: bold;
	padding-left: 5px;
	line-height: 28px;
	cursor: pointer;
}

div#serviceDiv div.serviceHeaderEnd a{
	color: #A70707;
}


div#serviceDiv div.serviceDetail {
	margin: 0px;
	padding: 0px;
	color: #666;
}

/* td width percentages */

td.thirtyPercent{
	width: 30%;
}

td.fivePercent{
	width: 5%;
}

td.fifteenPercent{
	width: 15%;
}

td.twoTwentyPx {
	width: 220px;
}

td.fiftyPx {
	width: 50px;
}

/* td width percentages */

td.leftSection {
	width: 645px;
	padding-right: 15px;
}

td.rightSection {
	width: 190px;
	background-image: url(../images/bgRightSection.png);	
	padding-left: 10px;	
}

td.rightSection h3{
	background: url(../images/bgLeftSectionH3.jpg);
	font-weight: bold;
	font-size: 12px;	
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

span.required {
	font-family: verdana;
	font-size: 14px;
	color: red;
}

span.red {
	font-size: 12px;
	color: #B10101;
	font-weight: bold;
}

table.bordered {
	border: 1px solid #666;
	background-color: #EFEFEF;
}

table.contact {
	
}


table.contact .textbox{
	border: 1px solid #B2B1B1;
	padding: 2px;
	font-size: 13px;
}


table.contact input.captcha{
	border: 0px solid #666;
	font-size: 11px;
	letter-spacing: 0.5em;
	text-align: center;
	width: 145px;
	color: #FFF;
	padding: 3px;
	width: 100px;
	border: 1px solid #FFF;
	background: #000;
}


#bodyContainer {
	width: 100%;
	background-image: url(../images/bg.jpg);
}

#bodyContainerAlternate {
	width: 100%;
	background-image: url(../images/bgAlternate.jpg);background-repeat: repeat-x;
}

#mainContainer {
	width: 850px;
	height: 100%;
	margin: auto;
}

#headerTop {
	height: 32px;
	width: 100%;
}

#headerTop .number {
	float: left;
	height:32px;
	width: 250px;
	background-image: url(../images/header_number.png);;background-repeat: no-repeat;
	
}

#headerTop .buttons {
	float: right;
	width: 240px;
	height: 30px;
}

#headerTop ul, #headerTop li {
	list-style-type:none; margin:0; padding:0; display:inline;
}

#headerTop a#requestButton {
	display:block;
	float: right;
	width: 125px;
	height: 22px;
	background-image: url(../images/header_btn_request.png);
}


#headerTop a#contactButton {
	display:block;
	float: right;
	width: 112px;
	height: 22px;
	background-image: url(../images/header_btn_contact.png);
}


#headerContainer {
	height: 93px;
}

#logoContainer {
	float: left;
	height:	93px;
	width: 196px;
}

#logoContainer a.logo {
	display:block;
	float: left;
	height:	93px;
	width: 196px;
	background-image: url(../images/logo.jpg);
}

#topLinks {
	float: right;
	width: 654px;
	height: 63px;
	text-align: right;
	margin-top: 30px;
}

#topLinks ul, #topLinks li {
	list-style-type:none; margin:0; display:inline;
}

#topLinks a {
	text-decoration: none;
	text-align: center;
	vertical-align: middle; 
	font-family: arial;
	font-size: 14px;
	color: #787878;
	display:block;
	float: right;
	height: 35px;
	line-height: 35px;
	width: 110px;
}

#topLinks a:hover {
	color: #FFF;
	background-image: url(../images/header_nav_hover.jpg);
}

#topLinks a.selected {
	color: #FFF;
	background-image: url(../images/header_nav_hover.jpg);
}

#holder {
	width: 850px;
	height: 309px;
	background-image: url(../images/middleImageBg.png);
	text-align: center;
}

#holderAlternate {
	width: 850px;
	height: 58px;
}

#holderAlternate div#universalRight {
	width: 350px;
	height: 58px;
	float: right;
	line-height: 55px;
	text-align: right;
	color: #E9E9E9;
}

#holderAlternate div#universalRight a{
	color: #E9E9E9;
	padding-top: 0px;
	font-size: 13px;
	font-weight: bold;
}

#holderAlternate div#universalRight ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#holderAlternate div#universalRight li{
	display: inline;
	margin-left: 17px;
	padding-left: 17px;
	padding-right: 5px;
	margin-right: 5px;
	background-image: url(../images/bullet.png);background-repeat: no-repeat;
}

#holderAlternate div#universalRight li.selected{
	display: inline;
	margin-left: 17px;
	padding-left: 17px;
	padding-right: 5px;
	margin-right: 5px;
	background-image: url(../images/bullet_selected.png);background-repeat: no-repeat;
}

#holderAlternate div#error404Left {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altError404Left.png);
}

#holderAlternate div#workLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altWorkLeft.png);
}

#holderAlternate div#supportLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altSupportLeft.png);
}


#holderAlternate div#paymentLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altPaymentLeft.png);
}

#holderAlternate div#WorkLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altWorkLeft.png);
}

#holderAlternate div#aboutLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altAboutLeft.png);
}

#holderAlternate div#contactLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altContactLeft.png);
}

#holderAlternate div#fastsupportLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altFastsupportLeft.png);
}

#holderAlternate div#partnersLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altPartnersLeft.png);
}

#holderAlternate div#servicesLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altServicesLeft.png);
}

#holderAlternate div#testimonialsLeft {
	float: left;
	width: 500px;
	height: 58px;
	background-image: url(../images/altTestimonialsLeft.png);
}

#holderAlternate h2 {
	margin-top: 0;
	margin-bottom:0;
	padding-top: 9px;
	font-size: 18px;
	color: #FFF;
}

#holderInner {
	width: 840px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#holderLeft {
	float:left;
	width: 678px;
	height: 303px;
}

/* Holder Left Links */

#holderLeft.holderLeftClass1 {
	background-image: url(../images/home_image1.jpg);
}

.holderLeftClass2 {
	background-image: url(http://localhost/lyja/images/home_image2.jpg);
}

#holderRight {
	float: right;
	width: 162px;
	height: 300px;
	text-align: right;	
}

#holderRight a {
	display: block;
	height: 30px;
	width: 162px;
	background-position: 0px;
}


#holderRight a.homeBtn1{
	background-image: url(../images/homeBtnCustom.png);
	background-position: -162px 0px;
}

#holderRight a.homeBtn2{
	background-image: url(../images/homeBtnSupport.png);
}

#holderRight a.homeBtn3{
	background-image: url(../images/homeBtnEcommerce.png);
}

#holderRight a.homeBtn4{
	background-image: url(../images/homeBtnWeb.png);
}

#holderRight a.homeBtn5{
	background-image: url(../images/homeBtnQuality.png);
}

#holderRight a.homeBtn6{
	background-image: url(../images/homeBtnProject.png);
}

#holderRight a.homeBtn7{
	background-image: url(../images/homeBtnCall.png);
}

#holderRight a.homeBtn8{
	background-image: url(../images/homeBtnDatabase.png);
}

#holderRight a.homeBtn9{
	background-image: url(../images/homeBtnConsulting.png);
}

#holderRight a.homeBtn10{
	background-image: url(../images/homeBtnRecruiting.png);
}

#holderRight .spacer {height: 19px;}
#holderRight .blockStyle {display: block; padding: 0; margin: 0px;}

#middleContainer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#middleContainer h2 {
	font-size: 20px;
	font-weight: normal;
	color: #7D7574;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footerContainer {
	background-image:url(../images/footerBg.jpg);background-position:top;
	width: 100%;
	height: 136px;
	color: #EFEFEF;
	font-size: 12px;
}

#footerContainer a{
	color: #FFF;
}

#footerContainer ul, #footerContainer li{
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 0px;
}

#footerInner {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#footerInner div#footerTop {
	height: 30px;
	line-height: 15px;
}


#footerInner div#footerTop h2{
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}

#footerInner div#footerBottom {
	margin-top: 10px;
}

#footerSecondContainer {
	background: #000;
	width: 100%;
	height: 30px;
	color: #EEFFEE;
	font-size: 12px;
}

#footerSecondContainer div#footerSecondInner{
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#footerSecondContainer div#footerSecondInner div.left{
	width: 400px;
	float: left;
}

#footerSecondContainer div#footerSecondInner div.right{
	width: 400px;
	float: right;
	text-align: right;
}

#footerSecondContainer div#footerSecondInner div.right img{
	border: 0;
}

#footerSecondContainer div#footerSecondInner div.right img{
	padding-left: 3px;
}

.pagination {
	color: #000000;
}

.pagination a{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background: #666666;
}

.pagination a:hover {
	background: #900202;
}

.pagination span {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background: #900202;
}

/*
#topLinks a.btnHome {
	width: 110px;
}

#topLinks a.btnServices {
	width: 110px;
}

#topLinks a.btnWork {
	width: 110px;
}

#topLinks a.btnSupport {
	width: 110px;
}

#topLinks a.btnAbout {
	width: 110px;
}
*/

.linkImage {
	border: 1px solid #EFEFEF;
}
.linkImage:hover{
	border: 1px solid Maroon;
}

