/*
Original Design by Free CSS Templates - Design Name: miscellaneous
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Note: The page templates and CSS code have been heavily modified from the original
*/

body {
	margin-top: 20px;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FCC;
	font-size: 85%;
}
td {
	vertical-align:top;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #900;
}

p {
	line-height:1.5em;
}

a:link {
}

a:hover,
a:active {
}

a:visited {
}

img {
}

img.left {
	float: left;
	margin: 0px 15px 15px 0px;
	border:1px solid #000;
}

img.right {
	float: right;
	margin: 0px 0px 15px 15px;
	border:1px solid #000;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}


/* Header */

#header {
}

#header h1,
#header h2 {
	margin: 0;
	padding: 0;
	color:#FFF;
}

#header h1 {
	font-size: 2.5em;
}

#header h2 {
	text-transform: uppercase;
	font-size:1.25em;
	margin:4px 0px 6px 0px;
	padding:0;
}
#headInfo {
	float:right;
	font-size:1.1em;
}
#headInfo a {
	color:#FFF;
	background-color:#900;
}
/* Menu */

#menu {
}

#menu ul {
	margin: 0 0 0 40px;
	padding: 10px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background: #900 url(image/global/r_img07.jpg) no-repeat;
	text-align: center;
	color: #ffffff;
}

#menu a:hover {
	background: #FFF url(image/global/r_img06.jpg) no-repeat;
	text-decoration: underline;
	color:#900;
}

#menu .active a {
	background: #FFF url(image/global/r_img06.jpg) no-repeat;
	color:#900;
}


/* Content */

#content {
	padding: 10px;
}

.title {
	margin-bottom: 20px;
	color: #660000;
	background-color:#FFF;
	text-transform:lowercase;
}
td.BuyTitle {
	margin-bottom: 20px;
	font-weight:bold;
	font-size:1.1em;
	color: #660000;
	background-color:#FFF;
}
p.quote {
	color:#333;
	background-color:#FFF;
	font-size:0.9em;
	font-style:italic;
	padding:0;
	margin:10px 2em 10px 2em;
	border-bottom:1px solid #CCC;
}
	

/* Sidebar */

#sidebar {
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 6px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}

#sidebar li a {
	margin: 0;
	padding-left: 15px;
	color:#CCC;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}
#sidebar h3 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size:1.2em;
	color: #FFFFFF;
}
#sidebar p {
	margin: 40px 20px 10px 0;
	padding: 0;
	color: #FFFFFF;
	font-style:italic;
	font-size:0.85em;
}

#sidebar a {
	color:#FFF;
}
#sidebar a:hover {
	color:#000;
}

#legal {
	padding: 20px;
	padding-bottom:0;
	text-align: right;
	color:#F99;
	background-color:#900;
	font-size:0.8em;
}

#legal a {
	color:#F99;
	background-color:#900;
}
p.scentTitle {
	line-height:normal;
	font-weight:bold;
	padding:0;
	margin-bottom:2px;
}
p.scent {
	line-height:normal;
	padding:0;
	margin:4px 1em 10px 1em;
}

/* Southborough Website Design */
#southborough {
	color:#900;
	font-size:0.8em;
	text-align:center;
	margin:15px;
	padding:0;
}
#southborough a {
	color:#900;
	text-decoration:none;
}
#southborough a:hover {
	color:#000;
	text-decoration:underline;
}

/* design structure */
/* Reds */
/* Cells */
td.red {
	background-color:#900;
	color:#FFF;
}

/* Corners */
td.cr_tl {
	background-color:#900;
	background-image: url(image/global/r1_tl.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cr_tr {
	background-color:#900;
	background-image: url(image/global/r1_tr.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cr_bl {
	background-color:#900;
	background-image: url(image/global/r1_bl.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cr_br {
	background-color:#900;
	background-image: url(image/global/r1_br.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

/* Sides */
td.cr_sl {
	background-color:#900;
	background-image: url(image/global/r1_sl.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:32px;
}

td.cr_sr {
	background-color:#900;
	background-image: url(image/global/r1_sr.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	width:32px;
}

td.cr_sb {
	background-color:#900;
	background-image: url(image/global/r1_sb.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:32px;
}

td.cr_st {
	background-color:#900;
	background-image: url(image/global/r1_st.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:32px;
}


/* Whites */
td.cw_ttl {
	background-color:#900;
	background-image: url(image/global/w1_ttl.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:32px;
}
td.cw_tsl {
	background-color:#900;
	background-image: url(image/global/w1_tsl.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:32px;
	height:23px;
}
td.cw_tl {
	background-color:#FFF;
	background-image: url(image/global/w1_tl.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cw_tr {
	background-color:#FFF;
	background-image: url(image/global/w1_tr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cw_bl {
	background-color:#FFF;
	background-image: url(image/global/w1_bl.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

td.cw_br {
	background-color:#FFF;
	background-image: url(image/global/w1_br.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}



td.rw_tr {
	background-color:#900;
	background-image: url(image/global/rw_tr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
td.rw_ttr {
	background-color:#900;
	background-image: url(image/global/rw_ttr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:32px;
	height:9px;
}
td.rw_br {
	background-color:#900;
	background-image: url(image/global/rw_br.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}


/* Sides */
td.cw_sl {
	background-color:#FFF;
	background-image: url(image/global/w1_sl.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:32px;
}

td.cw_sr {
	background-color:#FFF;
	background-image: url(image/global/w2_sr.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	width:32px;
}

td.cw_sb {
	background:#FFF url(image/global/w1_sb.jpg) top left;
	background-repeat:repeat-x;
	height:32px;
}

td.cw_st {
	background-color:#900;
	background-image:url(image/global/w1_st.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:32px;
}
td.cw_stt {
	background-color:#900;
	background-image:url(image/global/w1_stt.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	vertical-align:bottom;
}


