@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; font-family:Tahoma, Arial;}

.clear{clear:both;}

body{
background-image:url(../images/bkg_body.jpg);
background-repeat:repeat-x;
background-color:#888888;
width:100%;
}

#wrapper{
width:950px;
position:absolute;
left:50%;
top:50%;
margin-left:-490px;
margin-top:-250px;
}

#content{
background-color:#ffffff;
height:486px;
}

#top_menu{
width:950px;
height:86px;
}

#home_left_col{
width:247px;
line-height:15px;
height:384px;
float:left;
font-size:11px;
color:#666666;
padding-left:33px;
padding-top:16px;
}


#home_left_col h1{
font-size:11px;

}

#home_left_col p{
width:190px;
line-height:15px;
}

#home_right_col{
width:670px;
height:400px;
float:left;
}




#about_left_col{
width:247px;
line-height:14px;
height:384px;
float:left;
font-size:11px;
color:#666666;
padding-left:33px;
padding-top:16px;
}

#about_left_col h1{
font-size:11px;

}

#about_left_col p{
width:190px;
line-height:14px;
}

#about_right_col{
width:670px;
height:400px;
float:left;
}




/***** CONTACT PAGE  *****/
#contact_left_col{
width:432px;
height:400px;
float:left;
padding-left:33px;
}

#contact_left_col table{
font-size:11px;
line-height:14px;
color:#666666;
border-collapse:collapse;
margin-top:15px;
}

.contact_label{
font-weight:bold;
}

.col1{
width:215px;
}

.middle_padding{
height:20px;
}

#contact_left_col form{
margin-top:20px;
}

#contact_left_col textarea{
width:400px;
height:60px;
}

#yourName, #yourEmail{
width:200px;
margin-bottom:5px;
}

#submit_button{
font-size:13px;
margin-top:3px;
}

#contact_left_col label{
font-size:11px;
color:#666666;
}


#contact_right_col{
width:485px;
height:400px;
float:left;
}

/*******************************
	Services Page
********************************/

#services_left_col{
width:247px;
line-height:15px;
height:384px;
float:left;
font-size:11px;
color:#666666;
padding-left:33px;
padding-top:16px;
}

#services_left_col h1{
font-size:11px;

}

#services_left_col p{
width:240px;
line-height:15px;
}

#services_right_col{
width:670px;
height:400px;
float:left;
background-image:url(../images/bkg_services.jpg);
background-repeat:no-repeat;
background-position:bottom right;
position:relative;
}


.services_text h2{
font-size:11px;
margin-bottom:15px;
}

.services_text p{
margin-bottom:15px;
} 

#icon_testing{
right:192px;
top:15px;
position:absolute;
}

#icon_management{
position:absolute;
top:15px;
left:30px;
}

#icon_design{
position:absolute;
top:180px;
left:210px;
}

#services_management{
display:none;
}

#services_design{
display:none;
}

#services_testing{
display:none;
}

#case_study_list{
list-style-position:inside;
}

/*********************************
Portfolio Page
********************************/
#portfolio_column{
line-height:15px;
font-size:11px;
color:#666666;
width:887px;
height:400px;
margin:0 160px 0 30px;
padding:0 33px 0 0;	
background-image:url(../images/bkg_portfolio2.jpg);
background-repeat:no-repeat;
background-position:bottom right;
position:relative;
}

#portfolio_column ul{
list-style:none;
margin:0;
padding:0;
color:#FF9900;
line-height:25px;
}


#footer{
font-size:10px;
color:#ffffff;
margin-top:5px;
}