/* CSS Document */
html {
	background-color: #000000;
	overflow-x: hidden
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	line-height: 16px;
}

/*
html>body {
	min-height: 100%;
	height: auto;
}*/


img{
	border: none;
	padding: 0px;
	margin:0px;
}

ul{
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

li{
	padding: 0px;
	margin: 0px;
}

/*----------- fonts and headings ------------*/
.textRed{
	color: #ED1D25;
}

.textRedLg{
	color: #ED1D25;
	font-size: 24px;
	line-height: 35px;
}

.errorMessage{
	color: #ED1D25;
	text-transform: uppercase;
}

.available{
	background-image:url(../images/icon_tick.gif); 
	background-repeat:no-repeat;
	background-position: 0px 10px;
	margin-left: 10px;
	padding-left: 30px;
	line-height: 30px;
}

.unavailable{
	background-image:url(../images/icon_cross.gif); 
	background-position: 0px 10px;
	background-repeat:no-repeat;
	margin-left: 10px;
	padding-left: 30px;
	line-height: 30px;
}

.headingMain{
	line-height:48px; 
	font-size:16px; 
	padding-left: 0px;
}
.headingMain .left{
	float:left; 
	background-image:url(../images/heading_red_left.jpg); 
	background-repeat:no-repeat; 
	height: 48px; 
	width:10px;
}
.headingMain .content{
	float:left;
	height: 48px; 
	background-color: #ED1D25;
}
.headingMain .right{
	float:left; 
	background-image:url(../images/heading_red_right.jpg); 
	background-repeat:no-repeat; 
	height: 48px; 
	width:10px;
}

.headingSub{
	line-height:52px; 
	font-size:16px; 
	padding-left: 0px;
}
.headingSub .left{
	float:left; 
	background-image:url(../images/heading_grey_left.jpg); 
	background-repeat:no-repeat; 
	height: 48px; 
	width:10px;
}
.headingSub .content{
	float:left;
	height: 48px; 
	background-color: #444;
	background-repeat:no-repeat;
	background-position: 5px 5px;
}
.headingSub .right{
	float:left; 
	background-image:url(../images/heading_grey_right.jpg); 
	background-repeat:no-repeat; 
	height: 48px; 
	width:10px;
}


.headingSubHosting{
	position:absolute;
	background-image:url(../images/heading_sub_bg.jpg); 
	background-repeat:no-repeat;
	width: 220px; 
	font-weight:bold;
	padding-left: 15px;
}


/*------------- Fields and Textboxes  -------------*/
.contactTextbox{
	width: 394px;
	font-size: 16px;
	padding: 2px;
}

.contactRow{
	margin-bottom: 10px;
}
.contactRow .label{
	margin-bottom: 5px;
}


/*-------------- LINKS ---------------*/
a{
	color: #FFFFFF;
	text-decoration:none;
	outline: none;
}

a:hover{
	background-color: #ED1D25;
	text-decoration: none;
}

a.noBG:hover{
	background-color: transparent;
	text-decoration: none;
}


.arrowRightLink a{
	background-image: url(../images/icon_arrow.png); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	padding: 2px 20px 0px 0px;
}

.arrowRightLink a:hover{
	background-image: url(../images/icon_arrow_white.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	padding: 2px 20px 0px 0px;
}

.arrowDownLink a{
	background-image: url(../images/icon_down_arrow.gif); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	padding: 2px 0px 0px 20px;
}

.arrowDownLink a:hover{
	background-image: url(../images/icon_down_arrow_white.gif); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	padding: 2px 0px 0px 20px;
}


.footer { font-size:11px; color: #666; }
.footer a{ color: #666; }
.footer a:hover{ color: #FFF; }


/* ---------- Homo Promo Banner ---------*/
.bannerHomePromo{
	position:absolute; 
	top: 0px; 
	margin-left: 510px;
}
.bannerHomePromo a:hover{
	background-color: transparent;
}



/* ---------- PORTFOLIO ------------ */

#portfolioContainer{
	width: 530px; 
	float:left; 
	height: 460px; 
	overflow: hidden; 
	margin-left: 12px;
}
.portfolioLinks{
	float: left; 
	width: 180px;
}
.portfolioLinks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolioLinks ul li{
	margin-bottom: 4px;
}
.portfolioLinks a{
	padding: 2px 2px 2px 0px; 
	line-height: 14px; 
	cursor: pointer;
}
.portfolioLinks a:hover .textRed {
	color: #FFFFFF;	
}

/* ---------- TEMPLATE CONTAINERS ------------ */

#bgContainer{
	background-image: url(../images/bg_stripes.jpg); 
	position: absolute; 
	width: 100%;
}

#bodyContainer{
	vertical-align: middle; 
	margin: 0px auto; 
	padding: 20px 0px 0px 0px; 
	width: 960px;
}

#logoContainer{
	width: 400px; 
	position: absolute;
}
#logoContainer a:hover{
	background-color: transparent;
}

#contentTop{
	background-image:url(../images/content_top_round_corner.png); 
	background-repeat:no-repeat; 
	width: 780px; 
	margin-left: 150px; 
	height: 30px;
}


#contentContainer{
	background-color: #222; padding-bottom: 100px; width: 780px; margin-left: 150px;
}

#treeContainer{
	background-image: url(../images/bg_footer_trees.png); 
	height: 100px; 
	position: absolute; 
	bottom: 0px; 
	width: 100%;
}

/*
#baseContainerAll{
	clear:both; height: 170px; position: absolute; bottom: -200px; width: 100%;
}

#baseBarContainer{
	vertical-align: middle; margin: 10px auto 0px auto; width: 920px;
}

#baseBarContainer .left{
	float:left; background-image: url(../images/footer_left_round_corner.png); width: 28px; height: 155px;
}
#baseBarContainer .content{
	float: left;  
	width: 836px; 
	height: 155px;
	background-color: #222;
}
#baseBarContainer .right{
	float: left; background-image: url(../images/footer_right_round_corner.png); width: 28px; height: 155px;
}

#baseBarContainer .content .recentProjects{
	width:460px; float:left ; padding: 14px; margin-right: 20px; margin-left: 10px;
}
#baseBarContainer .content .hosting{
	height: 155px; 
	width:160px;
	float:left;
	border-left: 4px #000000 solid; 
}
#baseBarContainer .content .contact{
	height: 155px; 
	width:126px;
	border-left: 4px #000000 solid;  
	float:left;
}
*/
/*
.contact .contactRowSm{
	height:21px; 
	line-height: 21px;
	padding-left: 33px;
}
.contact .phone{
	background-image: url(../images/icon_phone.jpg); 
	background-repeat: no-repeat;
}
.contact .skype{
	background-image: url(../images/icon_skype.jpg); 
	background-repeat: no-repeat;
}
.contact .email{
	background-image: url(../images/icon_email.jpg); 
	background-repeat: no-repeat;
}
.contact .twitter{
	background-image: url(../images/icon_twitter.jpg); 
	background-repeat: no-repeat;
}
.contact .facebook{
	background-image: url(../images/icon_facebook.jpg); 
	background-repeat: no-repeat;
}
*/

#footerContainer{
	clear:both; 
	text-align:center; 
	height: 120px; 
	position: absolute; 
	bottom: -120px; 
	width: 100%;
}

#footerTextContainer{
	vertical-align: middle; 
	margin: 10px auto 0px auto; 
	width: 600px; 
	height: 120px;	
	background-image:url(../images/powered_by_papa.jpg); 
	background-repeat:no-repeat; 
	background-position: right;
}
	
/* ---------- NAVIGATION ------------ */

#navMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	width: 150px; position: absolute; top: 180px;
}

.navItem {
	width: 150px;
}
	
.navItem li a {
	margin-top: 10px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-bottom: 1px #666 solid;
}	

.navItem .active {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-bottom: 1px #ED1D25 solid;
}	
	
	
.navItem li a:link, .navItem li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 3px;
}

	
.navItem li a:hover {
	color: #FFF;
	background-color: #ED1D25;
	padding: 8px 0 0 3px;
}


/* ---------- Recent Projects (HOME) ------------ */

#recentProjects{
	/*list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;*/
	height: 90px;
}

#recentProjects ul, #recentProjects li{
	margin:0;
	padding:0;
	list-style:none;
}	
#recentProjects li{
	float: left;
	overflow:hidden; 	
}

#recentProjects li a{
	float: left;
	background-color: #666;
	padding: 3px;	
}

#recentProjects li .wide{
	margin-right: 18px;
}

#recentProjects li a:hover{
	/*background-color: #ED1D25;*/
	cursor: default;	
}

span#prevBtn{
	float: left;
	position: relative;
	top: -53px;
	left: -26px;
}

span#prevBtn a{
	height: 20px;
	padding-left: 20px;
	
	background-image: url(../images/icon_back_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}	

span#prevBtn a:hover{
	background-image: url(../images/icon_back_arrow_white.png);
	background-repeat: no-repeat;
	background-color: transparent;
}


span#nextBtn{
	float: right;
	position: relative;
	top: -53px;
	right: 0px;
}
span#nextBtn a{
	height: 20px;
	padding-right: 20px;
	
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}	
span#nextBtn a:hover{
	background-image: url(../images/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/* ---------- Recent Projects (WEB) ------------ */
/*
#recentProjectsWeb{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	height: 90px;
}

#recentProjectsWeb{
	
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	height: 90px;
	
}*/

#recentProjectsWeb ul, #recentProjectsWeb li{
	margin:0;
	padding:0;
	list-style:none;
}	
#recentProjectsWeb li{
	float: left;
	overflow: hidden; 	
}

#recentProjectsWeb li a{
	float: left;
}

#recentProjectsWeb li a:hover{
	background-color: #ED1D25;	
}

span#prevBtnWeb{
	float: left;
	position: relative;
	top: 20px;
	left: 0px;
	font-size:18px;
}

span#prevBtnWeb a{
	height: 20px;
	padding-left: 20px;
	
	background-image: url(../images/icon_back_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}	

span#prevBtnWeb a:hover{
	background-image: url(../images/icon_back_arrow_white.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-color: #ED1D25;
}


span#nextBtnWeb{
	float: right;
	position: relative;
	top: 20px;
	right: 60px;
	font-size:18px;
}
span#nextBtnWeb a{
	height: 20px;
	padding-right: 20px;
	
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}	
span#nextBtnWeb a:hover{
	background-image: url(../images/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-color: #ED1D25;
}


/*---------------------*/
#checkUser{
	display: none;
}
		
			
		
		
		
		
		
		
		
		
	




