@charset "utf-8";
/* CSS Document */

a {
	color: red;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: black;	
	margin: 0;
	color: white;
}

p {
	margin-left: 10px;	
}

#masthead  {
	background-color: rgb(35,31,21);
}

#masthead img {
	border: none;	
	float: left;
}
#headInfo {
	float: right;
	margin-top: 22px;
	text-align: right;
}
#headInfo span{
	font-size:24px;	
	
}

#masthead #repairLogo{
	margin: 22px 0px 0px 15px;
	position:relative;
	
}
.center {
	width: 810px;
	margin-left:auto;
	margin-right: auto;
	clear: both;
}

#page {
		
}

/*==============REPAIR STYLES=======================*/
#priceBtn button {
	height: 42px;
	width: 225px;
}

#priceBtn {
	float: left;
	clear: left;
	margin: 5px;
}

#repair_left {
	float: left;
	width: 83%;
	margin-left: 1%;
}

#repair_left #divL {
	float:left;
	width:48%;
	margin-right:1%;
}

#repair_left ul {
	list-style-type:disc;
}

#repair_left table {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}

#repair_left table span {
	color: red;	
}

#repair_left table tr{
	height: 2em;	
}

#repair_left #contactForm textarea, #repair_left #contactForm input[type = "text"] {
		width: 10em;
}

#repair_left #contactForm input[type = "submit"] {
	width: 7em;
	float: right;
}

#logos {
	float: left;
	width: 15%;
	margin-left: 1%;
}
#logos ul{
	list-style-type:none;
	
}

#logos ul img{
	width: 	100%;
	margin-bottom: 3em;

}

#faqMenu, #answers {
	margin-left: 1em;
	
}

#answers p {
	margin-left: 2em;	
}

#faqMenu a{
	color:white;	
}



#answers h2 a:hover {
	text-decoration:none;
}

#contactInfo, #map{
	float:left;	
	margin-left: 1%;
	width: 48%;
	
}

#contactInfo span{
	font-weight: bold;
	margin-right: 2px;
}
#content h1{
	border-bottom: white dotted 2px;	
	margin-left: 10px;
	clear: left;
}

td.heading {
	text-align: right;	
	vertical-align: top;
	padding-right: 1em;
	width: 100px;
}

fieldset {
	border: none;	
}

#repair span {
	color: red;	
}

#contactForm input[type="submit"] {
	float: right;	
}

#contactForm input, #contactForm textarea {
	font-size: 16px;	
}

label.error {
	color: red;
	font-weight: bold;
	margin-left: 1em;
}

/*=============Unlock Styles==========================*/
.unlock {
	float: left;
	
}

/*=============Scroll Window Styles===================*/
#scrollWindow, #content {
	clear: left;
	padding: 10px 10px 10px 0;
	width: 800px;
	border: 10px ridge white;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3em;
	background-color:black;
	overflow:hidden;
	
}


#s_left {
	float:left;
	width: 300px;
	text-align: center;
	height:350px;
}

#s_left li{
	height: 54px;
	width: 230px;
	margin-top: 15%;
	position:relative;
	left: 34px;
}

#s_left li a{
	display:block;
	height:100%;
	text-decoration:none;
	color: black;
}

#s_left ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height: 50px;	
}

#s_right {
	float:left;
	width: 500px;
	height: 350px;
	background-color:gray;
	background: url(images/ScrollImage.png) 0px 0px no-repeat;

}






/*====================================NAVIGATION STYLES================================*/

#navigation {
	background: rgb(160,149,127) url(images/nav.png) repeat-x;
	clear: both;
	height: 50px;
	border-top:2px solid red;
}



#navigation ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height: 50px;
}

#navigation li {
	float: left;
	position: relative;
	width: 20%;
	padding: 0;
	height:50px;
	text-align:	center;
	
}

#navigation li:hover {
	background-color: black;
}

#navigation li a {
	position: relative;
	font-size: 20px;
	text-decoration:none;
	color: white;
	display:block;
}

/*================POPUP STYLES=================================*/

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -175px;
    width: 350px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#sucWin{
		
}
#pop_high {
	background: black;
	text-align: center;
}

#pop_high img {
	width: 150px;
	border: none;
}

#pop_low a{
	float: right;	
	margin-right: 1em;
}


/*================FOOTER STYLES===============================*/

#copyRight {
		color: white;
		float:left;
}

#palmDC {
	float: right;	
	color: white;
}



