html{margin:0}

body {
	margin:0;
	padding:0;
	font-family: "Courier New", Courier, monospacecourier, serif;
	font-size:12px;
	color:#7E939E;
}
	
.clearer {
	clear:both;
}
	
a img {
	border:none;
}
	
p {
	line-height:150%;
}

.red {
  color : #ff0000;
}

.sale {
  text-decoration : line-through;
	color           : #788095;
}
	
/* ==== HEADER AREA ==== */
	
#main-container {
	margin:0;
	padding:0;
}
	
#header-wrapper {
	background: url(../images/light-blue-top-bg.jpg) repeat-x;
	margin:0 auto;
	width:100%;
}
	
#header {
	margin:0 auto;
  width:960px;
}
	
#logo {
	margin: 30px 0 0 0px;
	width: 395px;
	height:110px;
	float:left;
}
	
#details {
	margin: 20px 0 0px 0;
	float:right;
	width:334px;
	height:85px;
	background: url(../images/checkout-bg.png) no-repeat;
	padding:25px 5px 10px;
}
	
#search {
	float:right;
	width:240px;
	margin:0 15px 10px 0;
}	


#mycart {
	float:right;
	margin-right:15px;
}

/* === TOP MENU === */

#top-menu {
  float:right;
	width:370px;
	height:27px;
	padding:15px 30px 5px; 
	background: url(../images/top-menu-bg.png) no-repeat;
}

#top-menu ul {
	margin:0;
	padding:0;
}
	
#top-menu ul li {
	list-style:none;
	display:inline;
}

#top-menu ul li a {
  text-decoration:none;
	font-size:17px;
	font-weight:bold;
	color:#adc6e7;
	margin:5px 13px;
}

#top-menu ul li a:hover {
  color:#7e9dc6;
}

/* === Main Menu === */

#main-menu {
  margin:10px 0 5px 0;
	padding:0;
	height:36px;
}

#main-menu ul {
	margin:0;
	padding:0;
}
	
#main-menu ul li {
	list-style:none;
	display:inline;
}

#main-menu ul li a {
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  color:#526278;
  padding:10px 18px 10px !important;
  padding:0;
  width:80px;
  display:block;
  float:left;
  text-align:center;
}

#main-menu ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/buttontest.gif) no-repeat center;
}

/* === Home Page CTA's === */

#home-page-banner-area {
	width:960px;
	height:400px;
	margin:0 auto;
}

#home-page-banner-area ul {
  list-style : none;
	margin : 0;
	padding : 0;
}


#big-graphic-container {
	width:675px;
	float:left;
}
	
#top-calls {
	float:right;
}
	
.call-odd {
	height:115px;
	width:250px;
	/* background:url(../images/call-to-action-bg.jpg); */
	padding:10px;
}
	
.call-even {
	height:115px;
	width:250px;
	/* background:url(../images/call-to-action-2-bg.jpg); */
	padding:10px;
}
	
.clearer {
  clear:both;
}

/* === Home Page Brands === */

#brands-top {
	height:28px;
	background:url(../images/light-blue-divider-top.gif) repeat-x top center;
	margin:0;
	padding:0;
}
	
#brands-bottom {
	height:28px;
	background:url(../images/light-blue-divider-bottom.gif) repeat-x top center;
	margin:0;
	padding:0;
}
	
#brands-container {
	background: url(../images/brands-bg.jpg) center;
}
	
#brands-wrapper {
	margin:0 auto;
	width:960px;
	padding:0 0 20px 0;
}

.brand {
  float:left;
  height:95px;
  width:230px;
}

/* === Home Page Featured Products === */

#featured-products {
	width:960px;
	margin:0 auto;}
	
.product {
	width:184px;
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}

.product-image {
	width:166px;
	height:168px;
	padding:9px 11px 9px 7px;
	background:url(../images/product-thumb-bg.gif) no-repeat}
	
.product-image-new {
	width:166px;
	height:168px;
	padding:29px 11px 9px 27px;
	background:url(../images/product-thumb-bg.gif) no-repeat}	

/*.product-image:hover {
	-moz-box-shadow: 0px 0px 5px #c0d8e2;
}*/

.product .product-name {
	font-size:14px;
	color:#758193;
	font-weight:bold;
	margin:15px 0;

	}
	
.product a{
	color:#758193;
	text-decoration:none}

.product a:hover{
	color:#384c69;
	text-decoration:underline}
	
.product .product-price {
	font-size:22px;
	color:#3aa759;
	font-weight:bold;
	margin:5px 0;
}


/* === MAIN CONTENT SECTION === */

#main-content-wrapper {
	width:960px;
	margin:0 auto 40px;
}

/* === ACCORDION PANE === */
#accordion h2 {
	cursor:pointer;		
}

#accordion div.pane {
	display:none;
	padding:15px;
}

#accordion h2.current {
	cursor:default;
}



/* === RIGHT COLUMN === */

#right-main-content {
	width:760px;
	padding-left:20px;
	float:right;
}
	
#right-main-content h1 {
	
	background:url(../images/light-divider.gif) repeat-x bottom;
	padding-bottom:7px;
}

/* === PRODUCT ATTRIBUTES === */

.prod-divider {
	width:100%;
	height:5px;
	display:block;
	clear:both;
	background:url(../images/light-divider.gif) repeat-x;
	margin:30px 0;
	float:left;
}	
	
.prod-numbers {
	float:left;
	width:100%;
}	
	
.prod-numbers p {
	color:#7e939e;
	font-size:14px;
	text-align: right; padding-right: 15px; padding-bottom: 10px;
}	
	 
.prod-numbers a {
	text-decoration:none;
	border:1px solid  #c9d5dc;
	background:#e9f1f3;
	color:#9db6c1;
	padding:0px 4px;
	margin:0px;
}

.prod-numbers a:hover {
	text-decoration:none;
	border:1px solid  #a0b0b9;
	background:#a5c0cb;
	color:#fff;
	padding:0px 4px;
	margin:0px;
}

/* ==== Product Description styles ==== */	
	
#product-photos {
	width:340px;
	border: 1px solid #b4dced;
	padding:20px;	
	-moz-box-shadow:0 0 1em #d1ecf8;
	-webkit-box-shadow:0 0 1em #d1ecf8;	
	box-shadow:0 0 1em #d1ecf8;
	float:left;
}

#main-prod-photo {
	margin-left : 8px;
}

#product-thumb-holder {
	margin-top:20px; 
}

#product-thumb-holder p {
	text-align : center; 
}

#product-thumb-holder a img {
	border:1px solid #b4dced;
	padding:1px;
	margin:2px;
}
	
#product-thumb-holder ul {
	margin:0;
	padding:0;
}

#product-thumb-holder ul li {
	display:inline;
}

#product-description {
	width:350px;
	float:right;
	margin-right:10px;
}
	
#product-description ul {
	margin:0;
	list-style: disc;
}
	
#product-description ul li {
	margin:7px;
	line-height: 100%;
	padding:3px;
	font-weight:bold;
	font-size:14px;
}

#product-content {
	background:url("../images/light-divider.gif") repeat-x scroll center bottom transparent;
	padding-bottom:13px;
}

#price {	
	color:#3ec260;
	font-weight:bold;
	margin:10px 0;
	padding-bottom : 10px;
	font-size:22px;
	background:url("../images/light-divider.gif") repeat-x scroll center bottom transparent;
}

#product-options {
	background:url("../images/light-divider.gif") repeat-x scroll center bottom transparent;
	padding:13px;
}
	
.currency { 
  margin:10px 0;
	background:url("../images/light-divider.gif") repeat-x scroll center bottom transparent;
	padding-bottom:13px;
	font-size:14px;
}

.currency a {
	text-decoration:none;
	border:1px solid  #c9d5dc;
	background:#e9f1f3;
	color:#9db6c1;
	padding:0px 4px;
	margin:0px;
}

.currency a:hover {
	text-decoration:none;
	border:1px solid  #a0b0b9;
	background:#a5c0cb;
	color:#fff;
	padding:0px 4px;
	margin:0px;
}
	
.add-to-cart { 
  margin:10px;
	background:url("../images/light-divider.gif") repeat-x scroll center bottom transparent;
	padding-bottom:13px;
}

#go-to-brand a {
 color:#9db6c1;
 text-decoration : none;
}

#go-to-brand a:hover {
 color:#9db6c1;
 text-decoration : underline;
}

#social {

}




/* === LEFT COLUMN === */

#left-menu {
	float:left;
	width:165px;
}
	
#left-brands h2{
	width:165px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/our-brands.gif) no-repeat;
	margin:0;
	padding:0;
	display:block;
}
	
#left-categories h2 {
	width:165px;
	height:45px;
	text-indent:-9999px;
	background: url(../images/categories-header.gif) no-repeat;
	margin:30px 0 0 0;
	padding:0;
	display:block;
}
	
#left-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
	
#left-menu ul li{
}	
	
#left-menu ul li a {
	display:block;
	width:155px;
	height:23px;
	text-decoration:none;
	line-height:21px;
	padding-left:10px;
	color:#09F;
}	
	
#left-menu ul li a:hover {
	background: url(../images/left-menu-hover.gif) no-repeat;
	color:#006;
}






/* ==== FOOTER AREA ==== */	
#footer-area-container {
	background: #0f1523 url(../images/footer-bg.jpg) repeat-y top center;
	margin:20px 0 0 0;
	padding-top:0px;
	padding-bottom:30px
}

#footer-wrapper {
	margin:0 auto;
	width:960px;
}

#text-content {
	background: url(../images/transparent-bg.png);
	width: 555px;
	padding:20px;
	float:left;
}
	
#text-content h1, h2, h3, h4 {
	color:#88c5eb;
	margin: 2px 0 5px 0;
	font-size:18px;
	font-weight:bold;
}
	
#text-content p {
	color:#c8e3f3;
	margin: 2px 0 10px 0;
	font-size:13px;
}

#text-content ul {
  list-style : none;
	margin-left : 20px;
}

#text-content ul li {
  list-style : none;
  display : inline;
	padding-left : 10px;
}

#text-content a {
	color:#8af955;
	text-decoration : none;
}

#text-content a:hover {
	color:#8af955;
	text-decoration : underline;
}
	
#right-content {
	float:right;
	width:350px;
}	
	
#blog-roll {	
	padding:20px;
	background: url(../images/transparent-bg.png);
}
	
.blog-post {
	background: url(../images/foot-blog-divider.png) bottom repeat-x;
	padding:5px 0 10px 0;
}
	
.blog-date {
	color:#88c5eb;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
	
.blog-headline a {
	color:#8af955;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
	
.blog-headline a:hover {
	color:#8af955;
	text-decoration:underline;
}
		
#sign-up-input {
	float:left;
	margin-top:10px;
}
	
#sign-up {
	background:url(../images/transparent-bg.png);
	margin-top:10px;
	padding:20px
}
	
.newsletter-bg {
	background:url(../images/searchbg.png) no-repeat;
	width:190px;
	height:350px;
	display:inline;
	padding:10px 10px;
	}
	
.newsletter-bg input {
  width:170px;
	font-size:11px;
	border:none;
	color:#566168;
	font-family:"Courier New", Courier, monospace;
}
		
#sign-up-button {

}

#sign-up-image {
	margin:0;
	display:block;
	margin-bottom:10px;
}
	
#paper-effect {
	background:url(../images/footer-tear.png) top repeat-x;
	height:10px;
	margin:0 0 20px 0;
	padding:0;
}
	


#footer-content {
	width: 960px;
	margin: 0 auto;
	background:url(../images/transparent-bg.png);
	margin:30px 0;
	color : #fff;
}

#footer-content p {
	text-align : center;
	padding : 7px;
}

#footer-content p a {
	color:#8af955;
	text-decoration:none;
}

#footer-content p a:hover {
	color:#8af955;
	text-decoration:underline;
}

#footer-content .footer-list-item {
  width: 175px;
	margin-left:15px;
	padding-bottom:10px;
	float:left;
	color : #fff;
}

.footer-list-item ul {
	list-style:none;
	margin:0;
	padding:0;
}
	
.footer-list-item ul li {
	margin:0;
}
	
.footer-list-item h3 {
	margin:20px 0;
	color:#88c5eb;
	font-size:18px;
}
	
.footer-list-item li a {
	color:#FFF;
	text-decoration:none;
}
	
.footer-list-item li a:hover {
	text-decoration:underline;
}

.red {
	color : #ff0000;
}

.cart_item_error {
	background-color:			#FF9999;
}

.cart_item_warning {
	background-color:			#FFFFCC;
}

.promo-box {
  width : 90%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e5edff;
	border: 1px solid #b0c5ff;
}

.promo-table {
  border : none;
	width : 100%;
}

.promo-box-spiel p {
  padding : 5px;
}

.promo-table a {
  color:#333333;
}

.promo-table a:hover {
  color:#333333;
}



