* {
	padding: 0;
	border: 0px solid black;
	margin: 0;
}

body {
	text-align: left;
	font-family: tahoma, verdana;
	font-size: small;
	color: #222;
	line-height: 1.5;
}

#maincolumn {
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	background: #ccc url(images/repeathoriz.gif) center repeat-y;
}

#left_column {
	float: left;
	display: inline;
	width: 178px!important;
	width: 175px; /* ie 3px bug */
}

#right_column {
	background: transparent url(images/toprepeat.gif) top left repeat-x;
	margin-left: 175px;
	padding-left: 28px;
}

#topbar {
	background: #cecccc url(images/toprepeat.gif) top left repeat-x;
	height: 50px;
}

#topright {
	background: #cecccc url(images/topright.gif) top right no-repeat;
	width: 275px;
	height: 210px;
	float: right;
	display: inline;
}

#topleft {
	background: #cecccc url(images/topleft.gif) top left no-repeat;

	width: 178px;	
	height: 230px;
	
	/*float: left;
	display: inline;
	margin-right: -3px;*/
}

#pagetitle {
	padding-top: 70px;
}

#bottom	{
	background: #cecccc url(images/bottomrepeat.gif) bottom right repeat-x;
	height: 114px;
}

#bottomleft {
	background: #cecccc url(images/bottomleft.gif) bottom left no-repeat;
	width: 178px;
	height: 114px;
	float: left;
	margin-right: -3px;
}

#bottomright {
	background: transparent url(images/bottomright.gif) bottom right no-repeat;
	width: 622px;
	height: 114px;
	float: right;	
	margin-left: -3px;
}

#frontimage img {
	/*padding-left: 12px;*/
}

#content {
	/* position and z mean it appears over the bg of bottom right corner*/
	/*position: relative;
	width: 500px;*/

	text-align: left;
	margin-right: 50px;
	z-index: 10;
}

#content a, #pagetitle a {
	color: #555;		
	text-decoration: underline;
	cursor: pointer;
}

#content a:link, #content a:visited	{
	color: #555;
	text-decoration: underline;
}

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

#footer {
	padding-top: 20px;
	clear: both;
	text-align: center;
}

.footernav {
	padding: 15px;
}

#menu {
	text-align: left;
	padding-left: 40px;
	padding-right: 10px;
	/*float: left;
	display: inline;
	position: relative;
	top: 220px;
	left: 40px;
	width: 140px;*/
}

#menu a {
	/*width: 100px;*/
	text-decoration: none;
}

#menu li {
	list-style-type: none;
}

#menu a:link, #menu a:visited	{
	color: #fff;
}
#menu a:hover, #menu a:active	{
	color: #666;
}

#content img {
	padding-right: 20px;
	padding-bottom: 20px;
}

/*headings and fonts-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: medium;
}

h2, h3, h4, h5, h6 {
	font-size: small;
}

h2, h3	{
	font-weight: bold;
}

h2 {
	color: #555;
}

h3 {
	color: #777;
}

h4, h6	{
	font-weight: normal;
}

.fleft {
	float: left;
	padding: 0 10px 20px 0;
}

.fright {
	float: right;
	padding: 0 0 20px 10px;
}

.floatright {
	float: right;
	padding-right: 25px;
	margin-left: 10px;
}


/* table -------------------------------------------------------------- */

caption {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

table {
	width: 400px;
	padding-bottom: 10px;
}

table#postage {
	float: right;
	width: 180px;
}

#postage td {
	text-align: left;
	padding-left: 10px;
}

td {
	border: 1px solid #fff;
	text-align: center;
}

thead {
	text-align: center;
	font-weight: bold;
	background: #dde;
}

/* terms -------------------------------------------------------------- */

#content li {
	padding-bottom: 5px;
	list-style-type: circle;
	margin-left: 20px;
}

/* product styles ----------------------------------------------------- */

.productr, .productl, .producttopr {
	padding-top: 50px;
	clear: both;
}

.producttopr {
	clear: right;
	padding-top: 20px;
}

.productr .links, .producttopr .links {
	text-align: right;
	float: right;
}

.productl .links {
	text-align: left;
	float: left;
}

.productr img, .producttopr img {
	float: left;
}

.productl img {
	float: right;
}

.links {
	font-size: x-small;
}

.example {
	text-align: left;
	margin-top: 5px;
}

.example h2 {
	font-weight: bold;
}

.productr h2, .producttopr h2 {
	text-align: right;
}

.productl h2 {
	text-align: left;
}

/* form styles ----------------------------------------------------- */


legend {
	color: #fff;
	background: #888;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	font-size: small;
}

fieldset {
	border: 1px dotted #fff;
	padding: 10px;
	margin-top: 10px;
	width: 520px;
}

fieldset p {
	font-size: small;
	padding: 10px 30px 10px 30px;
	text-align: left;
}

label, input, textarea {
	display: block;
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

select {
	float: left;
	margin-right: 10px;
}

label {
	text-align: right;
	width: 180px;
	padding-right: 10px;
}

br {
	clear: left;
}

#quantity1, #quantity2, #quantity3 {
	width: 50px;
}

.button {
	margin: 0;
	width: 20px;
	margin-left: 95px;
}

.submitbutton {
	margin-left: 95px;
	width: 200px;
}

/* links page */
	
#linkcontent td {
	text-align: left;
	border: 0;
	padding-bottom: 10px;
	vertical-align: top;
}

.first {
	width: 160px;
}
	
	
/*form {
	padding-left: 25px;
	margin-left: -20px;
	margin-bottom: 25px;
}

.radios input {
	width: 20px;
}

.radios {
	padding-left: 25px;
}

.radios p {
	padding-left: 0;
}

.hidden {
	display: none;
}

label, textarea {
	width: 150px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}



input, textarea, select {
	background: #eef;
	font-size: small;
}

textarea {
	width: 325px;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

#refer {
 	width: 200px;
}

.orders input, .orders select {
	width: 130px;
	margin-right: 10px;
}

.orders #quantity1, .orders #quantity2, .orders #quantity3 {
	width: 50px;
}

#orientation1, #orientation2, #orientation3 {
	width: 80px;
}*/
/*
br {
	clear: left;
}

.submit input {
	color: #000;
	background: #ffa20f;
}


legend {
	color: #fff;
	background: #888;
	padding: 2px 4px 0;
	margin-bottom: 10px;
	font-size: x-small;
}

p input {
	margin: 10px 0 0 106px;
	padding: 5px;
}

.emailconfirmation {
	font-align: left;
}

*/