body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #424242;
	line-height: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

}

#container {
	width: 868px;
	margin: 0 auto;
	position: relative;
	background-color: white;
}

#header {
	height: 223px;
}

#footer {
	height: 40px;
	padding-top: 10px;
	visibility:hidden;
	border-top: 1px dotted black;
}



#content {
	margin: 0;
	margin-left: 0px;
	margin-bottom: 13px;
	background-image:url(images/headerreflect.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#contentcontent {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
#left, #right {
	position: absolute;
	top: 223px;

}
#left {
	left: 0;
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#leftcontent {
	margin-left: 0px;
	margin-right: 0px;
}
#right {
	position: absolute;
	right: 0px;
	width: 0;
}
#rightcontent {
	margin-left: 0px;
	margin-right: 0px;
}


/* eof Homepage css */




.whitetext {
	color: #FFFFFF
}

a:visited {
	color: #9aab34; text-decoration: underline;
}
a:link {
	color: #9aab34; text-decoration: underline;
}
a:hover {
	color: #bd3892; text-decoration: underline;
}


ul,ol,li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.imgleft {
	margin-right: 15px;
}

#printoptions {
	width: 204px;
	height: 276px;
	background-image:url(images/printbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#signageoptions {
	width: 204px;
	height: 276px;
	background-image:url(images/signagebg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#designoptions {
	width: 204px;
	height: 276px;
	background-image:url(images/designbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: white;
}
#memberprices {
	width: 100%;
}
#uploadbutton{
	margin-top: 15px;
}

#navlist
{
	margin-top: 51px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 16px;
	width: 100%;	
}
#printoptions #navlist li 
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(images/print_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#signageoptions #navlist li 
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(images/signage_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#designoptions #navlist li 
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(images/design_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#navlist li a:visited {
	text-decoration: none;
	color: white;
}
#navlist li a:link {
	text-decoration: none;
	color: white;	
}
#navlist li a:hover {
	text-decoration: underline;
	color: white;
}

#memberprices #navlist
{
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 16px;
	width: 100%;	
}
#memberprices #navlist li 
{
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/memberprices_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px dashed #CCCCCC;
}
#memberprices #navlist li a:visited {
	text-decoration: none;
	color: black;
}
#memberprices #navlist li a:link {
	text-decoration: none;
	color: black;	
}
#memberprices #navlist li a:hover {
	text-decoration: underline;
	color: black;
}




.redtextbold {
	font-size: 12px;
	color: #cd0125;
	font-weight:bold;
}


/* textfields */
.control {
	 width: 99%;
	 font-size: 12px;
	 background-color: #F7F7F7 !important;
	 border: 1px solid #DDDDDD !important;
	 font-family:Arial, Helvetica, sans-serif;
}
.controlerror {
	 width: 99%;
	 font-size: 12px;
	 background-color:#F7F7F7 !important;
	 border: 1px solid #cd0125 !important;
}

.greyinput {
	 font-size: 12px;
	 background-color:#F7F7F7 !important;
	 border: 1px solid #DDDDDD !important;
	 font-family:Arial, Helvetica, sans-serif;
}


.error {
    color: #cd0125;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	text-align:center;
	padding: 10px;
}
legend {
	color: #8da800;
	font-weight: bold;
	margin: 5px;
}
select.fw {
	width: 100%;
	font-size: 11px;
	background-color:#F7F7F7 !important;
	border: 1px solid #999999;	
}



h1{
	font-size: 18px;
}














