@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/home2.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: 100px;
	height: 30px;
	font-size: 0.85em;
	padding-left: 343px;
	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: 100px;
	height: 30px;
	font-size: 0.85em;
	padding-left: 204px;
	padding-top: 71px;
}

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

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

#vetraText {
	color: #fff;
	font-size: .85em;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-left: 43px;
	width: 175px;
	text-align: left;
	line-height: 1.1em;
	
}

#orderText {
	color: #fff;
	font-size: .85em;
	float: left;
	padding-top: 0px;
	padding-left: 91px;
	width: 150px;
	text-align: right;
	line-height: 1.1em;
}

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

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



h1 {
	font-size: 1.5em;
	color: #ff0000;
	font-weight: bold;	

}

h2 {
	font-size: 1.5em;
	color: #0033CC;
	font-weight: bold;	

}

h3 {
	font-size: 1.5em;
	color: #309826;
	font-weight: bold;	

}

h4 {
	font-size: 1.5em;
	color: #af3bf9;
	font-weight: bold;	

}

h5 {
	font-size: 1.5em;
	color: #FFFF00;
	font-weight: bold;	

}

h6 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;	

}

h7 {
	font-size: 1.7em;
	color: #309826;
	font-weight: bold;	

}

#contentText {
	width: 380px;
	height: 390px;
	font-size: .9em;
	color: #000;
	text-align: left;
	float: left;
	padding-left: 40px;
	padding-top: 10px;
	overflow: auto;	
}

p.box {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	background-color: #F4E9D1;
	padding: 2px;
	line-height: 2em;
	border: 2px solid #666666;
}

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: left;
	position: relative;
	width: 1024px;
	height: 235px;
	text-align: center;
	padding-top: 100px;
}
