@charset "utf-8";
/* CSS Document */

/* 
	GENERAL STYLES
 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C9D2D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
#content p {
	padding: 10px 0px;
	margin: 0px 10px;
	line-height: 1.5;
}
#content ul {
	margin: 5px 0px 5px 35px;
}
#main a img {
	border: none;
}
a {
	color: #00A6EC;
}

#content p.errorMessage {
	padding: 5px 0 5px 25px;
	color: #9B2813;
	background: #F5E9E7 url(../images/icon_error.gif) 5px no-repeat;
	border: #9B2813 1px solid;
}

/*
	LAYOUT
 */
#container {
	background: #FFFFFF url(../images/watermark.gif) bottom right no-repeat;
	margin: 0 auto;
	padding: 7px 9px 10px 9px;
	width: 90%;
	border-right: 1px solid #2B90CC;
	border-left: 1px solid #2B90CC;
}
td#content {
}
td#sidebar {
	width: 150px;
}
td#productNavigation {
	width: 150px;
}
#footer {
	width: 90%;
	margin: 0 auto;
	background-color: #2B90CC;
	font-size: 60%;
	height: 10px;
	padding: 10px 10px;
	text-align: right;
}

/*
	HEADER STYLES
*/
#header {
	color: #015696;
	background-color: #FFFFFF;
	height: 65px;
}
#logo {
	float: left;
}
#logo a img {
	border: none;
}
#header #address {
	float: left;
	margin: 10px;
	font-size: 74%;
}
#header #telephoneNumber {
	float: right;
	margin: 5px 10px;
	font-size: 160%;
	text-indent: 25px;
	background-image: url(../images/telephone-symbol.gif);
	background-repeat: no-repeat;
	color: #f03d0e;
}
#header #telephoneNumber .title {
	color: #2B90CC;
}

/* NAVIGATION STYLES */
#header #navigation {
	font-size: 90%;
	margin: 0px 10px 0px -343px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 50%;
}
#header #navigation ul,
#sidebar #accountCheckoutOptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #navigation li,
#sidebar #accountCheckoutOptions li {
	float: left;
	background: url(../images/btn_right.gif) no-repeat right top;
	margin: 0px 1px;
	padding: 0;
}
#header #navigation li:hover,
#sidebar #accountCheckoutOptions li:hover {
	background-image: url(../images/btn_right_over.gif);
}
#header #navigation a,
#sidebar #accountCheckoutOptions a {
    display:block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/btn_left.gif) no-repeat left top;
	padding: 4px 5px;
}
#header #navigation a:hover,
#sidebar #accountCheckoutOptions a:hover {
	background-image: url(../images/btn_left_over.gif);
}
#header #navigation li.selectedLink,
#sidebar #accountCheckoutOptions li.selectedLink {
	background-image: url(../images/btn_right_over.gif);
}
#header #navigation li.selectedLink a, 
#sidebar #accountCheckoutOptions li.selectedLink a {
	background-image: url(../images/btn_left_over.gif);
}

/* 
	MAIN AREA STYLE
*/
#main {
	clear: both;
	padding-bottom: 200px;
}
#pageTitle {
	background:url(../images/heading-bg-slice.jpg) repeat-x;
}
#pageTitle1 {
	background: url(../images/heading-bg-left.jpg) no-repeat top left;
}
#pageTitle2 {
	height: 70px;
	background: url(../images/heading-bg-right.jpg) no-repeat top right;
}
h1 {
	color: #FFFFFF;
	padding: 20px 5px;
}
#main #content {
	padding-top: 10px;
}

/* PRODUCT NAVIGATION */
#productNavigation {
	padding: 5px 0 0 5px;
}
/* Generic Component Container */
.componentContainer {
	padding: 5px;
	background: #CDEBF6;
	border-right: #00A6EC 1px solid;
	border-left: #00A6EC 1px solid;
	color: #003964;
	}
.componentFooter {
	height: 11px;
	margin: 0 0 5px 0;
	background: #FFF url(../images/component_footer.gif) no-repeat;
	}

/* Search */	
#search h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../images/product_search_title.gif);
	}
#search .componentContainer {
	height: 25px;
	}
	
/* Browse */
#browse h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../images/browse_products_title.gif);
	}
#browse .componentContainer {
	padding: 0;
}
#browse ul {
	list-style: none;
	}
#browse ul ul {
	}
#browse ul li {
	}
#browse ul ul li {
	border-bottom: none;
	}
#browse ul li a {
	padding: 4px;
	display: block;
	/* Top  Level Styles */
	color: #f03d0e;
	text-decoration: none;
	background: #ffe8e2;
	border-bottom: 1px solid #FFF;
	}
/* Top Level Mouse Over */
#browse ul li a:hover {
	text-decoration: underline;
	color: #fff;
	background: #f03d0e;
	}
/* Top Level Active Link */
#browse ul li a.activeLink {
	color: #FFFFFF;
	background: #bb2700;
	font-weight: bold;
	}
/* Top Level Selected Link */
#browse ul li a.selectedLink {
	color: #FFFFFF;
	background: #bb2700;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}
/* Second Level */
#browse ul ul li a {
	margin: 0;
	padding-left: 14px;
	background: #f03d0e;
	color: #FFF;
	}
/* Second Level Mouse Over */
#browse ul ul li a:hover {
	background: #f6633c;
	}
/* Second Level Selected Link */
#browse ul ul li a.selectedLink {
	background: #f6633c;
	border-bottom: none;
	font-weight: bold;
	}

/* CONTENT AREA */
td#content {
	padding: 5px 20px;
}
td#content h1 {
	position: absolute;
	margin: 0 auto;
	width: 90%;
	top: 90px;
	left: 5%;
	text-align: center;
	padding: 0;
}

/* Product Index */
#content ul.indexes {
	clear: both;
	width: 95%;
	margin: 10px;
	padding: 5px 0;
	list-style: none;
	list-style-image: none;
	text-align: center;
	background: #CDEBF6;
	color: #003964;
	}
#content ul.indexes li a {
	color: #0168B5;
	}

/* Product Index Layout */
#content .productRow {
	clear: both;
	}
#content .productSummaryLeft,
#content .productSummaryMiddle,
#content .productSummaryRight {
	width: 30%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #015696;
	}
#content .productSummaryLeft {
	float: left;
	margin-left: 0;
	}
#content .productSummaryMiddle {
	float: left;
	margin-left: 5%;
	}
#content .productSummaryRight {
	float: right;
	margin-right: 0;
	}
#content .productRow h2.title {
	font-size: 100%;
	font-weight: bold;
	color: #0168B5;
	}
#content .productRow h2.title a {
	color: #0168B5;
	}
#content .productRow img {
	margin: 5px auto;
	display: block;
	border: none;
	}
#content .productRow .description {
	}
#content .productRow ul.prices {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}
#content .productRow ul.prices li.price {
	}
#content .productRow ul.prices li.price .value {
	font-weight: bold;
	}
#content .productRow .button {
	display: block;
	height: 20px;
	width: 90px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/more_info_button.gif);
	}
/* Product Layout */
#productImages {
	width: 310px;
	float: left;
	}
#productImages img {
	border: none;
	}
#productImages img#mainProductImage {
	border: #0168B5 1px solid;
	}
#productImages ul {
	margin: 5px 0 0 0;
	padding: 0;
	}
#productImages ul li {
	margin: 0 5px 0 0;
	display: inline;
	}
#productImages ul li a img {
	border: #CCCCCC 1px solid;
	}
#productImages ul li a:hover img {
	border: #0168B5 1px solid;
	}
ul#prices,
ul#purchase {
	margin: 5px 0;
	list-style: none;
	list-style-image: none;
}
ul#prices li,
ul#purchase li {
	margin: 0;
}
ul .value {
	font-weight: bold;
}
#content #product #description {
	clear: both;
}

	
/* 
	SIDEBAR
*/
#sidebar {
	padding: 5px 5px 0 0;
}
#sidebar #basket h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../images/my_basket_title.gif);
}
#sidebar #secureShopping h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../images/safe_shopping_title.gif);
}
#sidebar #accountCheckoutOptions {
	padding-left: 5px;
}
#sidebar img {
	margin-bottom: 5px;
}

/* COPYRIGHT STYLES */
#copyright {
	text-align: right;
	font-size: 70%;
	color: #015696;
	background: #00A6EC url(../images/copyright-bg-left.gif) no-repeat left;
}
#copyright1 {
	height: 30px;
	background: url(../images/copyright-bg-right.gif) no-repeat right;
}
#copyright p {
	padding: 8px;
}

/* FOOTER STYLES */
#footer a {
	color: #FFFFFF;
}
