/* CSS Document */
body {
	background-color: #000000;
}
body, td, th, p, input, select, textarea {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #1D1B1C;
}
body, form, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1D1B1C;
	margin: 26px 0 8px 0;
}
p {
	margin: 16px 0 0 0;
}
a {
	text-decoration: none;
        color: #9C2D32;

}
a:hover {
	text-decoration: underline;
}
img { border: 0 none;}
table {
	border-collapse: collapse;
}
table td {
	padding: 0;
	border: 0 none;
	vertical-align: top;
}
#content, #footer, #logo {
	margin: auto;
}
a#logo {
	display: block;
	width: 792px;
}
#emaillist {
	margin-top: 40px;
}
label {
	width: 110px;
	display: block;
	float: left;
	clear: both;
	margin: 8px 0;
}
#content {
	background-color: #D6CFC6;
	width: 792px;
	z-index: 1;
}
#hierogliph {
	width: 125px;
	padding: 26px 0 20px 37px;
}
#main_text {
	width: 430px;
	padding-bottom: 20px;
}
#right_col {
	width: 170px;
	padding: 26px 10px 20px 20px;
}
#right_col p {
	margin: 8px 0;
	font-size: 12px;
}
#footer {
	background-color: #9D2E33;
	color: #D6CFC6;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	height: 36px;
	line-height: 18px;
	padding: 12px 0;
	text-align: center;
	width: 792px;
}
#footer a {
	color: #D6CFC6;
}
#footer span {
	font-size: 9px;
}
#footer span a {
	margin: 0;
}
.desc {
	font-size: 12px;
}
.desc a {
	color: #1D1B1C;
	text-decoration: underline;
}
.desc a:hover {
	text-decoration: none;
}
.yes {
	width: 180px;
	margin: 4px 0;
}
#emaillist input.subm {
	width: 90px;
	height: 30px;
	background-color: #9D2E33;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0 0 0 110px;
	clear: both;
	float: none;
	border: 0 none;
}
#emaillist input, #emaillist select, #emaillist textarea {
	float: left;
	display: block;
	margin: 4px 0 8px 0;
}

.emaillist_input {
	width: 236px;
	height: 20px;
	background-color: #FFF;
	padding: 2px;
}

#emaillist select {
	width: 160px;
	height: 24px;
	background-color: #FFF;
}
#emaillist textarea {
	width: 240px;
	height: 130px;
	background-color: #FFF;
}
#emaillist input.add {
	width: 20px;
	height: 20px;
	background-color: #FFF;
}
.s0 { width: 80px;}
.s1 { width: 140px;}
.s2 { width: 110px;}
.s3 { width: 130px;}
.s4 { width: 100px;}
.s5 { width: 100px;}
.s6 { width: 100px;}
.s7 { width: 100px;}

#chromemenu {
	background-color: #9C2D32;
	height: 33px;
	width: 792px;
	margin: auto;
	text-align: center;
	z-index:100;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	float: left;
	list-style: none;
	text-align: center;
}
.chromestyle ul li a{
	color: #D6CFC6;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	color: #FFF;
	font-weight: bold;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:18px;
	z-index:100;
	background-color: #9D2E33;
	width: 200px;
	visibility: hidden;
	padding-left: 3px;
	padding-right: 3px;

/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	/*text-indent: 3px;*/
	text-decoration: none;
	font-weight: normal;
	color: #D6CFC6;
	padding: 8px 0;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{
	color: #FFF;
	font-weight: bold;
}

.price_block {
    margin-top:32px;
}

.price, .buy_now {
    float:left;
}
.price {
    padding-top:2px;
    margin-right:20px;
	font-family: Arial, Times, Georgia, serif;
	font-size: 16px;
}
.clear {
    clear:both;
}