﻿/**** STANDARD TABLE and MARGIN STYLES ****/

body {
	margin: 0; 
	background: ;	
	border-spacing: 0;
	background: #000000 url("images/pre-vent_horse_feeders_background.jpg") 50% 0 no-repeat;	
}

table {
	padding: 0;	
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	color: white;
	font-family: helvetica, myriad pro, arial;
	font-size: 15px;
	line-height: 120%;
	vertical-align: top;
}

p {
	font-size: 11px;
	padding-right: 20px;
	line-height: 140%;
}

h1, h2, h3, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #824A16;
}

/********** WEBSITE HTML STRUCTURE *********/

/* WRAPPER is the browser screen  
   from margin to margin  */ 

.wrapper {
	
	padding-top: 0px;

}

/* SHELL controls the width 
   of the website  *************************/ 
   
.shell {
	margin-top: 26px;
	width: 990px;
	background: url("images/pre-vent_horse_feeders_backpage.jpg") no-repeat;

}


/* HEADER controls the top
   row inside the shell  *******************/ 

.header {

	background: url('images/pre-vent_horse_feeders_header2.png');
	width: 990px;


}

/* BODY controls the middle
   row inside the shell  *******************/ 

.body {

}


#menu2a {
	background: url('images/menu/menu_bar.png');
	width: 839px;
	height: 34px;
	margin-top: 0px;
	margin-bottom: 10px;
	

}



#menu2 {
	background: url('images/menu/menu_bar.png');
	width: 839px;
	height: 34px;
	margin-top: 18px;	
		margin-bottom: 10px;
	

} 


.video {
	
	padding-left: 15px;

}

.desc {

	width: 338px;
	padding-top: 12px;

	

}

.box1 {

	width: 305px;
	height: 158px;
	background: url('images/product_overview.jpg') no-repeat;
}


.box2 {

	width: 305px;
	height: 158px;
	background: url('images/Pre-vent_show_events.jpg') no-repeat;
}

.box3 {
	
	width: 305px;
	height: 158px;
	background: url('images/Cost_saving_capabilities.jpg') no-repeat;
}

.box4 {
	
	width: 309px;
	height: 171px;
	background: url('images/pre-vent_horse_feeders_box4.png') no-repeat;
}

/* BODY controls the bottom
   row inside the shell  *******************/ 

.footer {
	padding-top: 25px;
}

.footercontrol {
	
	background: url("images/pre-vent_horse_feeders_footer.png");
	width: 800px;

}

/**************** MENU STYLES **************/

/*** CONTENT STYLES - WITHIN BODY CLASS ****/

.content {
	
	padding-left: 12px;

}

.content2 {
	
	padding-left: 0px;

}


#mainheader {
	background: url('images/pre-vent_horse_feeders_tileheader.png') no-repeat;
	width: 626px;
	margin: 0px;
}

#main {
	font-size: 13px;
/*	background: url("images/pre-vent_horse_feeders_tile.png");   */
	width: 626px;
	margin: 0px;
	
}

.maintable {
	border-width: 1px;
	border-collapse:collapse;
	border-color: #2b2622;
	width: 957px !important;
	border-style:solid;
}

#main2 {
	font-size: 13px;
	margin-right: 20px;
	
}

#mainfooter {
	background: url('images/pre-vent_horse_feeders_tilefooter.png') no-repeat;
	width: 626px;
	margin: 0px;
	height: 8px;
}

#title {
	background-color: black;
	width: 250px;
	padding: 5px;
}
/**************************** FORM STYLES ********************************/

.FormText {
	font-size: 14px;
	color: #000000;
}

.FormText {
	padding-bottom: 18px;
}

.myinputstyle {
	border: 1px solid #000000;
	/** remember to change image path **/
	background: url() repeat-x #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;	
	padding: 3px; 
}

.mybuttonstyle {
	border: 0px solid #797A75;
	/** remember to change image path **/
	background: url(images/submit.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;	
	padding: 4px; 
	cursor:pointer;
	width: 130px;
	height: 35px;
}
