@charset "UTF-8";
html {
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url("../imgs/bkgrndtile.gif");
	background-repeat: repeat-x;
	background-color: #dcdcdd;
	height: 100%;
}

body, td, th {
	color: #333333;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	color: #555;
	text-decoration: underline;
}

#total {
	background-color: #dcdcdd;
	background-image: url("../imgs/spotblob.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	width: 100%;
	min-height: 100%;
}

#container {
	width: 456px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	text-align: center;
}

#container a img {
	border: none;
}

#topshade {
	background-image: url("../imgs/bkgrndshade_top.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
}

#content {
	background-image: url("../imgs/bkgrnd_content.png");
	background-repeat: repeat-y;
	padding: 0 39px;
	text-align: center;
}

#bimonthlyartifact {
	padding-top: 9px;
	text-align: left;
	padding-bottom: 2px;
}

#contenttop_left {
	width: 189px;
	float: left;
	text-align: left;
}
#contenttop_right {
	width: 189px;
	float: right;
	text-align: right;
}

.separator {
	height: 0;
	clear: both;
}

#contentbottom_left {
	width: 189px;
	float: left;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 5px;
}

#contentbottom_right {
	width: 189px;
	float: right;
	text-align: right;
	margin-top: 18px;
	margin-bottom: 5px;
}

#btmshade {
	background-image: url(../imgs/bkgrndshade_btm.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}

#logo150w {
	padding-bottom: 20px;
}

#dimensions {
	text-align: right;
}


/* CSS for the homepage */
#movie {
	padding-top: 5px;
	clear: both;
}

#firstorderform {
	padding-top: 15px;
	font-weight: bold;
}

#firstorderformname {
	width: 155px;
	float: left;
	text-align: left;
}

#firstorderformaddress {
	width: 155px;
	float: left;
	text-align: left;
}

#firstorderformname label, #firstorderformaddress label {
	display: block;
}

#firstorderformsubmit {
	float: right;
	padding-top: 1.16em;
}

/* CSS for the orderpage */
#secondorderform {
	padding-top: 5px;
}

#secondorderform table, #secondorderform table tbody {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

#secondorderform td {
	padding-top: 10px;
}

.pricecol {
	width: 25%;
}

#secondorderform td table {
	width: 85%;
}

#secondorderform td table tr td {
	padding-top: 0;
}

.labelcol {
	width: 30%;
	
}

#street {
	width: 96%;
	float: right;
}

#zipcode {
	width: 48px;
	float: left;
}

#residence {
	float: right;
	width: 86px;
}

#country {
	width: 96%;
	float: right;
}

#secondorderbutton {
/* 	margin-top: 10px; */
/* 	float: right; */
}

#procedure {
	padding: 3px 12px 0;
	text-align: left;
	margin-top: 10px;
	border-top: 1px solid #555;
}

#procedure h4 {
	padding: 0;
	margin: 3px 0 0;
}

#procedure p {
	padding: 0;
	margin: 0;
}

#orderthanks {
	margin: 127px 0;
}

/* CSS for the previous products page */
#prevprods {
	clear: both;
	padding-top: 6px;
}

.prevprod {
	display: inline;
	float: left;
	width: 189px;
	padding: 8px 0;
	text-align: left;
}

#prevprods .even {
	text-align: right;
}

#prevprods a img {
	border: 3px solid #231F20;
}

#contenttop_left h4 {
	padding: 0;
	margin: 3px 0 0;
}

/* CSS for the more info page */
#moreinfo {
	text-align: left;
}

#moreinfo img {
/* 	border: 2px solid #231F20; */
}

#moreinfo .miniheading {
	font-weight: bold;
}

