/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/shopamericantreasures.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6378 $
$LastChangedDate: 2009-03-04 12:25:17 -0500 (Wed, 04 Mar 2009) $
*/

@import url(general.css);

/* Remove the initial stylesheet after the real stylesheet has been overlaid. */
@import url(initial.css);

/* GLOBAL. */

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #FFFFDF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a
{
    color: #00015D;
    text-decoration: none;
}

img
{
    border: none;
}

.imgLeft
{
	float:left;
}

.imgRight
{
	float:right;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: auto;
    width: 790px;
    padding: 0 0 0 22px;
    _padding: 0 0 0 0px;
    text-align: center;
    background: url(../images/grads/pageBg.jpg) top center repeat-y;
}

/* Page top. */

#pageTop

{
    margin: 0 auto;
    background-position: top left;
    background-repeat: no-repeat;
    width: 768px;
    height: 137px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(../images/headers/index.jpg);

}

#pageTop p
{
    margin: 0;
}

#pageTop ul
{
    list-style: none;
    margin: 0;
    padding: 4px 0 0 295px;
}

#pageTop ul li
{
    display: inline;
}

#pageTop ul li a
{
    color: white;
    padding: 6px 6px;
}

#pageTop .logo
{
   	float: left;
    width: 275px;
    height: 100%;
}

#pageTop .logo a
{
    display: block;
    height: 100%;
}

#pageTop .contactInfo
{
	float: left;
    font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 3px 0 0 25px;
    width: 250px;
    padding: 5px;
    border: 1px solid #FFCC00;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

#pageTop .search
{
	float: right;
	margin: 10px 10px 0 0;
    width: 180px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: right;
}

#pageTop .search .queryBox
{
    width: 100px;
    font-size: 14px;
    border: 1px solid #FFCC00;
}

#pageTop .search .submitButton
{
    height: 22px;
    width: 45px;
    background-color: #FFFFFF;
    padding-bottom: 6px;
    color: #000099;
    line-height: 14px;
    border-color: #FFCC00;
    font-weight: bold;
    font-size: 15px;
}

/* Page content. */

#pageContent 
{
	margin-top:-10px; 
	margin-left:2px; 
	_margin-left:13px; 
    padding: 6px;
	background-color:#EFEFEF;
	width:750px;
}

#pageContent div img
{
	float:right;
	padding-left:5px;
}
#pageContent a
{
    font-weight: bold;
}

#pageContent .pageTitle
{
    margin-top: 0;
	
}

#pageContent h1.pageTitle
{
    margin-top: 0;
	
}

#pageContent h1,
#pageContent h2,
#pageContent h3,
#pageContent h4
{
    margin-top: 0;
}

#pageContent p 
{
    margin: 4px 4px 1em 0;
    line-height: 17px;
    text-align: left;
    font-size: 13px;
}

#pageContent p a
{
    color: #00015D;
    text-decoration: underline;
}

#pageContent ul
{
  text-align: left;
}

#pageContent #homePage
{
    align:center;
	text-align: center; 
	margin-bottom:-30px;
}

#pageContent ul.homePage
{
	margin:-5px 0 0 275px;
    align:center;
	text-align: left; 
    line-height: 10px;
    _line-height: 17px;
    *line-height: 20px;
}

#pageContent h1.homePage
{
	margin-bottom:-20px;
}

#pageContent #subcategories
{
    background: #FFCC00 url(../images/grads/subcategories.jpg) top left repeat-x;
    width: 316px;
    height: 346px;
    margin-right: 52px;
    margin-bottom: 20px;
    border: 2px solid #000099;
    float: right;
}

#pageContent #subcategories ul
{
    padding: 0 0 0 18px;
}

#pageContent #subcategories li
{
    list-style: none;
    font-size: 19px;
    margin: 16px 0 14px 0;
}

#pageContent #subcategories li a
{
    color: #000099;
}
/* Page bottom. */

#pageBottom
{
    width: 768px;
    clear: both;
}

#pageBottom 
{
    position: relative;
    top: 3px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    background: #000 url(../images/grads/footer.gif) top left repeat-x;
    color: #CCCCCC;
    font-size: 12px;
    border-top: 2px solid #FFCC00;
}

#pageBottom a
{
    color: #CCCCCC;
}

#pageBottom p
{
    text-align: center;
    margin: 0 auto;
}

#pageBottom .branding
{
    padding: 3px 0;
}

#pageBottom ul
{
    margin: 0;
    padding: 0;
}

#pageBottom li
{
    list-style: none;
    float: left;
    white-space: nowrap;
}

#pageBottom #legalinfo
{
    float: left;
}

#pageBottom #siteinfo
{
    float: right;
}

/* 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 {}

/* COMPONENTS. */

/* Log. */

.log h1
{
    font-family: Arial;
    font-size: 100%;
}

.log table
{
    width: 98%;
    clear: both;
    border-collapse: collapse;
    font: 9pt Arial;
    margin: 0 auto 1em auto;
}

.log code
{
    color: blue;
    white-space: pre;
}

.log th
{
    text-align: left;
    background-color: #eee;
    padding: 3px 0 3px 0;
}

.log td
{
    padding: 3px 12px 3px 3px;
    border-bottom: 1px solid #eee;
}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

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