/*main stylesheet*/

div#container {
	
}

div#header{
	
}

div#content {
	
}

div#footer {
	
}
/*form input styles*/
input.button {
	
}

td.error {
	text-align: center;
	font-weight: bold;
	color: Red;
}

.data_ok {
	
}

.data_error {
	color: Red;
	border: 1px solid Red;
}

/*shopping cart table styles*/
table.shoppingCart {
	padding-left: 3px;
	padding-right: 3px; 
	width: 100%;
	border: 1px solid Gray;
}

th.shoppingCart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

td.shoppingCart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

input.qty {
	width: 20px;
	font-size: 12px;
}
/*shopping cart styles end*/

body {
	background-image: url(images/prod_01.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{font-size:24px}

h2{ font-size:18px}

h3{ font-size:16px}

.redblock {
	color: #FFFFFF;
	font-weight: bold; padding:10px; font-size:16px
}
.paddingcell{ padding:10px}
.titles{font-size:14px; font-style:italic; font-weight:bold; color:#996600}
#video {
	position:absolute;
	left:673px;
	top:176px;
	width:294px;
	height:185px;
	z-index:1;
}
.medtextpara {font-size: 14px; color:#333; }

.whitelink A:link {color:#FFFFFF}
.whitelink A:visited {color:#FFFFFF; }
.whitelink A:active {color:#FFFFFF;}
.whitelink A:hover {color:#000;}

.bluelink A:link {color: #000; font-weight:bold}
.bluelink A:visited {color:#000; font-weight:bold}
.bluelink A:active {color:#000;font-weight:bold}
.bluelink A:hover {color:#FFF;font-weight:bold}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}

.dottedline{border-bottom:1px dashed #999999; text-align:right; padding-bottom:3px}
