body {
  margin: 20px 0;
  background: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #7f7f7f;

}
a {
  color: #a1a09f;
  text-decoration:none;
}
a:hover {
  text-decoration: none;
  color: #FFF;
}
.title {
  border-bottom: 3px solid #cfcfcf;
  background: transparent url(images/img4.gif) no-repeat scroll right center;
}

p {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page {
	margin: 0 auto;
	background: url(../images/background.jpg) no-repeat;
	width:1000px;
	height:768px;
	border:0px;
}

#header {
	float:left;
	width:1000px;
	height:29px;
	background:url(../images/top_header.png) no-repeat;
	text-align:right;
	padding-top:70px;

}

#grey_text {
	float:right;
	font-size:18px;
	color:#7d7b7c;
	padding: 0px 2px 0px 2px;

}

#white_text {
	float:right;
	font-size:18px;
	color:#fff;
	padding: 0px 5px 0px 5px;
}


#nav_bar {
	width:465px;
	height:52px;
	float:right;
}

.nav_links {
}

#content {
	width:1000px;
	height:578px;
	float:left;

}

#slide {
	width:920px;
	height:578px;
	background:url(../images/content_no_tabs.png) no-repeat;
	float:left;
	
}

#left_arrow {
	float:left;
	width:52px;
	height:189px;
	margin-top:195px;
}

#right_arrow {
	float:left;
	width:52px;
	height:189px;
	margin-top:195px;

}



#left_side {
  float: left;
  width: 480px;
  height: 458px;
  padding: 120px 0px 0px 30px;

}

#right_side {
	float:left;
	width:300px;
	height:578px;
	padding:50px 0px 0px 0px;

}

.right_side_slide_text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7f7f7f;
	margin-top:100px;
}

.right_side_slide_text_no_top {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7f7f7f;
}

.right_side_slide_header {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	margin-top:100px;
}


#even_left_side {
  float: left;
  width: 390px;
  height: 438px;
  padding: 150px 0px 0px 30px;

}

#middle {
	float:left;
	width:36px;
	height:548px;
	background:url(../images/middle.jpg) no-repeat;
	margin-top:10px;
}

#even_right_side {
	float:left;
	width:390px;
	height:438px;
	padding-top:160px;

}

#active_toptab {
	float:left;
	background:url(../images/active_toptab.png) no-repeat;
	width:156px;
	height:44px;
	margin-left:120px;
	margin-top:8px;
}

#toptab {
	float:left;
	background:url(../images/toptab.png) no-repeat;
	width:156px;
	height:44px;
	margin-top:8px;
}

h1 {
	font-size:29px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#c6c5c5;
}

.normal_text_right_side {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7f7f7f;
}

.designed {
	padding-left:485px;
}

.link_no_underline {
	text-decoration:none;
}


.links {
	padding-left:100px;
	padding-top:10px;
}


.links1 {
	padding: 40px 0px 0px 100px; 
}

.link_category {
	text-decoration:none;
	font-size:25px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



p.indent {
	text-indent:15px;
}

p.left {
	text-align:left;
}

p.small {
	line-height:0px;
}




#email {
    font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:10px;
}

#footer {
  width: 1024px;
  height:20px;
  float:left;
}

#footer p {
  text-align: center;
  font-size: 12px;
  color:#fff;
}


.clearboth {
	clear:both;
}

/** Rollover Nav Bar  **/

#home
{
  display: block;
  width: 81px;
  height: 52px;
  background: url(../images/nav_bar/home1.png) no-repeat 0 0;
  float:right;

}

#home:hover
{ 
  background-position: 0 -52px;
}

#home span
{
  display: none;
}

#design
{
  display: block;
  width: 89px;
  height: 52px;
  background: url(../images/nav_bar/design.png) no-repeat 0 0;
  float:right;

}

#design:hover
{ 
  background-position: 0 -52px;
}

#design span
{
  display: none;
}

#repair
{
  display: block;
  width: 87px;
  height: 52px;
  background: url(../images/nav_bar/repair.png) no-repeat 0 0;
  float:right;

}

#repair:hover
{ 
  background-position: 0 -52px;
}

#repair span
{
  display: none;
}

#hosting
{
  display: block;
  width: 103px;
  height: 52px;
  background: url(../images/nav_bar/hosting.png) no-repeat 0 0;
  float:right;

}

#hosting:hover
{ 
  background-position: 0 -52px;
}

#hosting span
{
  display: none;
}

#contact
{
  display: block;
  width: 105px;
  height: 52px;
  background: url(../images/nav_bar/contact.png) no-repeat 0 0;
  float:right;

}

#contact:hover
{ 
  background-position: 0 -52px;
}

#contact span
{
  display: none;
}

.category_images {
	width:228px;
	height:178px;
}

.category_images:hover {
	width:228px;
	height:178px;
	opacity:.3;
}

