@charset "utf-8";
body {
	font: 12pt Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
}

#pagecell {
	background: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	width: 850px;
	margin: 0px;
}

#topbar {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 10;
}

#topbar_rtimg {
	position: absolute;
	z-index: 9;
	left: 425px;
	top: 0px;
}


#Content {
	position: relative;
	background-image: url(images/Bkg_marble.jpg);
	width: 850px;
	margin-left: 0px;
	top: -4px;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul#menu {
	margin: 0px;
	position:relative;
	z-index: 5;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 20px;
	background-image: url(images/menu_bkg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

ul#menu li {
	list-style:none;
	margin-right:20px;
	text-transform:uppercase;
	display:inline;
	font-size: 11pt;
}

ul#menu a:link {
	text-decoration:none;
	color:#E4CFAB
}

ul#menu a:visited {
	color: #E4CFAB;
}

ul#menu a:hover {
	text-decoration:none;
	color: #ffffff;	
}

#textblock {
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer {
	position:relative;
	font-size: 9pt;
	color: #e4cfab;
	height: 24px;
	background-image: url(images/footer_grad_lrg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	margin-top: -3px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	position: relative;
	width: 830px;
	padding-top: 7px;
}

.bodytext p {
	margin-left: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.bodytext ul {
	margin-top: -12px;
}

.bodytext h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #993333;
	margin-bottom: -10px;
	margin-top: -0.5em;
	z-index: 1000;
}

.bodytext h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #471616;
	text-indent: 0.5em;
	margin-bottom: -0.5em;
	margin-top: 0em;
}

.bodytext h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #471616;
	text-indent: 1.5em;
}

#printdesigns {
	height: 470px;
	width: 830px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #530000;
	padding-top: 5px;
}

#rtimageblock {
	float: right;
	position: relative;
	width: 440px;
	padding-right: 5px;
	padding-top: 5px;
}
#webdesigns {
	width: 830px;
	position: relative;
	top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #530000;
	padding-top: 5px;
	height: 430px;
}


input {
	margin-left: 10px;

}

textarea {
}

label {
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

input
{
	background: #EEEEEE;
	border: 1px solid #9DBDFF;
}

#linksbox {
	position: absolute;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 480px;
	top: 30px;
	height: 200px;
}


.submit input {
	background: #EEEEEE;
	border: 2px outset #d7b9c9 color: #000;
	margin-left: 0em;
	color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
