﻿@charset "UTF-8";
/* CSS Document */
html {
  text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#D8D4D7;
}
#ctl00_wrapper {
	text-align: left;
	width: 1010px;
	height: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#ctl00_header {
	height: 67px;
}
#ctl00_logo {
	width: 241px;
	height: 67px;
	float:left;
}
#ctl00_logo img {
  border-width: 0px;
}
/* Navigation placehorder */
#ctl00_navbar {
	width: 769px;
	height: 36px;
	padding-top: 17px;
	padding-bottom: 14px;
	float:right;
}

/* Main Navigation links properties */
#ctl00_pn_home {
  width: 75px;
}
#ctl00_pn_computer_services {
  width: 189px;
}
#ctl00_pn_design_services {
  width: 161px;
}
#ctl00_pn_portfolio {
  width: 113px;
}
#ctl00_pn_about_us{
  width: 104px;
}
#ctl00_pn_contact_us {
  width: 119px;
}

/* Main Navigation buttons size */
#ctl00_btn_home {
  width: 75px;
}
#ctl00_btn_computer_services {
  width: 189px;
}
#ctl00_btn_design_services {
  width: 161px;
}
#ctl00_btn_portfolio {
  width: 113px;
}
#ctl00_btn_about_us{
  width: 104px;
}
#ctl00_btn_contact_us {
  width: 120px;
}

.main_nav_links_over {
  background:url(../images/btn_background_over.jpg) repeat-x 0px 0px;
  float:left;
  margin-right:1px;
  height: 36px;
 }
.main_nav_links {
  background:url(../images/btn_background.jpg) repeat-x 0px 0px;
  display:block;
  float:left;
  text-align:center;
  font-family: Franklin Gothic Medium, Trebuchet MS, Georgia, Verdana, Arial, Helvetica, sans-serif; 
  font-size:16px;
  padding-top: 8px;
  height: 28px;
}
.main_nav_links:link {
  color: white;
  text-decoration:none
}
.main_nav_links:visited {
  color: white;
  text-decoration:none;
}
.main_nav_links:hover {
  color: white;
  background-image:url(../images/btn_background_over.jpg);
  background-repeat:repeat-x;
}
.main_nav_links:active {
  color: white;
}

/* Set The current page Btn style*/
body#home_page #ctl00_btn_home,
body#computer_services_page #ctl00_btn_computer_services,
body#design_services_page #ctl00_btn_design_services,
body#portfolio_page #ctl00_btn_portfolio,
body#about_us_page #ctl00_btn_about_us,
body#contact_us_page #ctl00_btn_contact_us {
	background-image:url(../images/btn_background_down.jpg);
	background-repeat:repeat-x;
}
#ctl00_left_side_container {
	width: 241px;
	clear:both;
	float:left;
	height: 503px;
}
#web_address {
	width: 241px;
	height: 45px;
	background-image:url(../images/slice_compu_indy.jpg);
}
#laptop_picture_pane {
	width: 216px;
	height: 127px;
	padding-left:25px;
}
#phone_number {
	width: 241px;
	height: 45px;
	text-align:center;
	background-image:url(../images/slice_phone.jpg);
}
/* Tree Navigation Properties */
#ctl00_tree_nav {
	width: 225px;
	height: 306px;
	padding-left: 16px;
}
.tree_view 
{
  border-style:double;
  border-color:#7F8EA1;
  background-color: #97A6B9; 
  border-width: 9px;
  padding-left:10px;
  padding-top:10px;
  width:182px;
  float:left;
	min-height:258px;
}
/* End Tree Navigation Properties */


#ctl00_right_side_container {
	width: 769px;
	height: 503px;
  float:right;
}
#content {
	background-image:url(../images/content_background.jpg);
	background-repeat: repeat-x;
	float:left;
	width: 754px;
	height: 355px;
	margin-right: 10px;
	padding-left: 5px;
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:10px;
}

#main_content {
	width: 749px;
	height: 355px;
	float:left;
	background-image:url(../images/main_content_background.jpg);
	background-repeat:repeat-x;
}
#main_content ul {
  font-family:Franklin Gothic Medium, Verdana, sans-serif; 
  font-size: 20px;
  color:#000066;
}
#main_content li {
  padding-bottom:10px;
}
#main_content_title {
  width: 749px;
  height: 45px;
  background-image:url(../images/main_content_title.jpg);
  background-repeat:repeat-x;
	padding-top:15px;
	color:Navy;
}
#main_content_title span {
  font-family:Times New Roman, Verdana, sans-serif;
  font-size: 26px;
  padding-left: 15px;
}
#right_nav {
	width: 192px;
	height: 353px;
	float:right;
	padding-top: 12px;
	padding-left: 3px;
}

/* Hardware Btn Properties*/
.hardware_link {
  width:189px;
  height:157px;
  background:url(../images/slice_btn_hardware_over.jpg) no-repeat 0px 0px;
}
.hardware_link a:link {
  display:block;
  height:157px;
  background:url(../images/slice_btn_hardware.jpg) no-repeat 0px 0px;
}
.hardware_link a:hover {
  background:url(../images/slice_btn_hardware_over.jpg) no-repeat 0px 0px;
}

/* Software Btn Properties*/
.software_link {
  width: 189px;
  height: 157px;
  background:url(../images/slice_btn_software_over.jpg) no-repeat 0px 0px;
}
.software_link a:link {
  display:block;
  height:157px;
  background:url(../images/slice_btn_software.jpg) no-repeat 0px 0px;
}
.software_link a:hover {
  background:url(../images/slice_btn_software_over.jpg) no-repeat 0px 0px;
}

/* Begins Rouned Box Btn Properties */
.rounded_box {
  width:253px;
  height:128px;
  float:left;
  margin-right:2px;
  background:url(../images/backgrounds/rounded_box_blue_btn_over.png) no-repeat 0px 0px;
}
.rounded_box a {
  font-family: Franklin Gothic Medium, Trebuchet MS, Georgia, Verdana, Arial, Helvetica, sans-serif;
  background:url(../images/backgrounds/rounded_box_gray_btn.png) no-repeat 0px 0px;
  font-size:19px;
  color:#000000;
  text-decoration:none;
  padding:10px 6px 0px 10px;
  width:237px;
  height:118px;
  display:block;
  float:left;
}
.rounded_box a:hover {
  background:url(../images/backgrounds/rounded_box_blue_btn_over.png) no-repeat 0px 0px;
}
.rounded_box img {
  margin-top:10px;
  float:right;
}
/* Ends Rouned Box Btn Properties */

#ctl00_copyright {
  text-align:center;
  clear:both;
  Height:15px;
  padding-top:5px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
}

/* Subtitle and content text */
.sub_title
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#000066;
  margin:0px;
  padding-top:40px;
}
.content_text
{
	font-family: Franklin Gothic Medium, Verdana, sans-serif; 
	font-size: 18px;
	color:Black;
}

#web_wrapper {
	background-image:url(../images/backgrounds/web_content_background.jpg);
	background-repeat: repeat-x;
	float:left;
	width: 749px;
	padding-left: 5px;
  padding-right:5px;
	height: 498px;
	padding-top: 5px;
}

/* Begin - Web Desgin Pages */
.web_content {
  width:749px;
  height:493px;
  background-image:url(../images/main_content_background.jpg);
  background-repeat:repeat-x;
  background-color:#cccccc
}
.web_content_title {
  width: 749px;
  height: 45px;
  background-image:url(../images/main_content_title.jpg);
  background-repeat:repeat-x;
  padding-top:15px;
}
.web_content_title span {
  font-family:Times New Roman, Verdana, sans-serif;
  font-size: 26px;
  padding-left:15px;
  margin:0px;
  float:left;
  padding-right:20px;
  color:Navy;
}
.web_description span {
  display:block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#000066;
  padding-left:20px;
  padding-right:20px;
  padding-top:30px;
  margin:0px;
}
.web_main_content {
  width:709px;
  min-height:317px;
  text-align:left;
  padding-left:40px;
}
.web_main_content h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#000066;
  margin:0px;
  padding-top:40px;
}
.web_main_content li {
  font-family:'Franklin Gothic Medium', Times, serif;
  font-size:20px;
}
.web_image {
  width:230px;
  height:175px;
  float:right;
  padding-top:90px;
  padding-left:0px;
  padding-right:10px;
  margin-right:10px;
}
/* Ends - Web Desgin Pages */

/* Begin - contact us page */

.contact_address {
  width: 309px;
	height: 356px;
	float:left;
	padding-top:30px;
	text-align:left; 
	padding-left:30px;
	color:#000066;
}
.contact_address span {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
  margin:0px;
}
.contact_form {
	width: 390px;
	height: 403px;
	float:right;
	padding-left:20px;
	padding-top:30px;
	background-color:#FFFFFF;
}
fieldset {  
  width: 370px;  
  margin: 0 0 0em 0;  
  padding: 0px 0px 10px 10px;  
  border-style: none;  
}
legend {  
  margin-left: 1em;  
  font-weight: bold;
  padding-left:10px;
  padding-bottom:20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#000066;
}
fieldset ol {  
  padding: 0 0em 0 0em;
  margin:0px;  
  list-style: none;
}
fieldset li {  
  padding-bottom: 10px;
}
.labels {  
  float: left;  
  width: 100px;  
  margin-right:0;
  font-family: Franklin Gothic Medium, Trebuchet MS, Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size:19px;
  color:#000000;
  text-decoration:none;
}
/* Ends - contact us page */


/* Begin - Design page */
.design_btn_back {
  width:262px;
  height:128px;
  padding:40px 56px 36px 56px;
  float:left;
  margin:10px 0px 0px 0px;
  background-image:url(../images/main_content_background.jpg);
}
/* Ends - Desgin Page */

/* Begin - IT Services page */
.it_services_btn_back {
  width:262px;
  height:128px;
  padding:7px 56px 7px 56px;
  float:left;
  margin:3px 0px 0px 0px;
  background-image:url(../images/main_content_background.jpg);
}
/* Ends - IT Services Page */

/* Begins - Abouts Us Page */
.about_content_text span {
  display:block;
  padding-left:10px;
  padding-top:20px;
  padding-right:10px;
  margin:0px;
  font-family: Franklin Gothic Medium, Verdana, sans-serif; 
	font-size: 22px;
	color:#000066;
}
/* Ends - Abouts Us Page */

/* Begins - Networking Page */

.networking_content_text img {
  float:right;
  padding:20px 100px 0px 40px;
  width:150px;
  height:250px;
}
/* Ends - Networking Page */
.soon {
   color:Gray;
   font-size:20px;
   font-family:Franklin Gothic Medium, Sans-Serif;
}