@charset "utf-8";
/* CSS Document */
body {
	background: url(_images/background.jpg) repeat-x top #efefef;
	height: 100%;
	margin: 0px 0px 0px 0px;
}
#firefox {
	display:block;
	width: 100px;
	height: 82px;
	float: right;
	margin-top: -75px;
	overflow: hidden;
	background: url(_images/firefox.png) no-repeat;
}
#firefox:hover {
	background: url(_images/firefox.png) no-repeat 0 -83px;
}
#main-container {
	width: 800px;
	height: 100%;
	padding-top: 75px;
}
#catch-phrase {
	width: 800px;
	min-height: 310px;
	background: url(_images/designloveit.png) top left no-repeat;
}
#logo {
	width: 164px;
	height: 40px;
	float: right;
	position: absolute;
	z-index: 0;
	margin: -60px 0px 0px 635px;
}
/* BEGINNING OF NAVIGATION SECTION */
#navigation {
	margin-left: 0px;
	padding: 20px 0px 0px 0px;
	height: 40px;
	width: auto;
	list-style: none;
	text-transform: lowercase;
	font-family: arial, "lucida console", sans-serif;
}
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding:0px 10px 0px 0px;
}
#navigation a {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 18pt;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #999;
}
#navigation a:hover {
	text-decoration:none;
	background: #666;
}
/* END OF NAVIGATION SECTION */
/* START OF CONTENT BOX */
#content {
	text-align: left;
	width: 786px;
	height: auto;
	background: url(_images/content-bg.jpg) top repeat-x #FFF;
	border: 2px #999 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content {
	padding: 10px 10px 5px 10px;
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 25px;
	color: #808080;
	line-height: 27px;
}
.content a {
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 25px;
	color: #6F0;
	line-height: 27px;
	text-decoration: none;
}
.content a:hover {
	text-decoration: none;
	color: #f36;
}
.content img {
	border: medium #CCC solid;
}
.highlight {
	color: #ff3366;
}
#image-content {
	width: 390px;
	height: auto;
	padding-top: 1px;
	float: right;
	text-align: left;
}
/* END OF CONTENT BOX */
/* START OF CONTENT BOX 2 */
#content2 {
	text-align: left;
	width: 786px;
	min-height: 350px;
	background: url(_images/content-bg.jpg) top repeat-x #FFF;
	border: 2px #999 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#image-content2 {
	width: 390px;
	height: auto;
	padding-top: 1px;
	float: right;
	text-align: left;
}
/* END OF CONTENT BOX 2 */
h1 {
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 40px;
	color: #666;
}
.big {
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 40px;
	color: #666;
}
h2 {
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 30px;
	color: #666;
}
h2 a {
	font-family: arial, "lucida console", sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 30px;
	color: #666;
	line-height: 1px;
	text-decoration: none;
	border-bottom: dotted #666 medium;
}
h2 a:hover {
	color: #030;
	text-decoration: none;
	border-bottom: dotted #030 medium;
}
h3 {
	font-family: arial, "lucida console", sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
/* BEGINNING OF FORM STYLING */
form {
	letter-spacing: 0px;
}
form#requestform {
	background: url(_images/background.jpg) repeat-x top;
	width: 400px;
	border: 2px solid #999;
	padding: 0 10px;
}

form#requestform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form#requestform ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}

form#requestform ol li.button {
	border-bottom: none;
}

form#requestform ol label {
	display: block;
}
form#requestform ol label {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 2px 0;
}

form#requestform ol label em {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #F36;
	text-transform: none;
}

form#requestform ol input#name,
form#requestform ol input#company,
form#requestform ol input#email {
	width: 300px;
	background: url(_images/sm-bg2.jpg) repeat-x top #FFF;
	border: 1px solid #999;
	padding: 5px;
}

form#requestform ol input#name:hover,
form#requestform ol input#company:hover,
form#requestform ol input#email:hover {
	border: 1px solid #666;
}

form#requestform ol select {
	width: 150px;
	height: 30px;
	padding: 3px;

}

form#requestform ol option {
	font: 11px Georgia, Times, "Times New Roman", serif;
	color: #666;
	padding: 3px 0 3px 5px;
	background: url(_images/sm-bg2.jpg) repeat-x top #FFF;
}

form#requestform ol textarea {
	width: 380px;
	height: 100px;
	background: url(_images/sm-bg.jpg) repeat-x top #FFF;
	border: 1px solid #999;
	padding: 5px;
}

form#requestform ol textarea:hover {
	border: 1px solid #666;
}

form#requestform ol input#name,
form#requestform ol input#company,
form#requestform ol input#email,
form#requestform ol textarea {
	font: 14px/18px Georgia, Times, "Times New Roman", serif;
	color: #666;
	word-spacing: 1px;
}
form#requestform ol button {
	background: #666;
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border: none;
}

form#requestform ol button:hover {
	background: #999;
	cursor: pointer;
}
/* ENDING OF FORM STYLING*/
h1.siteby {
	width: 259px;
	height: 67px;
	background: url(images/siteby.png) no-repeat;
}
h1.siteby span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.siteby img {
	border: none;
}
/* Table Replacement*/
#left {
	width: 390px;
	float: left;
}
#right {
	width: 390px;
	float: right;
}
#right img {
	margin-left: 50px;
}
/*Card Deck*/
#carddeck {
	width: 790px;
	height: 214px;
	background: url(_images/mainimage.png) no-repeat;
}
/*Random Ad Image*/
#adimage {
	margin-left: -10px;
}
#adimage img {
	border: 0px solid;
	text-decoration: none;
	width: 806px;
}
/*Benefits Page Image*/
#imagetop {
	width: 800px;
	height: 159px;
	margin-left: -12px;
	margin-top: -12px;
	margin-bottom: -20px;
}
#imagetop img {
	width: 810px;
	height: 159px;
	border: 0px solid;
}
h1.topimage {
	text-indent: -9999px;
	margin-bottom: -40px;
}
.big.topimage {
	text-indent: -9999px;
	margin-bottom: -40px;
}