.printonly {
	display:none;
}

.graytext {
	color: #cccccc;
}
body {
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color: #ba006b;
	background-repeat: no-repeat;
	background-position:top,left;
}
a {
	color: #bbbbbb;
	text-decoration:none;
/*	border-bottom: 1px dotted;*/
}
a:visited {
	color: #bbbbff;
	text-decoration:none;
/*	border-bottom: 1px dotted;*/
}
a:hover {
	text-decoration: none;
/*	background: #ffffff; */
	color:#ffffff;
/*	border-bottom:none;*/
}
#container {
	width: 770px;
	left: 0;
	padding:0;
	margin:0;
	text-align: left;/* IE hack to center page contents */
/*	background-repeat:no-repeat; */
}
#top_nav {
	width:769px;
	height:28px;
/*	padding-left:173px; */
	top:0px;
}
#left_nav {
	position:absolute;
	top:135px;
	left:0px;
	width:173px;
	float: left;
	color:#CCCCCC;
}
#left_nav a, a:visited, a:hover, a:active {
	border:none;
	background:none;
}
#content {
	float: left;
	width: 619px;
	padding:0;
	margin:0;
/*	background-repeat:no-repeat; */
}
#content_inside {
	width: 446px;
	padding:0;
	margin-left:173px;
	padding-top:135px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
/*	background-repeat:no-repeat;*/
}

#right_gutter {
	top:0px;
	float: left;
/*	margin-left: 619px; */
	width: 151px;
	color:#FFFFFF;
	font-size:10px;
}
.component {
	background-image:url(images/right_gutter_component_bg.gif);
	background-repeat:repeat-y;
	width:151px;
	text-align:left;
}
.component p {
	margin-left:20px;
	margin-right:20px;
}
#footer {
	clear:both;
	margin-top:200px;
}
.component a, a:visited, a:hover, a:active {
	border:none;
}
.product_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bolder;
}
.map_popover {
	background-color:#5c2134;
	color:#ffffff;
	text-align:left;
	border: 1px solid #000000;
}
.errorfield {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
}

/**** Forms BEGIN ****/

input, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #c8918f;
	font-size:0.8em;
}
input:focus, textarea:focus {
	background-color: #c8918f;
/*	border: 1px solid #c8918f;	*/
	border: 1px solid #000000;
}
input.form-submit {
	background: #BFCF00;
	background-color: #bfcf00;
	border: 2px solid #aabb00;
	font-weight:bold;
	padding:2px;
}
.errorfield {
	background-color: #ffcccc;
	border: 1px solid #ff0000;
}
input.errorfield, textarea.errorfield, select.errorfield {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffcccc;
	border: 1px solid #ff0000;
}

/**** Forms END ****/
