body{
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#4e0000;
}

.clear{
	clear:both;
}

.container{
	margin:auto;
	width:960px;
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#4e0000;
}
	
#header{
	width:960px;
	height:133px;
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
}

#logo{
	float:left;
	margin-left:20px;
	width:440px;
}

.header-content{
	width:450px;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:1px;
}

.computer-repair{
	padding-top:60px;
}

/********************* Header and Some basic page styles End here *********************/

/********************* Menu Styles Start From here ************************************/
#menu{
	width:960px;
	height:35px;
	margin-top:15px;
	background-image:url(images/menu-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#menu ul{
	margin:0;
	padding:0;
	padding-top:7px;
}

#menu ul li{
	display:inline;
	padding:0px 25px;
	font-weight:bold;
}

#menu ul li a{
	color:#fff;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#FF0;
}

/********************** Menu Styles Ends Here ************************/

/********************** Main Styles Starts here **********************/
#main{
	margin-top:14px;
	width:960px;
}

.main-top{
	background-image:url(images/main-top.gif);
	height:7px;
	background-repeat:no-repeat;
}

.main-content{
	background-image:url(images/main-content-bg.png);
	background-repeat:repeat-y;
	padding:13px 20px;
}

.main-bot{
	background-image:url(images/main-content-bot.png);
	height:7px;
	background-repeat:no-repeat;
}

.content{
	width:602px;
	float:left;
	clear:left;
}

.top-banner{
	background-image:url(images/banner.jpg);
	width:602px;
	height:308px;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.star-link{
	width:125px;
	height:125px;
	position:relative;
	top:-25px;
	left:490px;
}

.content-box{
	background-image:url(images/content-box-bg.png);
	background-repeat:repeat;
	border:1px solid #4c2828;
	padding-bottom:10px;
	margin-bottom:20px;
}

.content-box h2{
	margin:0;
	padding:0;
	display:block;
	height:31px;
	background-image:url(images/heading-bg.png);
	background-repeat:repeat;
	color:#dadada;
	font-size:18px;
	padding:4px 0px 0px 10px;
	border-bottom:1px solid #4c2828;
	
}

.content-box p{
	padding:10px 10px 0px 10px;
}

.content-box h3{
	font-size:16px;
	color:#dadada;
	padding-left:10px;
	font-weight:bold;
	margin:0;
	margin:5px 0px;
}

.content-box h4,.content-box h5{
	font-size:14px;
	color:#dadada;
	padding-left:10px;
	margin:0;
	color:#FF0;
	font-weight:bold;
}

.services-list{
	width:500px;
	margin:auto;
}

.services-list ul{
	margin:0;
	padding:0;
	display:block;
	width:50%;
	float:left;
	list-style:none;
}

.services-list ul li{
	background-image:url(images/list-bg.gif);
	background-repeat:no-repeat;
	background-position:0 60%;
	padding: 2px 20px;
}

.content-box ul li a{
	color:#fff;
	font-size:11px;
}

.content-box ul li a:hover{
	color:#FF0;
	text-decoration:none;
}

.sidebar{
	width:300px;
	float:right;
	clear:right;
}

.search-box .content-box{
	margin-top:0px;
	padding:30px;
}

.search-box .content-box form input{

}

.search-box .content-box form img{
	vertical-align:middle;
}


.areas-list{
	width:250px;
	margin:auto;
	margin-top:5px;
}

.areas-list ul{
	margin:0;
	padding:0;
	display:block;
	width:50%;
	float:left;
	list-style:none;
}

.areas-list ul li{
	background-image:url(images/list-bg.gif);
	background-repeat:no-repeat;
	background-position:0 60%;
	padding: 2px 20px;
}


.sidebar-ad{
	margin-top:20px;
	margin-bottom:20px;
}


.bottom-box{
	margin-bottom:0px;
}
/*********************** Main Styles Ends *********************/

/*********************** Footer Styles Start ******************/
.footer{
	font-size:11px;
	padding:15px 20px;
}

.footer-section{
	float:left;
	width:50%;
}

.footer-nav ul{
	margin:0;
	padding:0;
}

.footer-nav ul li{
	display:inline;
	padding:0px 10px;
}

.footer-nav ul li a{
	color:#fff;
}

.copyright{
	text-align:right;
}
/*********************** Footer Styles End   ******************/


/************** Inner Page Styles *****************/
ol.inner-list,ul.inner-list{
	margin:0;
	padding:0;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:20px;
}

.tabular-data{
	width:95%;
	margin:auto;
	border:1px solid #d9d9d9;
	margin-bottom:15px;
}

.content-box h1{
	font-size:2.4em;
	color:#dfdfdf;
	padding:0px 10px;
}

.services-sidebar{
	padding:10px;
	font-size:15px;
}

.services-sidebar ul li{
	list-style:none;
	background-image:url(images/list-bg.gif);
	background-repeat:no-repeat;
	background-position:0 60%;
	padding:3px 20px;
}
