/* CSS Document */
/* -----------------------------------------=========================RESET BROWSER DEFAULTS=======================--------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{ padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
ol{ margin-left: 1.4em; list-style: decimal; }
ul{ margin-left: 1.4em; list-style: square; }
img{ border: 0; }
table{ border-collapse: collapse; }
/* --------------------------------------========================= END RESET BROWSER DEFAULTS=====================--------------------- */

body{
	background-color: #303030;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#080261), to(#000000), to(#080261)); /*Safari 4-5, Chrome 1-9 */
		background: -webkit-linear-gradient(top, #080261, #000000, #080261); /*Safari 5.1, Chrome 10+ */
		background: -moz-linear-gradient(top, #080261, #000000, #080261); /*Firefox 3.6+ */
		background: -ms-lnear-gradient(top, #080261, #000000, #080261); /* IE 10 */
		background: -o-linear-gradient(top, #080261, #000000, #080261); /*Opera 11.10+ */
	font-family: Tahoma, Verdana, "Lucida Sans Regular", sans-serif;
	font-size: 12px;
	letter-spacing: .8px;
	height: 100%;
}

#header{
	min-height: 100px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.2em;
	margin: 10px 10px;
	padding-right: 2em;
	margin-left: 60px;
	letter-spacing: .12em;
}
#header p{
	float: right;
	margin-top: 25px;
	color: #ffffff;
}
#header a, #header a:active, #header a:link, #header a:visited, #content a, #content a:active, #content a:link, #content a:visited{
	color: #ffffff;
	text-decoration: none; 
}

#content{
	margin: 0 2em 0 2em;
}
#content ul{
	display: block;
}
#content li{
	min-width: 120px;
	font-size: 1.1em;
	display: inline;
	color: #ffffff;
	background-color: #415b4c; 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#415b4c), to(#557260)); /*Safari 4-5, Chrome 1-9 */
		background: -webkit-linear-gradient(top, #415b4c, #557260); /*Safari 5.1, Chrome 10+ */
		background: -moz-linear-gradient(top, #415b4c, #557260); /*Firefox 3.6+ */
		background: -ms-lnear-gradient(top, #415b4c, #557260); /* IE 10 */
		background: -o-linear-gradient(top, #415b4c, #557260); /*Opera 11.10+ */
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	padding: 5px 3em 5px 2em;
		border-radius: 1em 10em 0 0; -moz-border-radius: 1em 10em 0 0; -webkit-border-radius: 1em 10em 0 0;

}
#content li#active{
	background-color: #557260;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#676767), to(#557260)); /*Safari 4-5, Chrome 1-9 */
		background: -webkit-linear-gradient(top, #676767, #557260); /*Safari 5.1, Chrome 10+ */
		background: -moz-linear-gradient(top, #676767, #557260); /*Firefox 3.6+ */
		background: -ms-lnear-gradient(top, #676767, #557260); /* IE 10 */
		background: -o-linear-gradient(top, #676767, #557260); /*Opera 11.10+ */
}

#content h1{
	text-align: right;
	background-color: #557260;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#557260), to(#415b4c)); /*Safari 4-5, Chrome 1-9 */
		background: -webkit-linear-gradient(top, #557260, #415b4c); /*Safari 5.1, Chrome 10+ */
		background: -moz-linear-gradient(top, #557260, #415b4c); /*Firefox 3.6+ */
		background: -ms-lnear-gradient(top, #557260, #415b4c); /* IE 10 */
		background: -o-linear-gradient(top, #557260, #415b4c); /*Opera 11.10+ */
	border-top: 5px solid #2d4c41;
	padding: 1em 1em .8em 1em;
	color: #ffffff;
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
		border-radius: 1em 1em 0 0; -moz-border-radius: 1em 1em 0 0; -webkit-border-radius: 1em 1em 0 0;

}

#main{
	min-height: 300px;
	background-color: #ffffff;
		border-radius: 0 0 1em 1em; -moz-border-radius: 0 0 1em 1em; -webkit-border-radius: 0 0 1em 1em;
	border-bottom: 5px solid #2d4c41;
	background-image: url(images/network.png); background-repeat: repeat-x; background-position: 15px 0px;
	min-height: 350px;
}

#section1{
	padding-top: 85px;
	float: left;
	width: 60%;
	margin: 15px;
	letter-spacing: .1em;
	border-right: 3px solid #415b4c;
	padding-right: 15px;
}
#section1 h2{
	color: #415b4c;
	font-size: 1.25em; font-weight: bold;
	padding: 5px;
}
#section1 p{
	font-size: 1.1em;
	padding: 10px 0 10px 5px;
}

#grayhorsetechContact{
	padding: 135px 15px 15px 15px;
}
#section2{
	padding: 120px 20px 15px 20px;
	margin-left: 65%;
	font-size: 1.2em;
	text-align: center;
}
#section2 a, #section2 a:link, #section2 a:hover, #section2 a:active, #section2 a:visited{
	color: #415b4c;
	font-weight: 600;
	font-size: 1.1em;
}
#section2 a:hover{
	text-decoration: underline;
}


#form1{
	padding-top: 25px;
	float: left;
	width: 35%;
	text-align: right;
}
#form2{
	padding-left: 450px;
	margin-top: -20px;
	padding-bottom: 20px;
}

#form2 textarea{
	margin: 8px 10px;
	padding-bottom: 15px;
	margin-right: 35px;
	width: 80%;
}

.formsubmitted{
	padding: 140px 20px 20px 20px;
	font-size: 1.2em;
}

#main h3{
	padding-top: 85px;
}
#services ul{
	float: left;
	position: fixed;
}



#services li{
	padding: 8px 0 9px 15px;
	margin: 0; margin-left: -20px;
	display: list-item;
	list-style: none;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	color: #000000;
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	width: 15em;
	font-size: 1em;
}
#services li a, #services li a:link, #services li a:hover, #services li a:active, #services li a:visited{
	color: #000000;
}
#serviceDescription{
	float: left;
	display: list-item;
	list-style: none;
	color: #000000;
	font-size: 1.2em;
	letter-spacing: .1em;
	border: 1px solid #000000;
	margin: 15px;
	height: 238px; min-width: 96.5%;
	overflow: hidden;
	background-color: #ffffff;
}
h4{
	margin-bottom: 10px;
	padding: 5px 0;
}
#computerRepair, #spywareRemoval, #systemOptimization, #networkConfig, #softwareInstall, #dataBackup{
	color: #000000;
	margin-right: 5%; margin-bottom: 100%;
	padding: 15px 0 15px 0;
	font-size: 1.25em;
}
#computerRepair p, #spywareRemoval p, #systemOptimization p, #networkConfig p, #softwareInstall p, #dataBackup p{
	padding-bottom: 10px;
}
#dataBackup p{
	margin-bottom: 300px;
}
#serviceContent{
	position: absolute;
	margin-top: 20px;
	margin-left: 270px;
	padding: 15px;
	max-height: 300px;
	overflow: hidden;
}
