/* Reset all browser defaults to the same */
* { padding:0;	margin:0; } 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{ margin:1em 5%; }
li, dd { margin-left:5%; text-align:right;}`
fieldset { padding: .5em; } 

/* Start of site CSS */
body {
	font-family: helvetica, georgia, times, "times new roman", serif;
	color: #000;
	font-size:smaller;
	line-height:120%;
	background:#CFD1CC url(../images/body.jpg) repeat-x left top;
	/*background:#D7D7D7 url(images/body.jpg) repeat-x left top;*/
}

#container {
	margin: 1em 5%;
	background-color: #FFF;
	background-image:  url(../images/bgredline.bmp);
	background-repeat: repeat-y;
	background-position: right;
	min-width:600px;
}

table.pricelist {
	font-weight:bold;
	margin-right:13px;
	margin-bottom:1em;
	/*border: 3px solid #CC035C;*/
}

table.pricelist td.price {
	width:9em;
}

#banner {
	height:163px;
	overflow:hidden;
	border-bottom: 4px solid #CC035C;
}
#banner img {
	float:right;
}

#banner h1, #banner h2 {
	text-align:right;
	margin:20px 200px 10px 20px;
}

#banner h1 {
	margin-top:40px;
}

.tableDiv {
text-align:right;
}

#content {
	margin: 0 180px 0 50px;
	min-height:250px;
	text-align:right;
	border:14px thin #0000FF; /*fkd;lfk;dskf;ksd;fks;dkf;sdkf;lkfs*/
}

#content img {
	display:inline;
}


#content p, #content h3, #content h4 {
	text-align:right;
	margin-right:1em;
}

#content p {
	margin-top:0;
}

#content h3 {color:#CC035C;}
#content h4 {color:#000; margin-bottom:0;}

#nav {
	width:162px;
	float:right;
	overflow:hidden;
}


#footer {
	/*border:1px dashed blue;*/
	padding-top:2em;
	padding-bottom:1em;
	clear:both;
	text-align:right;
		margin: 0 180px 0 7em;
}

#footer p {
	margin-top:.2em;
	margin-bottom:.2em;
		margin-right:1em;
}

.small{
	font-size:x-small;
	font-style:italic;
}



/* -- NAVIGATION LINKS */
/* -- PLUS STYLE applied to Div descendants */
#nav ul {
	list-style-type: none;
	padding: 0;
	margin:0px;
	padding-top:.8em;
	text-align:right;
}

#nav ul li { margin-top: 4px; }

#nav ul li a {
	display: block;
	width: 130px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #CC035C;
}

#content ul {
	list-style-type: none;
	padding: 0;
	margin:0px 15px 0px 0px;
	padding-bottom:.8em;
	text-align:right;
	
}

#content ul li { margin-top: 4px; }

#content ul li a {
	display: block;
	width: 15em;
	padding: 1px 35px 1px 5px;
	text-decoration: underline;
	border-bottom:1px thin #CC035C;
	color: #000;
}

#content ul li a:hover {
	color: #fff;
	background-color: #CC035C;
}

.mailto {
	text-decoration:underline;
	font-style:italic;
	color:#000;
}
.mailto:hover {
	background-color:#FED3E7;
}

.bookmark {
	border-bottom:1px thin solid;
	border-color:#CC035C;
	color:#CC035C;
	font-weight:bold;
}
.price{
	margin-right:15px;
}
.bookmark:hover {
	background-color:#FED3E7;
	text-decoration:none;
}


li {
	text-align:right;
	padding-right:0;
	margin-right:0;
}

.italic { font-style:italic; }
.bold { font-weight:bold; }
.noBottom {	margin-bottom:0; }
.clearBoth {clear:both;}
.uline { 
	text-align:right;
	border-bottom:1px thin dotted;
	border-color:#CC035C;
	width:20em;
	margin-top:2em;
	background-color:#FED3E7;
}