
body {
	margin : 0px;
	text-align : center;
	background-color : #000000;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 20px;
}

th {
	text-align : left;
	font-weight : bold;
	border-bottom : 2px #000000 solid;
}

a:link,
a:visited {
	color : #EC277A;
	font-weight : bold;
	text-decoration : none;
}

a:active,
a:hover {
	text-decoration : underline;
}

h1 {
	font-variant : small-caps;
	color : #EC277A;
	font-family : Arial Narrow, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 26px;
	font-weight : bold;
	text-align : left;
	/*
	border-bottom : 2px #EC277A solid;
	*/
	background-image : url("layout/h1Bkg.gif");
	background-repeat : no-repeat;
	background-position : bottom right;
	padding-bottom : 2px;
	margin-left : -30px;
	padding-left : 7px;
	margin-right : -7px;
	margin-top : 0px;
	padding-right : 7px;
	text-shadow : 1px 1px rgba(0,0,0,0.3);
}

#Content > h1 {
	margin-right : -45px;
	padding-right : 45px;
}

input[type="submit"],
input[type="button"] {
	background-color : #CCCCCC;
	color : #000000;
	font-weight : bold;
	border : 1px #666666 solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	padding : 5px;
	background-repeat : no-repeat;
	background-position : 5px 5px;
	cursor : pointer;
	position : relative;
	top : 0px;
	left : 0px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color : #999999;
	color : #FFFFFF;
}

input[type="submit"]:active,
input[type="button"]:active {
	background-color : #777777;
	top : 1px;
	left : 1px;
}

#Layout {
	width : 963px;
	height : 655px;
	margin : 15px auto -7px auto;
	background-color : #FFFFFF;
	
		background-image : url("layout/homeBkg.jpg");
		background-repeat : no-repeat;
		background-position : 30px 164px;
	
	text-align : left;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px 5px;
	border-radius : 5px 5px;
}

#TopBar {
	position : relative;
	height : 128px !important;
	vertical-align : top;
}

#TopBar > div {
	position : relative;
}

#TopBar > div > img {
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 1;
}

#TopBarNav {
	position : absolute;
	top : 10px;
	right : 20px;
	color : #000000;
	font-weight : bold;
	text-align : right;
	z-index : 2;
}

#NavBar {
	position : relative;
	height : 36px !important;
	background-image : url("layout/navBkg.gif");
	background-repeat : repeat-x;
	text-align : center;
	font-size : 1px;
	vertical-align : top;
}

#NavBar a {
	margin : 0px 10px;
}

#Content {
	vertical-align : top;
	
		padding : 290px 165px 0px 444px
	
}
/*
#Content > div {
	position : relative;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	height : 100%;
}
*/
#WelcomeHeader {
	display : block;
}

#ProductStrip {
	position : relative;
	text-align : center;
	padding : 0px 10px 20px 0px;
}

#ProductStrip img {
	vertical-align : middle;
	margin-right : 10px;
}

#AddressBar {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 12px;
	text-align : center;
	vertical-align : top;
	height : 35px;
}

#AddressBar a:link,
#AddressBar a:visited {
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

#AddressBar a:hover,
#AddressBar a:active {
	color : #EC277A;
	text-decoration : underline;
}

.formTable > tr:first-child,
.formTable > tbody > tr:first-child {
	display : none;
}

.productCell {
	text-align : center;
}

.productCell > a {
	display : block;
	margin : 0px auto;
}

.productCell > a:first-child {
	height : 150px;
}

.productCell > a:last-child {
	height : 30px;
}

#ProductOptions {
	border : 2px #666666 solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	padding : 5px;
}

#ProductOptions input[type="submit"] {
	text-indent : 25px;
	background-image : url('layout/cart_add.png');
}

#CartDisplay {
	width : 100%;
}

#CartDisplay a:link,
#CartDisplay a:visited {
	color : #000000;
}

#CartDisplay .oddRow {
	background-color : #FF88CC;
}

#CartDisplay .evenRow {
	background-color : transparent;
}

#CartDisplay .lineTop > td {
	border-top : 1px #000000 solid;
}

#CartDisplay input[type="text"] {
	text-align : right;
}

#CartDisplay input[type="button"],
#CartDisplay input[type="submit"] {
	text-indent : 25px;
}

#CartDisplay input[type="button"] {
	/*
	width : 170px;
	background-image : url('layout/cart_checkout_bkg.png');
	text-align:left;
	*/
}

#CartDisplay input[type="submit"] {
	background-image : url('layout/cart_edit.png');
}

#CartStatus {
	position : relative;
	margin-right : -30px;
	
		top : -6px;
		margin-bottom : -10px;
	
		
	text-align : right;
	z-index : 2;
}

#CartDisplay a > img,
#CartStatus a > img {
	position : relative;
	top : 3px;
}

#CheckoutForm {
	width : 50%;
	margin-left : auto;
	margin-right : auto;
}

#CheckoutForm .header {
	text-align : center;
	font-size : 18px;
	font-weight : bold;
}

p[align="left"],  td[align="left"], th[align="left"] {
	text-align : left;
}

p[align="center"], td[align="center"], th[align="center"] {
	text-align : center;
}

p[align="right"], td[align="right"], th[align="right"] {
	text-align : right;
}

p[align="justify"], td[align="justify"],, th[align="justify"] {
	text-align : justify;
}

div[align="left"], table[align="left"] {
	margin-left : 0px;
	margin-right : auto;
	float : left;
}

div[align="right"], table[align="right"] {
	margin-right : 0px;
	margin-left : auto;
	float : right;
}

div[align="center"], table[align="center"] {
	margin-left : auto;
	margin-right : auto;
	float : none;
}

div[align="justify"], table[align="justify"] {
	margin-left : 0px;
	margin-right : 0px;
	width : auto;
}