/* CSS Document */

* {padding: 0;margin: 0;}
body{font-family:"Verdana" Arial;padding: 0;margin: 0; background-color:#FFFFFF;}
#left_pillar{background:transparent url(images/bg-slice-left.jpg) top repeat-y; width:250px;height:100%;position:absolute;top:0;left:0;}
#right_pillar{background:transparent url(images/bg-slice-right.jpg) top repeat-y; width:100px;height:100%;position:absolute;top:0;right:0;}

.logo{margin:50px 0 0 -29px;}
.company_name{float:right;margin:25px 0; width:200px;}

.button_ul{margin:200px 0; list-style:none;}
.button{float:right;margin:12px 0;; text-align:center; padding:8px 0 ; height:20px; width:200px; background:transparent url(images/button-slice.jpg) top repeat-y;}
.selected_button{float:right;margin:12px 0; text-align:center; padding:8px 0 ; height:20px; width:200px; background:transparent url(images/button-slice-selected.jpg) top repeat-y;}
.button a{color:#FFFFFF; text-decoration:none;}
.selected_button a{color:#CC6600; text-decoration:none;}

div#main {float:left; margin:200px 300px 0; color:#999999;}
.para {margin-top:20px;}
div#main p a{color:#0099CC; text-decoration:none;}
h3 {margin: 0 0 20px 0; color:#FF6600;}

/*menu stlyes*/
div#button_container{width: 680px;height:93px;border-top:10px solid #006699;border-bottom:10px solid #006699; padding:6px 0 6px 0; }


/*Contact Page*/
.contact_line {float:left; height:40px; width:100%; margin-left:20px;}
.contact_label {float:left; width:100px;}
.send_button {float:left; margin:10px 0 0 40px;}
.contact_li{margin:20px 0 20px -20px; color:#333333; }


/*Services*/
#main ul {margin:0 0 0 20px; color:#999999; list-style:none;  }
.title_li{margin-top:20px; color:#333333; }

/*portfolio*/

.folio_container{float:left; margin:8px; width:200px; height:195px; text-align:center; border:1px dashed #666666;}
.folio_container p{margin:5px 0 10px 0; text-align:center;}
.folio_container img{margin:10px; text-align:center;}
