/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
/* h1,h2,h3,h4,h5,h6 { font-size : 100%; } */

Removes list-style from lists 
ol { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

legend  {
visibility:hidden;}

/*----------------typography-----------------*/

/*container { 
font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; } */

h2, h3, h4, blockquote, caption, th { 
/* margin : 0 0px .75em; */
font: 100% Gill Sans MT, Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-size:1.5em;
font-weight: bold;
/*font-size: 10pt;*/
color:#003399;
}

h1, h6	{
/* margin : 0 0px .75em; */
font: 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-weight: bold;
font-size: 10pt;
color:#003399;
}


	/*	{
font: 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-weight: bold;
color:#FFFFFF;
background-color:#000066;
}*/


p, ul, ol, td { 
font : 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-size : 9pt;
color:#666666;
}

a {
	font-size: inherit;
}
a:link {
	text-decoration: none;
	color:#CC6600;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*--------------the beginning of my layout stuff---------------*/

html {
text-align:center;
}

body  {
position:relative;
width: 1000px;
margin:0 auto;
text-align:left;
}

body {
	background-image:url(/images/bckgrnd1.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	}

#content  {
position:relative;
background-image:url(/images/maincontentbackground1.png);
background-repeat:repeat-y;
width:1000px;
}

#Main_Content    {
	left:  0px;
	width: 980px;
	margin-left:10px;
	padding-bottom:12px;
		
}



/*footer */

#footer    {
	position:absolute;
	margin-top: 0px;
	padding: 1em 1em 1em 1em;
	background-image:url(/images/footer.png);
	width: 968px;
	left: 0px;
}

#footer p {
font : 100% Verdana,Tahoma,TrebuchetMS,LucidaGrande,sans-serif;
font-size : 8pt;
color:#CCCCCC;
text-align:center;
}



/* =si_clear_children */
.pc,.sc {
position: absolute;  
top: 0;
left: 0;
/*background-image:url(/images/sidecontentbg.png);*/
}
.clear_children, .cc_tallest {
position:relative;
/*background-image:url(/images/footer.png);*/
}
/*\*/* html .clear_children {
display: inline;
}

/**/

.cc_tallest:after {content: '';
}  /*prevents a redraw bug in safari */



/* ventafish .boxFRONTPAGE stuff */




.boxFRONTPAGE {
width: 980px;
}

.boxFRONTPAGE p, h1, h3, h6, table {
background: url(/images/checkoutbg.png) repeat-y;
}

.boxFRONTPAGE ol, ul	{
background: url(/images/checkoutbg.png) repeat-y;
padding-left: 80px;
}

.boxFRONTPAGE h5  {
background: url(/images/checkoutTOP.png) no-repeat left top;
padding-top:20px;
padding-left:50px;
}

.boxFRONTPAGE h1, h6	{
padding-top:20px;
padding-bottom:20px;
}

.boxFRONTPAGE h1	{
padding-left:80px;
}


.boxFRONTPAGE .last {
background: url(/images/checkoutbottom.png) no-repeat left bottom;
padding-bottom:20px;
}

/*.boxFRONTPAGE h2, */.boxFRONTPAGE h3, .boxFRONTPAGE p {
padding-left:78px;
padding-right:78px;
padding-top:20px;
}

