/* CSS Document */

#header-wrapper {
	width:auto;
	height:110px;
}

#header {
	width:980px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:213px; 
	height:39px; 
	float:left;
	margin-top:35px;
	margin-left:0px;
}

#header-right {
	width:730px;
	height:110px;
	float:right;
/*	background-color:#00FF00;*/
}

#register-login-button {
	width:143px;
	height:27px;
	padding-top:5px;
	padding-right:19px;
	margin-top:38px;
	float:right;
	background-image:url(/graphics/common/register.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	
}

#telephone {
	width:auto;
	height:40px;
	padding-top:5px;
	padding-right:0px;
	margin-top:35px;
	float:right;
	text-align:center;
	color:#FFFFFF;
	font-size:24px;
}

#content-wrapper {
	width:auto;
	margin-top:19px;
	background-color:#FFFFFF;
}

#content {
	width:980px;
	margin-left:auto;
	margin-right:auto;	
}

#content-top {
	width:980px;
	height:30px;
/*	background-color:#FF6699;*/
}

#breadcrumb {
	width:auto;
	float:left;
/*	margin-top:19px;*/
	margin-left:0px;
	color:#000000;
	font-size:12px;
}

#breadcrumb a {
	color:#000000;
}

#breadcrumb a:hover {
	color:#BA0001;
	text-decoration:none;
}

#add-this {
	width:125px;
	height:16px;
	float:right;
/*	margin-top:19px;*/
}

#jquery-carousel {
	width:980px;
	margin-bottom:15px;
}

.red-text {
	color:#BA0001;
}

.left-col {
	width:645px;
	float:left;
/*	background-color:#FFFF00;*/
}

.right-col {
	width:306px;
	float:right;
/*	background-color:#CC33FF;*/
}

.content-tag {
	width:auto;
/*	float:left;	*/
	background-image:url(/graphics/common/tags.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:45px;
}

#menu-content ul {
	width:auto;
	list-style:square inside;
/*	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;*/
	margin:0px;
	padding:0px;	
	margin-bottom:10px;
}

#menu-content ul li {
	width:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:3px;
	margin-bottom:3px;	
/*	background-color:#F0F0F0;*/
	background-image:url(/graphics/common/red-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}

#menu-content ul li:hover {
	background-image:url(/graphics/common/red-arrow-roll.png);
}

#menu-content ul li a {
	color:#000000;
}

#menu-content ul li .a-selected {
	color:#BA0001;
}

#menu-content ul li:hover {
/*	background-color:#9E896C;*/
}

#menu-content ul li:hover a {
	color:#BA0001;
}

#archive-date-selector ul {
	width:auto;
	list-style:square inside;
/*	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;*/
	margin:0px;
	padding:0px;	
	margin-bottom:10px;
}

#archive-date-selector ul li {
	width:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:3px;
	margin-bottom:3px;	
/*	background-color:#F0F0F0;*/
	background-image:url(/graphics/common/red-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}

#archive-date-selector ul li:hover {
	background-image:url(/graphics/common/red-arrow-roll.png);
}

#archive-date-selector ul li a {
	color:#000000;
}

#archive-date-selector ul li .a-selected {
	color:#BA0001;
}

#archive-date-selector ul li:hover {
/*	background-color:#9E896C;*/
}

#archive-date-selector ul li:hover a {
	color:#BA0001;
}

.read-more {
	width:100px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

#tags-filter {
	padding-left:0px;
}

.feature-item {
	width:273px;
	float:left;
	margin-top:10px; 
	margin-bottom:20px; 
/*	margin-left:25px; 
	margin-right:25px;*/
	background-image:url(/graphics/common/red-arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.feature-item:hover {
	background-image:url(/graphics/common/red-arrow-roll.png);
}

.feature-item h2 {
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0px;
}

.feature-item-splitter {
	width:80px;
	height:10px;
	float:left;
}

/*.category-item {
	width:273px;
	float:left;
	margin-top:10px; 
	margin-bottom:20px; 
	background-image:url(/graphics/common/red-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}*/

.category-item {
	width:200px;
	float:left;
	margin-top:10px; 
	margin-bottom:40px; 
	background-image:url(/graphics/common/red-arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.category-item:hover {
	background-image:url(/graphics/common/red-arrow-roll.png);
}

.category-item-header {
	width:180px;
	height:32px;
	margin-bottom:0px;
/*	background-color:#00FF00;*/
}

.category-item h2 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.category-item-splitter {
	width:60px;
	height:10px;
	float:left;
	margin-bottom:40px; 
}

.product-item {
	width:940px;
	margin-top:10px; 
	margin-bottom:20px;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	padding:20px;
}

.product-item-left-col {
	width:200px;
	float:left;
}

.product-item-right-col {
	width:695px;
	float:right;
}

.product-item h2 {
	font-size:14px;
}

#content-hidden-info {
	display:none;
}

#footer-wrapper {
	width:auto;
	height:250px;
	background-image:url(/graphics/common/footer.png);
	background-repeat:repeat-x;
	background-color:#F0F0F0;
	padding-top:60px;
}

#footer {
	width:980px;
	height:140px;
	margin-left:auto;
	margin-right:auto;	
	color:#666666;
}

#footer a {
	color:#666666;
}

.line {
	width:auto;
	height:1px;
	border-bottom-width:1px; 
	border-bottom-style:solid;
	margin-top:10px;
	margin-bottom:10px;
}

.form-input-long {
	width:450px;
}

.cycle-slideshow {
	width: 980px;
	height: 240px;
	background-color:#000000;
}