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

/* AFK Interactive MMO Mobile. - D.Sauls */

/* 

mozilla CSS document
moz.css
author: AFK Interactive - www.afkinteractive.com
date: 11-30-10

*/

/*=uneditable */
a:focus { -moz-outline-style: none; }
input:focus, textarea:focus, select:focus { border-color: #9f002f; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong {
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #B41110;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #FFF;
	background-image: url(images/carpet-cleaning-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}

input[type="text"] { 
}

/* Headers
=====================================================================*/

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #660000;
	font-size: 28px;
	font-weight: bolder;
	letter-spacing: -1px;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-style: normal;
	line-height: normal;
}

h3 {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	color: #CCCCCC;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.3em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */


/* Global Defaults
=====================================================================*/
#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* Masthead and Navigation Elements
=====================================================================*/
#masthead {
	width: 850px;
	position: relative;
	margin-left: 70px;
	height: 253px;
}
#left_col {
	float: left;
	width: 294px;
}

#logo {
	height: 150px;
	width: 294px;
	background-image: url(images/afk-interactive-mmo-mobile.png);
}

#logo h1 {
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	float: left;
}
#slogan {
	width: 294px;
}
#quote {
	width: 254px;
	background-color: #FFC;
	border: 1px solid #C30;
	margin: 10px;
	padding: 10px;
}
#special {
	background-image: url(images/carpet-cleaning-special.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 175px;
	width: 208px;
	left: 783px;
	top: 116px;
	text-indent: -9000px;
}
#quote h1 {
	font-size: 20px;
}
#noslip {
	width: 274px;
	border: 1px solid #C30;
	margin: 10px;
	background-color: #FF0;
	text-align: center;
}
#rt_col {
	float: left;
	width: 666px;
	font-size: 14px;
}
#phone  {
	width: 666px;
	color: #FFF;
	font-size: 30px;
	letter-spacing: -.05em;
	text-align: right;
	margin-top: 11px;
	float: left;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	height: 48px;
}
#nav {
	float: left;
	height: 45px;
	width: 666px;
}




 
 /* Navigation Elements
=====================================================================*/
#navigation {
	height: 45px;
	width: 666px;
	float: left;
}

	#navigation h3 {
	left: -9000px;
	top: 0;
	height: 0;
	line-height: 0em;
	position: absolute;
}	

	#navigation ul, #navigation ul li, #navigation ul li a {
	float: left;
	height: 45px;
	display: inline;
}

	#navigation ul {
	left: 0;
	top: 0;
	width: 666px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	height: 45px;
	background-position: left top;
}

		#navigation ul#nav li, #navigation ul#nav li a {
	width: 87px;
} /* width for n-home */
		#navigation ul#nav li#n-services, #navigation ul#nav li#n-services a { width: 101px; }
		#navigation ul#nav li#n-about, #navigation ul#nav li#n-about a { width: 109px }
		#navigation ul#nav li#n-testimonials, #navigation ul#nav li#n-testimonials a { width: 133px }
		#navigation ul#nav li#n-surestep, #navigation ul#nav li#n-surestep a { width: 113px }
		#navigation ul#nav li#n-contact, #navigation ul#nav li#n-contact a { width: 122px }
		
		#navigation ul#nav li a { text-indent: -9000px; }
		#navigation ul#nav li a:hover
		/* body.index #navigation ul#nav li#n-home a */ { background: url(images/nav.png) no-repeat -0px -45px; } /* width for n-home */
		
		#navigation ul#nav li#n-services a:hover
		/* body.n-services #navigation ul#nav li#n-services a */ { background: url(images/nav.png) no-repeat -87px -45px; }
		
		#navigation ul#nav li#n-about a:hover,
		body.n-about #navigation ul#nav li#n-about a { background: url(images/nav.png) no-repeat -188px -45px; }
		
		#navigation ul#nav li#n-testimonials a:hover,
		body.testimonials #navigation ul#nav li#n-testimonials a { background: url(images/nav.png) no-repeat -297px -45px; }
		
		#navigation ul#nav li#n-surestep a:hover,
		body.n-surestep #navigation ul#nav li#n-surestep a { background: url(images/nav.png) no-repeat -430px -45px; }
		
		#navigation ul#nav li#n-contact a:hover,
		body.n-contact #navigation ul#nav li#n-contact a { background: url(images/nav.png) no-repeat -543px -45px; }
		
#photos {
	height: 235px;
	width: 666px;
	float: left;
}
#maincontent {
	margin: 20px;
	width: 626px;
	float: left;
}
#maincontent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 33px;
}


/* Footer Elements
=====================================================================*/
#footer {
	width: 960px;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	text-align: right;
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer #copyright {
	float: left;
}
#footer #email {
	float: right;
}


#footer a {
	color: #666666;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.italic {
	font-style: italic;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.quotetest {
	font-size: 15px;
}
.map {
	width: 350px;
	height: 300px;
	float: right;
	margin-top: 5px;
}

