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

/* Begin Global whitespace reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Global whitespace reset */



body {
	font-family: Arial, Helvetica, sans-serif;	
	}
	
#wrapper  {
	width: 1024px;
	margin: auto;
	position: relative;
	background-color: #fff;
	height: 1000px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}

#linksTop {
	width: 470px;
	height: 40px;
	float: left;
	padding-left: 528px;
	padding-top: 20px;

}

#linksTopText {
	width: 470px;
	height: 40px;
}

#linksTopText ul {
	list-style-type: none;
	font-size: 0.76em;
	line-height: 1.4em;
	text-align: center;
}

#linksTopText li {
	display: inline;
	
}

#linksTopText ul li a:link, #linksTopText ul li a:visited {
	color: #000;
	text-decoration: none;
}

#linksTopText ul li a:hover, #linksTopText ul li a:active {
	color: #fff;
}
 

#colorNavBar {
	float: left;
	width: 380px;
	height: 35px;
	padding-left: 590px;
	padding-top: 5px;
	padding-bottom: 12px;
}
	


#videoPlayerBox {
	width: 342px;
	height: 232px;
	float: left;
	clear: left;
	overflow: auto;	
	padding-top: 110px;
	padding-left: 207px;
}

#clickSpecialOffer {
	float: left;
	width: 70px;
	height: 30px;
	font-size: 0.85em;
	padding-left: 360px;
	padding-top: 110px;
}

#clickSpecialOffer a:link, #clickSpecialOffer a:visited {
	color: #309826;
	text-decoration: none;	
}

#clickSpecialOffer a:hover, #clickSpecialOffer a:active {
	color: #fff;	
}

#clickNewsLetter {
	float: left;
	width: 70px;
	height: 30px;
	font-size: 0.85em;
	padding-left: 205px;
	padding-top: 71px;
}

#clickNewsLetter a:link, #clickNewsLetter a:visited {
	color: #309826;
	text-decoration: none;	
}

#clickNewsLetter a:hover, #clickNewsLetter a:active {
	color: #fff;	
}

#homeTextBottom {
	width: 790px;
	float: left; 
	clear: left;
	padding-top: 45px;
	padding-left: 43px;
	text-align: left;
	height: 230px;

}

#vetraText {
	color: #fff;
	font-size: .84em;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-left: 0px;
	width: 200px;
	height: 100%;
	text-align: left;
	line-height: 1.1em;
	
}

#orderText {
	color: #fff;
	font-size: .84em;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	width: 200px;
	height: 100%;
	text-align: left;
	line-height: 1.1em;
}


#orderText a:link, #orderText a:visited {
	color: #fff;
	text-decoration: none;	
}

#orderText a:hover, #orderText a:active {
	color: #000;	
}

p.Order {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: bold;
}

p.Order a:link, p.Order a:visited {
	color: #fff;
	text-decoration: none;	
}

p.Order a:hover, p.Order a:active {
	color: #000;	
}

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 1028px;
	height: 235px;
	padding-top: 20px;
	text-align: center;
}
