/* CSS Document */

/*General CSS Rules*/
img{
	border:none;
	}

body{
	background-color:#2A333C;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	}

h1, h2, h3, h4, h5, h6, p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

.bullets{
	padding: 0px 0px 0px 45px;
	}
.bullets li{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

a{
	color:#FFcc00;
	text-decoration:none;
	}

a:hover{
	color:#FFCC00;
	text-decoration:underline;
	}

/*Container, Head, Content and Footer Rules*/

#container{
	position:relative;
	height:auto;
	width:1000px;
	margin: 0px auto 0px auto;	
	}

#header{
	position:relative;
	height:125px;
	width:1000px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	}

#content{
	position:relative;
	height:auto;
	width: 1000px;
	
	}

#footer{
	position:relative;
	height: 165px;
	width: 1000px;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	}

/*header rules start here*/

#logo{
	position:absolute;
	top:5px;
	left:10px;
	margin:0px;
	}

#phone{
	position:absolute;
	top:10px;
	right:10px;
	margin:0px;
	}

#facebook{
	position:absolute;
	bottom:10px;
	right: 135px;
	}

#twitter{
	position:absolute;
	bottom:10px;
	right: 78px;
	}

#youtube{
	position:absolute;
	bottom:10px;
	right: 22px;
	}

/*Content Div Rules start here*/

#navbar{
	position:relative;
	top:0px;
	left:48px;
	height:47px;
	width:904px;
	background-image:url(../images/navbg.png);
	background-repeat:repeat-x;
	}

#sliderbg{
	position:relative;
	top:10px;
	left:10px;
	height:320px;
	width:640px;
	background-image:url(../images/sliderbg.png);
	background-repeat:no-repeat;
	}

#bottom_left{
	position:relative;
	top:20px;
	left:10px;
	height:510px;
	width:640px;
	background-image:url(../images/bottom_left.png);
	background-repeat:no-repeat;
	margin-bottom:40px;
	}

#bottom_left h2, #vendor_box h2, #misc_box h2{
	padding:35px 0px 5px 20px;
	}
#bottom_left p, #vendor_box p, #misc_box p{
	margin:15px 15px 0px 20px;
	}

#video_box{
	position:absolute;
	top:55px;
	right:10px;
	height:320px;
	width:330px;
	background-image:url(../images/video_box.png);
	background-repeat:no-repeat;
	
	}

#video{	
	position:relative;
	top:35px;
	left:8px;
	height:220px;
	width:314px;
	background-color:#000000;
	padding-top:30px;
	}

#vendor_box{
	position:absolute;
	top:385px;
	right:10px;
	height:510px;
	width:330px;
	background-image:url(../images/vendor_box.png);
	background-repeat:no-repeat;
	
	}

#misc_box{
	position:absolute;
	top:65px;
	right:10px;
	height:510px;
	width:330px;
	background-image:url(../images/vendor_box.png);
	background-repeat:no-repeat;
	
	}

/*CSS for vendor page*/
#title_bar{
	position:relative;
	top:10px;
	left:17px;
	height:52px;
	width:267px;
	background-image: url(../images/title_box.png);
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
	text-align:center;
	}

#title_bar h2{
	padding-top:8px;
	}

#title_bar h3{
	padding-top:12px;
	}

.vendor_desc{
	position:relative;
	top:10px;
	left:17px;
	height:157px;
	width:966px;
	background-image:url(../images/vendor_desc.png);
	background-repeat:no-repeat;
	margin-bottom:40px;
	}
.vendor_text{
	position:absolute;
	right:20px;
	top:30px;
	height:auto;
	width:725px;
	}
	
.vendor_text2{
	position:absolute;
	right:20px;
	top:30px;
	height:auto;
	width:920px;
	}

.vendor_desc_logo{
	position:absolute;
	top:35px;
	left:20px;
	width:166px;
	height:88px;
	}

#embed{
	position:relative;
	left:25px;
	margin-top:20px;
	}

/*footer rules go here*/
#ranch_logo{
	position:absolute;
	top:5px;
	left:30px;
	}

#weather_guard{
	position:absolute;
	top:25px;
	left:380px;
	}

#pace_edwards{
	position:absolute;
	top:15px;
	right:30px;
	}

#copyright{
	position:absolute;
	bottom:10px;
	margin:0px;
	text-align:center;
	width:1000px;
	font-size:14px;
	}


