@charset "utf-8";

body{
 background-color: rgb(255, 255, 255);
}

/* body container styles */
#body_container{
 width: 100%;
 margin: 0 auto;
 padding: 0;
 vertical-align: top;
 margin-top: 4px;
 background-color: rgb(255, 255, 255);
 background-image: url(./images/white_background.png);
 background-position: top left;
 background-repeat: repeat-x;
}

#banner_text{
 padding-top: 30px;
 color: #999999;
}


.img_request_quote{
 width: 191px;
 height: 46px;
 border: 0;
 margin-top: 10px;
 margin-left: 4px;
}



/* body column left */
#bdy_left_wrapper{
 float: left;
 width: 100%;
}

#bdy_left_content{
 margin-left: 220px;
}

#bdy_left_column{
 float: left;
 width: 200px;
 margin-left: -770px;
}

#bdy_left_clear{
 clear: left;	
}



/* body column right */
#bdy_right_wrapper{
 float: left;
 width: 100%;
}

#bdy_right_content{
 margin-right: 220px; 
}

#bdy_right_column{
 float: left;
 width: 200px;
 margin-left: -200px;
}

#bdy_right_clear{
 clear: right;	
}






/* Attach Nav */
#attach_banner{
 width: 200px;
 height: 112px;
 background-image: url(./images/attach_banner_bg.png);
 background-position: top left;
 background-repeat: no-repeat;
}

#attach_banner_portfolio{
 width: 200px;
 height: 112px;
 background-image: url(./images/attach_banner_portfolio.png);
 background-position: top left;
 background-repeat: no-repeat;
}

#attach_banner_container{
 width: 200px;
}

#attach_nav_top{
 width: 200px;
 height: 94px;
 background-image: url(./images/attach_nav_head.png);
 background-position: top left;
 background-repeat: no-repeat;
}

#attach_heading{
 width: 100px;
 margin-left: 90px;
 padding-top: 30px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-weight: bold;
 color: #999999;
}

#attach_nav_bg{
 width: 200px;
 background-image: url(./images/attach_nav_bg.png);
 background-position: top left;
 background-repeat: repeat-y;
}

#attach_nav_foot{
 width: 200px;
 height: 10px;
 background-image: url(./images/attach_nav_foot.png);
 background-position: top left;
 background-repeat: no-repeat;
}

.attach_navigation{
 width: 180px;
 margin-left: 6px;
 margin-top: -20px;
}


.attach_navigation ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
 padding-bottom: 8px;
}

.attach_navigation ul li{
 padding-bottom: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
}

.attach_navigation ul li a{
 color: #777777;
 background: url(./images/arrowbullet.png) no-repeat center left;
 display: block;
 padding: 2px 0;
 padding-left: 19px;
 text-decoration: none;
 border-bottom: 1px solid #dadada;
 font-size: 90%;
}

.attach_navigation ul li a:visited{
 color: #777777;
}

.attach_navigation ul li a:hover{ 
 color: #000000;
 font-weight: bold;
 background-color: #f6f6f6;
}



/* portfolio */
#portfolio_banner_right{
 width: 770px;
 height: 112px;
 max-height: 112px;
 text-align: left;
 vertical-align: bottom;
 background-image: url(./images/portfolio_banner.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}

#portfolio_body{
 width: 770px;
 min-height: 300px;
 padding-top: 30px;
 text-align: justify;
 clear: right;
 background-image: url(./images/portfolio_body_cap.png);
 background-position: top right;
 background-repeat: no-repeat;
}

#portfolio_body h1{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 15px;
}

#portfolio_body h2{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 10px;
}

#portfolio_body h3{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

#portfolio_body p{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(90, 90, 90);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

.feature_main{
 width: 252px;
 height: 129px;
 border: 0;
 margin-right: 20px;
}


/* Company */
#company_banner_right{
 width: 550px;
 height: 112px;
 max-height: 112px;
 text-align: left;
 vertical-align: bottom;
 background-image: url(./images/company_banner.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}

#company_body{
 width: 550px;
 min-height: 300px;
 padding-top: 30px;
 text-align: justify;
 clear: right;
 background-image: url(./images/company_body_cap.png);
 background-position: top right;
 background-repeat: no-repeat;
}

#company_body h1{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 15px;
}

#company_body h2{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 10px;
}

#company_body h3{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

#company_body p{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(90, 90, 90);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}


/* Contact */
#contact_banner_right{
 width: 770px;
 height: 112px;
 max-height: 112px;
 text-align: left;
 vertical-align: bottom;
 background-image: url(./images/contact_banner.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}

#contact_body{
 width: 770px;
 min-height: 300px;
 padding-top: 30px;
 text-align: justify;
 background-image: url(./images/contact_body_cap.png);
 background-position: top right;
 background-repeat: no-repeat;
}

#contact_body h1{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 15px;
}

#contact_body h2{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 10px;
}

#contact_body h3{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

#contact_body p{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(90, 90, 90);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}






/* services */
#services_banner_right{
 width: 550px;
 height: 112px;
 max-height: 112px;
 text-align: right;
 vertical-align: bottom;
 background-image: url(./images/services_banner.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}

#services_body{
 width: 550px;
 min-height: 300px;
 padding-top: 30px;
 text-align: justify;
 background-image: url(./images/services_body_cap.png);
 background-position: top right;
 background-repeat: no-repeat;
 clear: right;
}

#services_body h1{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 15px;
}

#services_body h2{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 10px;
}

#services_body h3{
 font-weight: bold;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: rgb(156, 156, 156);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

#services_body p{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(90, 90, 90);
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
}

#services_body ul{
 margin: 0;
 padding: 0;
 list-style-type: square;
}

#services_body li{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: rgb(90, 90, 90);
 margin: 0;
 padding: 0;
 padding-bottom: 1px;
 margin-right:20px;
 margin-left:25px;
}

/*Content Box*/
#services_panel_body{
 width: 570px;
 margin-top: 30px;
 margin-bottom: 45px;
 text-align: left;
 padding-left: 20px;
}

.services_panel{
 width: 175px;
 min-height: 100px; 
 height: auto !important;
 height: 100px;
 margin-right: 5px;
 float: left;
 vertical-align: top;
}

#services_panel_body h2{
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(39, 39, 39);
}

#services_panel_body h3{
 margin: 0;
 padding: 0;
 margin-bottom: 7px;
 padding-right: 20px;
 font-size: 12px;
 font-weight: bold;
 color: rgb(43, 169, 212);
 font-family: Arial, Helvetica, sans-serif;
}

#services_panel_body a{
 font-size: 18px;
 text-decoration: none;
 color: rgb(39, 39, 39);
}

#services_panel_body a:hover{
 text-decoration: none;
 color: rgb(100, 100, 100);
}

#services_panel_body ul{
 margin-bottom: 5px;
 margin-left: 0;
 padding-left: 0;
 list-style-type: square;
}

#services_panel_body li{
 padding-bottom: 1px;
 margin-left: 16px;
 padding-left: 0;
 font-size: 11px;
 vertical-align: middle;
}

.read_more_box{
 width: 125px;
 text-align: left;
}

#services_panel_body .read_more_box a{
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: rgb(43, 169, 212);
}

#services_panel_body .read_more_box a:hover{
 color: rgb(150, 150, 150);
}

.content_box {
 width: 574px;
 margin-left:-10px;
 margin-top:15px;
 background:url(images/content_box_body.png) repeat-y;
}

.content_box_header {
 width:574px;
 min-height:25px;
 height:auto !important;
 height:25px;
 padding-left:10px;
 padding-top:5px;
 background:url(images/content_box_header.png) top left no-repeat;
}

.content_box_body {
 width:574px;
 min-height:25px;
 height:auto !important;
 height:25px;
 padding-bottom:5px;
 background:url(images/content_box_bottom.png) bottom left no-repeat;
}


/* Web Design */
a.web_design_links{
 font-size: 13px;
 color: rgb(43, 169, 212);
 border-bottom: 1px dotted rgb(43, 169, 212);
 text-decoration: none;
}

a.web_design_links:hover{
 color: rgb(130, 130, 130);
 border-bottom: 1px dotted rgb(130, 130, 130);
}

#web_design_img{
 width: 542px;
 height: 120px;
 border: 0;
 margin-top: 20px;
 margin-bottom: 20px;
}

.flow_chart_arrow{
 width: 140px;
 height: 70px;
 border: 0;
 margin-top: 20px;
 margin-bottom: 20px;
 margin-left: 200px;
}

#web_design_panel{
 width: 570px;
 height: 225px;
}

#web_design_left_panel{
 width: 317px;
 height: 205px;
 padding-right: 10px;
 padding-top: 20px;
 float: left;
}

#web_design_right_panel{
 width: 230px;
 height: 225px;
 float: left;
 background:url(./images/web_design_postit.png) top left no-repeat;
}

#web_design_right_panel_inner{
 width: 170px;
 height: 110px;
 margin-top: 60px;
 margin-left: 20px;
}

a.web_design_list_dark{
 font-size: 12px;
 color: rgb(70, 70, 70);
 border-bottom: 1px dotted rgb(70, 70, 70);
 text-decoration: none;
}

a.web_design_list_dark:hover{
 margin-left: 2px;
 color: rgb(130, 130, 130);
 border-bottom: 1px dotted rgb(130, 130, 130);
}






