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

@import url("reset.css");

/* 	----------------------------------------------------------
	Filename:  	default.css
	Title:				Default CSS for Mesquite Lock Doc 
   	Author:			James Winn, jwinn@vvdmesquite.com
	URL:			http://vvdmesquite.com/css/main.css
	License:		Copyright 2007, Virgin Valley Design, All Rights Reserved
	
	Feel free to read and learn from this, but please don't seal.
	Description:  This is the default styles.
	
	Background Color:  #f51117
---------------------------------------------------------------	
*/

body {
	font-size: 65%;
	background: #000 url(../images/bg-main.png);
}

img { padding: 10px 10px 5px; }

label {
	display: block;
	visibility: hidden;
}

p { margin: 10px 5px; }

ul {
	margin-left: 1.5em;
	margin-top: 1em;
}

.boldTxt { font-weight: bold; }

.labelspan {
	width: 100px;
	display: block;
}
h2 , h3{
	color: #F51117;
	text-align: center;
	margin-top: 10px;
}

.clearFlt { clear: both; }

.fltLft { float: left; }

.fltRt { float: right; }

.hidden {
	visibility: hidden;
	display: none;
}

.textLft { text-align: left; }

#outercontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#outercontainer #head {
	background: url(../images/header.png) no-repeat center top;
	height: 35px;
	width: 700px;
	padding-top: 122px;
	padding-left: 100px;
	padding-bottom: 2px;
}

#outercontainer #head #nav {
	background: url(../images/navbar.png) no-repeat right top;
	height: 34px;
	width: 519px;
	float: right;
	margin-right: 80px;
}

#outercontainer #head #nav .textNav {
	display: block;
	height: 0px;
	width: 118px;
	padding-top: 35px;
	overflow: hidden;
	float: left;
	margin-left: 35px;
	margin-right: 3px;
}

#outercontainer #contentContainer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#outercontainer #contentContainer #containerTop {
	background: url(../images/bg_outercontentTop.png) no-repeat center top;
	height: 15px;
}
#outercontainer #contentContainer #contentBottom {
	background: url(../images/bg_outercontentBottom.png) no-repeat center bottom;
	height: 15px;
}

#outercontainer #contentContainer #contentinside { background: url(../images/bg_outercontent.png) repeat-y center center; }
#outercontainer #contentContainer #contentinside #content  {
	background: #FFF;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	padding: 5px;
	line-height: 1.2em;
}

.centerTxt { text-align: center; }

#outercontainer #contentContainer #contentinside #content #foot {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}

/* Contact Form Style */

#contactForm {
	width: 500px;
	margin-right: auto;
	margin-top: 15px;
	padding: 40px 5px 5px 35px;
	background: url(../images/mailBG_02.png) no-repeat left top;
	margin-left: auto;
}
#outercontainer #contentContainer #contentinside #content #contactForm #contactH3 {
	background: no-repeat left top;
	display: block;
	text-align: left;
	padding-left: 70px;
	height: 50px;
	margin: 0px;
}

#outercontainer #contentContainer #contentinside #content #phone {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#outercontainer #contentContainer #contentinside #content #services {
	list-style: url(../images/ok.png) inside;
	float: left;
	margin-right: 20px;
	margin-bottom: 1.5em;
	width: 16.5em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outercontainer #contentContainer #contentinside #content #services ul { list-style: url(../images/ok.png) inside; }

