body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body.jpg) 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: #333333;
}
.body #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	padding: 0px 20px;;
	background: url(images/bg_container.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.body #header {
	height: 58px;
	background: url(images/header.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
}
.body #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.body #navigation {
	font-family: Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	background: url(images/bg_nav.jpg) no-repeat; /*#666666; */
	height: 20px;
	padding: 10px 20px;  /* 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. */
}
.body #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
}
.body #mainContent p {
	font-size: 12px;
	line-height: 150%;
}
.body #footer {
	margin-top: 20px;
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/bg_nav.jpg) no-repeat;
}
.body #footer p {
	color:#666666;
	font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	padding-left:15px;
}

h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3e282b; 
	padding-left:15px;
}

p {
	padding:5px 15px;;
}


/*HORIZONTAL MENU STARTS*/

#navlist
{
list-style-type: none;
margin: 2px 0px 0px 0px; /*margin: 10px 0px 0px;*/
padding: 0px;
}

#navlist li
{
margin: 0px;
padding: 0px;
display: inline;
}

#navlist li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
float: left;
color:#666666;
padding:0px 15px; /*10px*/
margin: 0px;
border-right: 1px solid #666666;
text-decoration: none;
}

#navlist li a:hover
{
color:#003366;
text-decoration: underline;
}

/*END OF THE HORIZONTAL MENU*/

#shoppingcart {
float:right; 
/*width:121px;
height:41px; 
background:url(images/bg_shopping_cart.jpg) no-repeat;*/
margin: 12px 0px 0px 0px;
padding: 10px 3px 0px 35px;
}

#shoppingcart a {
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration: none;
}

#shoppingcart a:hover {
text-decoration: underline;
}

img {
border-style:none;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#addtocart a {
background-color:#CC0000;
color:#FFFFFF;
padding:5px;
width: auto;
}

#downloadvideo a {
	background-color:#3333FF;
	color:#FFFFFF;
	padding:5px;
	width: auto;
}

#conash3D0 {display:none;} /*REMOVE GODADDY ADD BANNER*/


.holder {margin: 0px 0px 20px 0px; width:760px; border:1px solid #CCCCCC; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow:hidden;}
.holder_height {margin: 0px 0px 20px 0px; width:760px; height:275px; border:1px solid #CCCCCC; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow:hidden;}
.holder_height h2 {text-align:left; font-size:17px; color:#CC0000; font-weight:bold; padding-top:10px;}
.holder h2 {text-align:left; font-size:17px; color:#CC0000; font-weight:bold; padding-top:10px;}
a.hid {text-decoration:none; outline-style:none;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; color: #336699; width:100%; font-style:normal; cursor:default;}
.clear {clear:both;}

