﻿body 
{
	background-color:Black;
	font-family: Verdana;
	font-size: 10pt;
}

h1, h2, h3, h4
{
	font-family: Verdana;
	text-align:center;
	font-weight:bolder;
	font-variant:small-caps;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1em;
	font-style:italic;
}

h4
{
	font-size: 1em;
	font-style:normal;
	font-weight: bold;
	text-align:left;
}

img.intextpictures
{
	FLOAT: left;
	margin-right: 5px;
	border: none 0px transparent;
}

a:link, a:visited
{
	color: #A60108;
	text-decoration:none;	
}




/*********************************************************************************************
 * Psuedo Body
 *********************************************************************************************/

#cw_psuedo_body
{
	width: 100%;
	text-align:center;
	padding: 25px 25px 25px 25px;
	margin: 0px 0px 0px 0px; 
}

#cw_content
{
	width: 900px;
	display:inline-block;
	
}

#cw_main_content
{
}

#cw_header
{
	width: 900px;
	height: 150px;
	background-image: url(Images/main-image.jpg); 
}


/*********************************************************************************************
 * Page Menu
 *********************************************************************************************/

#cw_menu
{
	text-align:center;
	width:100%;
	height:20px;
	background-image: url(Images/Menu.gif);
	background-repeat:repeat-x;
}

#cw_menu
{
	display:inline-block;
	background-color:Transparent;
	color: #FBD1C2;
}

div.cw_menu_item_selected
{
	background-color: Black;
	height: 16px;
	margin: 1px 5px 2px 5px;
	padding-right: 5px;
	padding-left:5px;
	float:left;
	display:inline-block;
	text-align:center;
}

div.cw_menu_item
{
	background-color:Transparent;
	height: 16px;
	margin: 1px 5px 2px 5px;
	padding-right: 5px;
	padding-left:5px;
	float:left;
	display:inline-block;
	text-align:center;
}

a.cw_menu_link, a.cw_menu_link:visited
{
	font-size: inherit;
	text-decoration: none;
	color:#FBD1C2;
}

a.cw_menu_link:hover
{
	color: #A60108;
}

/*********************************************************************************************
 * Page Content
 *********************************************************************************************/

#cw_page_content
{
	background-color: White;
	color:Black;
	width: 900px;
	text-align: justify;
	overflow: scroll;
}

#cw_left_column
{
	width: 420px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	float: left;
	height: 500px;
	overflow: visible;
}

#cw_right_column
{
	width: 420px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	height: 500px;
	overflow: visible;
}

#cw_one_column
{
	width: 880px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	height: 500px;
	overflow: visible;
}

img.caps
{
	FLOAT: left;
	margin-right: 2px;
}

/*********************************************************************************************
 * Footer
 *********************************************************************************************/

#cw_footer
{
	margin-top: 10px;
}

.footer
{
	color: #FBD1C2;
	text-align:center;
	font-size: 0.8em;
}

a.footer:link, a.footer:visited
{
	font-size: 0.8em;
	color:#FBD1C2;
}

a.footer:hover
{
	color: #A60108;
}

/*********************************************************************************************
 * Purchase Page
 *********************************************************************************************/

table.purchase
{
	border: none 0px none;
}

.purchase_header
{
	border-bottom: solid 1px #A60108;
}

tbody.purchase
{
}

td.purchase_price
{
	text-align: right;
}

td.purchase_quantity
{
	text-align: right;
}

td.purchase_row_total
{
	text-align: right;
}

.purchase_foot
{
	border-top: solid 1px #A60108;
}

