/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/oceanstateembroidery.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6848 $
$LastChangedDate: 2009-11-18 16:12:45 -0500 (Wed, 18 Nov 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #485d72;	
	font: 80% arial, helvetica, sans-serif;
	color: #111;
	text-align: center;
}

p, div, table 
{
	font: 1em;
	text-align: left;
}

img 
{
	border: none;
}

h1, h2, h3, h4
{
	color: #003c71;
	font-weight: normal;
}

h1 
{
	font-size: 2em;
}

h2 
{
	font-size: 1.7em;
}

h3 
{
	font-size: 1.35em;
}

h3 .red
{
	color: #874874;
}

h4 
{
	font-size: 1.2em;
}

a:link, a:visited 
{
	color: #485d72;
	text-decoration: none;
}

a:hover 
{
	color: #874874;
	text-decoration: underline;
}

.image img
{
	border: 1px solid #485D72 !important;
}

.image.left
{
	margin: 3px 5px 3px 0;
}

.image.right
{
	margin: 3px 0 3px 5px;
}

.imgFamily
{
	margin-left: 6px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.alertText
{
	margin-top: 6px;
	color: #C5140D;
	font-weight: bold;
}

.horizLine
{
	background: #485d72;
	height: 1px;
}

.navSpacer
{
	padding: 0 12px;
	font-size: 1.1em;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	background: #FFF;
	width: 980px;
	margin: 0 auto;
}

/* Page top. */

#pageTop
{
	background: url('../images/header.jpg') top no-repeat;
	height: 231px;
	width: 980px;
	margin: 0 auto;
}

#pageTop #logoLink
{
	position: absolute;
	left: inherit;
	*position: relative;
}

#pageTop #logoLink a
{
	width: 330px;
	height: 180px;
	display: block;
}

#pageTop #logoLink h1
{
	display: none;
}

#pageTop #contactTop
{
	padding: 123px 0 0 346px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.8em;
	color: #485d72;
	*position: absolute;
	*top: 0px;
	_line-height: 1.7em;
}

#pageTop #navTop
{
	padding: 10px 0 0 335px;
	font-size: 1.2em;
	color: #485d72;
	*padding-top: 22px;
}

#pageTop #navTop ul li
{
	display: inline;
}

/* Page bottom. */

#pageBottom
{
	width: 980px;
	padding-top: 1px;
	border-top: 1px solid #485d72;
	color: #485d72;
}

#pageBottom a
{
	color: #485d72;
}

#pageBottom table
{
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

#pageBottom table tr.firstRow
{
	font-size: 1.1em;
	line-height: 1.5em;
	_line-height: 1.3em;
}

#pageBottom table ul li
{
	display: inline;
}

#pageBottom table tr.secondRow
{
	font-size: 0.85em;
	line-height: 1.5em;
	_line-height: 1.3em;
}

/* Page content. */

#pageContent
{
	background: url('../images/content_bg.jpg') top no-repeat;
	width: 980px;
	min-height: 500px;
	_height: 500px;
	margin: 0 auto;
}

#pageContent .imgRight
{
	float: right;
	border: 3px double #485D72;
	margin: 0 5px 10px 10px;
}

#pageContent #rightContent
{
	width: 765px;
	padding: 12px 8px 8px 0;
	float: right;
}

#pageContent #rightContent h1
{
	margin: 0 0 8px 0;
}

#pageContent #rightContent p
{
	margin: 0 0 10px 0;
	line-height: 20px;
	font-size: 1.1em;
}

#pageContent #rightContent ul
{
	margin: 0 0 16px 26px;
	list-style: square;
}

#pageContent #rightContent ul li
{
	margin: 2px 0 1px 0;
}

#pageContent #rightContent ol
{
	margin: 0 0 0 10px;
}

#pageContent #rightContent blockquote
{
	margin-left: 26px;
	padding: 4px 0 3px 0;
}

#pageContent #rightContent .homeProducts
{
	width: 740px;
}

#pageContent #rightContent .homeProducts td a span
{
	text-align: center;
	display: block;
	color: #000;
}

#pageContent #leftContent
{
	width: 200px;
	float: left;
}

#pageContent #leftContent ul
{
	width: 180px;
	margin: 14px 0 0 6px;
	list-style: none;
	text-align: center;
	font-size: 1.15em;
}

#pageContent #leftContent .giftCertificates
{
	position: relative;
	margin-bottom: -6px;
	_margin-bottom: -23px;
	_z-index: 5;
}

#pageContent #leftContent .shoppingCart
{
	position: relative;
	padding-top: 15px;
	margin-bottom: -6px;
}

#pageContent #leftContent ul li
{
	margin-bottom: 8px;
}

#pageContent #leftContent ul li a
{
	background-color: #c3d6e8;
	border: 3px double #777;
	border-top-color: #999;
	border-left-color: #999;
	padding: 0.25em;
	display: block;
	color: #485d72;
}

#pageContent #leftContent ul li a:hover
{
	text-decoration: none;
	color: #874874;
}

#pageContent #leftContent ul li a:active
{
	border: 3px double #999;
	border-top-color: #777;
	border-left-color: #777;
	color: #874874;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -0.75em 0 0 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}
