body {
  	color: #000;
  	background-color: #bebebe;
  	font-family: arial;
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	padding: 0;
	}
h1 {
	color: #263a26;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
	}
h2 {
	color: #426344;
	text-align: left;
	letter-spacing: 2px;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	}
h3 {
	color: #426344;
	text-align: left;
	letter-spacing: 2px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	}
h4 {
	/*used for website names on Web Design page*/
	text-align: left;
	color: #426344;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 5px 15px;
	}
h5 {
	/*used on Web Design page*/
	text-align: left;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	line-height: 0em;
	}
a:link, a:visited, a:active {
	color: #2a7d1b;
	text-decoration: underline;
	outline: none;
	border: none;
	}
a:hover {
	color: #4c3618;
	text-decoration: underline;
	outline: none;
	border: none;
	}
img {
	outline: none;
	border: none;
	}

img.center {display: block; margin: 0 auto;}

p.announcement {
	color: #c94b0c;
	}
hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: 0;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	}
.clear {
	clear: both;
	}
.textcenter {
	text-align:center; 
	}
/*===========================*/
/*===== Structural DIVs =====*/
/*===========================*/
#wrapper {
	background: #bebebe url(images/bg_wrapper.gif) repeat-y;
	width: 820px;
	margin: 0 auto;
	}
#container {
	width: 800px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	}
#header {
	width: 800px;
	height: 153px;
	border-bottom: double 3px #c0c0c0;
	}
#header h1 {
	background: url(images/header.gif) no-repeat;
	width: 800px;
	height: 150px;
	margin: 0 auto;
	}
#header h1 span {
	display: none;
	}
#mainContent {
	width: 560px;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	background-color: #fff;
	padding: 20px 0 40px 10px;
	margin: 0 0 0 200px;
	border-left: solid 1px #c0c0c0;
	}	
#mainContent p {
	margin-left: 15px;
	}
#footer {
	position: relative;
	background-color: #fff;
	padding: 5px 0;
	border-top: double 3px #c0c0c0;
	margin: 0;
	width: 800px;
	height: 80px;
	}
		#footer p {
			text-align: center;
			font-size: 0.9em;
			color: #4c3618;
			}
		img.remote_button {
			position: absolute;
			top: 10px;
			left: 25px;
			}
/*==========================*/
/*======= NAVIGATION =======*/
/*==========================*/
#navigation {
	position: absolute;
	top: 165px;
	left: 20px;
	width: 170px;
	padding: 0; 
	margin: 0;
	text-align: right;
	}
#navigation ul {
	margin: 0 10px 0 0;
	padding: 0;
	}
#navigation li {
	line-height: 2em;
	list-style-type: none;
	display: block;
	padding-top: 0;
	margin-bottom: 0;
	}
#navigation li a:link, #navigation li a:visited {
	color: #003300;
	text-decoration: none;
	}
#navigation li a:hover, #navigation li a:active {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	}
#navigation li a.current {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	}
#navigation hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	width: 150px;
	height: 1px;
	margin: 0px;
	}
/*===============================*/
/*======= LEFT-SIDE LOGOS =======*/
/*===============================*/
#logos_left {
	position: absolute;
	width: 190px;
	left: 5px;
	top: 490px;
	text-align: center;
	}	
/*===============================*/
/*======= ROUNDED CORNERS =======*/
/*===============================*/	
.roundcont {
	width: 170px;
	text-align: left;
	margin: 0 auto;
	background-color: #3f7f52;
	color: #fff;
	}
.roundcont p {
	margin: 5px 5px 10px 5px;
	}
.roundcont p.specials_title {
	text-align: center;
	color: #f1af00;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	}
.roundcont p.specials_title a {
	color: #f1af00;
	}
.roundtop div { 
	background: url(images/tl.png) no-repeat top left; 
	}
.roundtop { 
	background: url(images/tr.png) no-repeat top right; 
	}
.roundbottom div{
	background: url(images/bl.png) no-repeat bottom left; 
	}
.roundbottom {
	background: url(images/br.png) no-repeat bottom right; 
	}
.roundtop div, .roundtop, .roundbottom div, .roundbottom {
   	width: 100%px;
   	height: 12px;
	}
/*===================================*/
/*======= CONTACT US SPECIFIC =======*/
/*===================================*/	
p.label {
	font-weight: bold;
	}
table.cityList {
	width: 100%;
	margin: 0;
	padding: 0;
	}
table.cityList td {
	width: 50%;
	}


ul.serviceList {
	font-weight: bold;
	margin: 0 0 0 40px;
	padding:0;
	}
img.profile {
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin: 0 10px 10px 0;
	float: left;
	}

/*===============================*/
/*======= WEB DESIGN PAGE =======*/
/*===============================*/	
.website {
	width: 550px;
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	}
.website-lt {
	float: left;
	width: 340px;
	}
.website-lt img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	}
.website-rt {
	float: right;
	width: 205px;
	}
p.view-site-button {
	margin: 20px 0 0 0;
	}

.current-project-lt {
	float: left;
	width: 270px;
	}
.current-project-rt {
	float: right;
	width: 270px;
	}
.current-project-lt img, .current-project-rt img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	}
h4.current {
	margin-left: 0;
	}	

#thumbBox		{/*Outermost DIV for thumbnail viewer*/
				position: absolute; left: 0; top: 0; width: auto;
				padding: 5px 5px 0 5px; background: #555; visibility: hidden;
				z-index: 10; cursor: pointer; border: 2px solid #fff;}
#thumbBox .footerbar {/*Footer DIV of thumbbox that contains "close" link */
				font-family: "trebuchet ms"; font-weight: bold; font-size: 1.2em; letter-spacing: 1px;
				line-height: 1.1em; color: #fff; padding: 0 0 5px 0; text-align: right;}
#thumbBox #thumbImage {/*DIV within thumbbox that holds the enlarged image */
				background-color: #555;}
#thumbLoading	{/*DIV for showing "loading" status while thumbbox is being generated*/
				position: absolute; visibility: hidden; border: 1px solid black;
				background-color: #efefef; padding: 5px; z-index: 5;}

/*=================================*/
/*======= SOCIAL MEDIA PAGE =======*/
/*=================================*/	
.social-media-icons {width:88px; margin:0 auto;}
.social-media-icons .twitter {margin-left:20px;}
p.facebook-likes {text-align:center; margin-top:20px;}
.text-center {text-align:center;}

/*==================================*/
/*======= MOBILE REPAIR PAGE =======*/
/*==================================*/
div.mobile-repair-landing-page-wrapper {margin:30px auto 50px auto; width:490px; } 
div.mobile-repair-landing-page { float:left; margin-left:10px; }
div.mobile-repair-landing-page:first-child { margin-left:0; }
div.mobile-repair-landing-page img { display: block; margin: 0 auto 15px auto; }
/*div.mobile-repair-landing-page p,
p.mobile-repair-landing-page { font-weight:bold; text-align:center; margin-top:0; }*/
p.mobile-repair-landing-page { font-weight:bold; text-align:center; margin-top:0; }
p.mobile-repair-landing-page a  { border:none; text-decoration:none; }

ul.mobile-repair-landing-page { margin:30px auto 50px auto; }
ul.mobile-repair-landing-page li { list-style:none; display:inline; float:left; text-align:center; margin-left:12px; }
ul.mobile-repair-landing-page li:first-child { margin-left:0; }
ul.mobile-repair-landing-page li a { font-weight:bold; text-decoration:none; }
div.mobile-repair-photo-area { position:relative; }
ul.mobile-repair-landing-page li img { margin-bottom:5px; }
ul.ipad-landing-page { width: 170px; }
ul.iphone-landing-page { width: 485px; }

div.mobile-repair-list1 { margin:0 auto; width:133px; }
div.mobile-repair-list2 { margin:0 auto; width:275px; }
div.mobile-repair-list3 { margin:0 auto; width:420px; }
div.mobile-repair-list4 { margin:0 auto; width:558px; }
div.mobile-repair-item { float:left; width:130px; margin:20px 0 15px 10px; background:#f5f5f5; position:relative; height:120px; border-radius:10px; border:1px solid #eee; }
div.mobile-repair-item:first-child { margin-left:0; }
div.mobile-repair-item h1 { font-size:1em; text-align:center; letter-spacing:normal; margin:10px 5px 15px 5px; }
div.mobile-repair-item img { position:absolute; bottom:5px; left:5px; }

div.price { position:absolute; top:40px; right:50px; z-index:100; background:url(images/price-seal.png) no-repeat top left; width:150px; height:150px; margin:0 25px 0 10px; float:left; }
div.price p { text-align:center; padding-top:15px; font-size:40px; line-height:1em; font-weight:bold; font-style:italic; -webkit-transform:rotate(8deg); -moz-transform:rotate(8deg); -o-transform:rotate(8deg); transform:rotate(8deg);  }
div.price p span { font-size:36px; }

