body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #C3C3C3 url(../images/MegaV_02.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	line-height: 16px;
	font-size: 11px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color:#CC0000;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
#container  {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/shadow.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
} 
#header  {
	background: #0097DC;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 114px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
} 
#header  h1  {
	margin: 0;
}
#topNav a, #topNav a:Visited   {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 231px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 297px;
	margin-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
	margin-bottom: 15px;
}
#mainContent  {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	min-height:400px;
	height:auto !important;
	height:400px;
} 
#mainContent2  {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
} 
#footer  {
	background-repeat: repeat-x;
	height: 100px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/foot.gif);
	color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main {
	background-color: #FFFFFF;
	padding-top: 15px;
	background-image:url(../images/headoffer.jpg);
	background-repeat:repeat-x;
}
#nav {
	height: 36px;
	padding-right: 15px;
	padding-left: 31px;
	font-size: 14px;
	background-color: #ED1B24;
	background-image: url(../images/navOff.gif);
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
#add {
	font-size: 13px;
	background-color: #FFFFFF;
}
#topNav a:hover, #topNav a:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}
#subNav {
	background-image: url(../images/subNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#subNav a, #subNav a:visited {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#subNav a:hover, #subNav a:active {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
#main a, #main a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#main a:hover, #main a:active {
	font-size: 11px;
	color: #ED1B24;
	text-decoration: underline;
}
#sidebar2 p, #sidebar1 p {
	margin: 0px;
	padding-bottom: 15px;
}
#subNav form {
	float: right;
}
#footlogo {
	float: left;
	width: 184px;
}
#footLinks {
	text-align: center;
}
#footer a, #footer a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.contentpaneopen {
	float: right;
}
#main .buttonheading a, #main .buttonheading a:visited, #main .buttonheading a:hover, #main .buttonheading a:active{
	color: #FFFFFF;
	border:none;
	padding:0px;
	margin:0px;
}
image[alt="E-mail"], image[alt="Print"], image[alt="PDF"] {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#sidebar2 h2, #sidebar1 h2 {
	margin-top: 0px;
	padding-top: 0px;
}
#sideAdd{
	margin-bottom: 15px;
}
#topNav {
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	float: right;
	width: 259px;
	padding-top: 30px;
	height: 65px;
	background-image: url(../images/headAdd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 30px;
}
#topNav fieldset {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	background-image: url(images/);
}
#topNav input[type="text"] {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
}
input[type="text"] {
	width: 120px;
	border: 1px solid #999999;
	height: 15px;
}
#contact {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	float: right;
	padding-top: 8px;
}
#contact a:hover, #contact a:active {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#contact a, #contact a:visited {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
	button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
	button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 15px; }
	
	/*blue buttons*/
	button.submitBtn { background:url(../images/RightButton.gif) right no-repeat; font-size:16px; font-weight: bold; }
	button.submitBtn span {
	height:40px;
	line-height:40px;
	background:url(../images/LeftButton.gif) left no-repeat;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	button.submitBtn:hover {background:url(../images/RightButtonOn.gif) right no-repeat; }
	button.submitBtn:hover span {background:url(../images/LeftButtonOn.gif) left no-repeat; }
	
	a.goback { background:url('../images/button_whole_off.jpg') no-repeat; width:142px; height:76px; color:white; font-size:16px; font-weight:bold; text-decoration:none; }
	a.goback:hover { background:url(../images/button_whole_off.jpg) no-repeat; }
	
.sideAdd {
	width: 247px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	color: #000;
}
.sideAdd h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.readMore {
	height: 78px;
	width: 165px;
	background-image: url(../images/readMore.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.order {
	height: 78px;
	width: 165px;
	background-image: url(../images/order.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Add1 {
	background-image: url(../images/add1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 200px;
}
#Add2 {
	background-image: url(../images/add2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 130px;
}
#Add3 {
	background-image: url(../images/add3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 217px;
}
#Add4 {
	background-image: url(../images/add4.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-bottom: 20px;
}
#Add5 {
	background-image: url(../images/add5.jpg);
	background-repeat: no-repeat;
	background-position: left 85px;
	padding-bottom: 160px;
}
.AddThin {
	width: 120px;
}
	button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 0;
}
	button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 28px;
}
	
	/*blue buttons*/
	button.submitBtn, button.submitBtn2, button.submitBtn3 { background:url(../images/RightButton.gif) right no-repeat; font-size:16px; font-weight: bold; }
	button.submitBtn span, button.submitBtn2 span, button.submitBtn3 span {
	height:77px;
	line-height:65px;
	background:url(../images/LeftButton.gif) no-repeat left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	button.submitBtn:hover, button.submitBtn2:hover, button.submitBtn3:hover {background:url(../images/RightButtonOn.gif) right no-repeat; }
	button.submitBtn:hover span, button.submitBtn2:hover span, button.submitBtn3:hover span {background:url(../images/LeftButtonOn.gif) left no-repeat; }
.image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.pagination {
	list-style-type: none;
	position: relative;
}
.pagination li {
	position: relative;
	display:block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.article_columncolumn1cols2 {
	float: right;
	width: 359px;
	padding-left: 15px;
}
.article_columncolumn2cols2 {
	width: 359px;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
#cart {
	padding-left: 15px;
}
.article_row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-top: 15px;
}
#secure {
	float: right;
	width: 310px;
}
#signup {
	background-image: url(../images/signup.jpg);
	padding-top: 95px;
	background-color: #ADADAB;
	background-repeat: no-repeat;
}
