/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/kbcompetitiveswimwear.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 7467 $
$LastChangedDate: 2011-02-14 15:35:16 -0500 (Mon, 14 Feb 2011) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

html,
body
{
    height: 100%;
}

html
{
	background: #0F162A url(../images/bodybk2.jpg) top center repeat-x;
}

body
{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4
{
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #2E4384;
}

h1
{
	font-size: 2em;
	margin-bottom: 5px;
}

h2
{
	font-size: 1.5em;
	margin-bottom: 5px;
}

h3
{
	font-size: 1.25em;
	margin-bottom: 0px;
}

h4
{
	font-size: 1.15em;
	margin-bottom: 0px;
}

.left, .leftfloat
{
	float: left;
}

.right, .rightfloat
{
	float: right;
}

.img
{

}

.img.left, .leftfloat
{
	margin: 0px 20px 0px 0;
}

.img.right, .rightfloat
{
	margin: 0px 0 0px 20px;
}

.img.left.product
{
	margin-top: 5px;
}

.img.right.content
{
	margin-top: 5px;
}

.hoursLeft
{
	margin: 0px 80px 0px 0;
	float: left;
}

.clear
{
	clear: both;
}

::-moz-selection
{
	background: #4FADDA;
	color: #fff;
} 

::selection
{
	background: #4FADDA;
	color: #fff;
} 

p.noMargin
{
	margin-bottom: 0 !important;
}

.orange
{
	color: #D6412B;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	width: 1000px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2A2A2A;
	background: url(../images/content.png) top center repeat-y;
	*background: url(../images/content.gif) top center repeat-y;
}

/* Page top. */

#pageTop
{
	display: block;
	height: 126px;
	width: 960px;
	margin: 0 auto;
}

#pageTop #topLeft
{
	display: block;
	width: 200px;
	height: 116px;
	padding: 10px 20px 0 20px;
	background: #fff url(../images/topbk.gif) bottom left repeat-x;
	float: left;
}

#pageTop #topLeft table
{
	color: #2E4384;
	text-align: center;
	width: 200px;
	margin-top: 0px;
}

#pageTop #topLeft td
{
	padding: 0 0 2px 0;
	font-size: 0.9em;
}

#pageTop #topLeft a
{
	color: #2E4384;
	text-decoration: underline;
}

#pageTop #topLeft a:hover
{
	color: #4F65C2;
	text-decoration: none;
}

#pageTop #topLeft a#logoLink img
{
	border: none;
}

#pageTop #topRight
{
	display: block;
	width: 465px;
	height: 116px;
	background: url(../images/banner_text2.jpg) top right no-repeat;
	float: right;
	padding: 10px 240px 0 15px;
	color: #fff;
}

#pageTop #topRight h2
{
	color: #fff;
	text-shadow: #000 1px 1px 3px;
	margin-bottom: 0px;
}

#pageTop #topRight h2.leftMargin
{
	margin-left: 65px;
}

#pageTop #topRight p
{
	margin-top: 10px;
	line-height: 1.5em;
	width: 275px;
}

/* Page bottom. */

#pageBottom
{
	background: #C4DDEC url(../images/footer.gif) top left repeat-x;
    clear: both;
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto;
}

#pageBottom ul
{
	margin-bottom: 10px;
}

#pageBottom ul li
{
	list-style-type: none;
	display: inline;
	margin: 0 10px;
}

#pageBottom ul a
{
	color: #2E4384;
}

#pageBottom ul a:hover
{
	text-decoration: none;
	color: #4F65C2;
}

#pageBottom p.branding
{
	font-size: 0.9em;
}

#pageBottom a
{
	color: #2A2A2A;
}

#pageBottom a:hover
{
	color: #4D4D4D;
	text-decoration: none;
}

/* Navigation Bar */

#navBar
{
	display: block;
	height: 40px;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #CAE0EE url(../images/navbar.gif) top left repeat-x;
	_position: relative;
	_z-index: 1;
}

#navBar ul
{
	list-style-type: none;
	padding-top: 12px;
	float: left;
}

#navBar li
{
	display: inline;
	margin: 0 12px;
}

#navBar li.homelink
{
	margin-left: 24px;
}

#navBar .search
{
	position: relative;
	top: 8px;
	_position: absolute;
	_z-index: 99999;
}

#navBar .search form
{
	float: left;
	_float: none;
}

#navBar .search input.button
{
	height: 20px !important;
	margin: 0px 0 0 8px;
	width: 30px !important;
	position: relative;
	top: 1px;
	*top: 0px;
	*width: 25px !important;
	*padding: 0 0 0 0;
	*left: 5px;
}

#navBar ul a
{
	color: #2E4384;
	font-weight: bold;
	text-decoration: none;
}

#navBar ul a:hover
{
	color: #4F65C2;
}

/* Left content. */

#contentWrapper
{
	width: 960px;
	display: block;
	margin: 0 auto;
}

#leftContent
{
	display: block;
	width: 220px;
	padding: 20px 0 20px 20px;
	float: left;
	background: url(../images/leftnav.jpg) top left repeat-x;
	min-height: 615px;
	_height: 615px;
}

#leftContent ul
{
	list-style-type: none;
}

#leftContent li
{
	line-height: 1.5em;
}


#leftContent ul a
{
	color: #fff;
	display: block;
	width: 200px;
	text-decoration: none;
}

#leftContent ul a:hover
{
	color: #CAE0EE;
	text-decoration: underline;
}

#leftContent span.border
{
	display: block;
	height: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #88B3D6;
	width: 200px;
}

a.imgLink img
{
	border: none;
	margin-right: 10px;
}

#leftContent .verified
{

}

#leftContent .freeShipping
{
	display: block;
	height: 90px !important;
	width: 199px;
	background: url(../images/freeship.gif) bottom center no-repeat;
	margin-top: -35px;
}

a.imgLink p
{
	color: #fff;
	font-size: 0.85em;
	padding: 5px 15px;
}

/* Page content. */

#pageContent
{
	display: block;
	width: 680px;
	padding: 15px 20px;
	float: right;
	background: url(../images/contentshdw.gif) top left repeat-x;
}

#pageContent a
{
	color: #2E4384;
	text-decoration: underline;
}

#pageContent a:hover
{
	color: #4F65C2;
	text-decoration: none;
}

#pageContent p
{
	margin: 0 0 15px 0;
	line-height: 1.35em;
}

#pageContent ul, #pageContent ol
{
	margin: 0 0 15px 30px;
	line-height: 1.5em;
}

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

#pageContainer.home p.coupon
{
	display: block;
	padding: 5px 10px;
	color: #DAECEE;
	background: #2E4384;
	text-align: center;
	border: 1px solid #0F162A;
	font-sizE: 1.25em;
}

#pageContainer.home p.coupon strong
{
	color: #fff;
}

#pageContainer.home .guard.left
{
	margin: 0 20px 10px 0;
}

#pageContainer.home #pageContent .blockOne,
#pageContainer.home #pageContent .blockTwo
{
	display: block;
	width: 490px;
	float: left;
	margin-bottom: 30px;
}

#pageContainer.home #pageContent .blockOne.wide,
#pageContainer.home #pageContent .blockTwo.wide
{
	width: 100%;
}

#pageContainer.home #pageContent .blockOne h2,
#pageContainer.home #pageContent .blockTwo h2
{
	margin-bottom: 15px;
}

#pageContainer.home #pageContent .blockOne .swimBlock
{
	display: block;
	width: 144px;
	height: 100px;
	float: left;
	background: #EFF5F9 url(../images/swim_titles2.jpg) top left no-repeat;
	padding: 5px 8px;
	margin: 0 2px 2px 0;
}

#pageContainer.home #pageContent .blockOne .swimBlock h4
{
	color: #fff;
	font-style: normal;
	text-align: center;
}

#pageContainer.home #pageContent .blockOne .marginTop
{
	margin: 5px 10px;
}

#pageContainer.home #pageContent p.marginTop
{
	padding-top: 10px;
}

/*
#pageContainer.home #pageContent .teamBullets
{
	margin: 10px 0 0 0;
}

#pageContainer.home #pageContent .teamBullets li
{
	display: block;
	width: 210px;
	float: left;
	padding: 0 17px;
	background: url(../images/required.gif) center left no-repeat;
}
*/

#pageContainer.home #pageContent .swimCentral
{
	background: #DAECEE;
	text-align: center;
}

#pageContainer.home #pageContent .swimCentral h1.swimHeader
{
	text-align: center;
	margin: 0 auto;
	display: block;
	background: #D6412B url(../images/swim.gif) bottom left repeat-x;
	padding: 2px 10px 4px 10px;
	color: #fff;
	border-top: 1px solid #FFCEA7;
	border-left: 1px solid #FFCEA7;
	border-bottom: 1px solid #9D0001;
	border-right: 1px solid #9D0001;
}

#pageContainer.home #pageContent .swimCentral h3
{
	margin: 5px 10px;
	font-size: 1.2em;
	text-align: center;
}

#pageContainer.home #pageContent .swimCentral .teamBullets
{
	margin: 10px 10px 5px 10px;
	text-align: left;
}

#pageContainer.home #pageContent .swimCentral .teamBullets li
{
	list-style-image:url(../images/swimbullet.gif);
	list-style-type:disc;
}

#pageContainer.home #pageContent .swimCentral .img.right
{
	margin: 20px 10px 10px 10px;
}

#pageContainer.home #pageContent .swimCentral .rotatorImg
{
	margin: 15px 35px 5px 50px;
	float: left;
}


/* SUMMER STYLES */

#pageContainer.home #pageContent .swimCentral.summer
{
	background: #FFFCD7;
	text-align: center;
}

#pageContainer.home #pageContent .swimCentral.summer .teamBullets li
{
	list-style-image:url(../images/sunbullets.gif);
}

#pageContainer.home #pageContent .swimCentral.summer h3 .pink
{
	color: #E72A81;
}

#pageContainer.home #pageContent .swimCentral.summer h1.swimHeader
{
	background: #27CF2F;
	border-top: 1px solid #84F089;
	border-left: 1px solid #84F089;
	border-bottom: 1px solid #086A0D;
	border-right: 1px solid #086A0D;
}

/*
#pageContainer.home #pageContent h1.swimHeader
{
	display: block;
	background: #D6412B;
	padding: 2px 10px 4px 10px;
	color: #fff;
	width: 240px;
	border-top: 2px solid #FFCEA7;
	border-left: 2px solid #FFCEA7;
	border-bottom: 2px solid #9D0001;
	border-right: 2px solid #9D0001;
}
*/

/* Featured Products */

#pageContainer.home #pageContent table.productList .image
{
    height: 75px;
    width: 75px;
}

#pageContainer.home #pageContent table.productList .image img
{
	margin: 0 auto;
    width: 100%;
}

#pageContainer.home #pageContent .featuredProducts
{
	width: 150px;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #88B3D6;
	text-align: center;
}

#pageContainer.home #pageContent .featuredProducts table.productList td.product
{
	width: 150px !important;
	padding: 0 0 0 0 !important;
}

/* COMPONENTS. */

/* Forms. */

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

form tr.group {}

form td.caption
{
    width: 200px;
    vertical-align: top;
    padding: 3px 0;
}

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

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

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

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

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

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: 0 0 15px 0;
    padding: 0;
	font-size: 0.8em;
}

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

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

/* Page navigator. */

.pageNav
{
	background: #EAF3F8;
	display: block;
	clear: both;
	padding: 5px 10px;
	margin: 0 0 0 0 !important;
	list-style-type: none;
}

.pageNavigator
{
    margin: 0 0 0 0;
	float: left;
	width: 210px;
}

.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
{
	font-style: italic;
}

.pageNavigator.bottom
{
	display: block;
	width: 660px;
}

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

