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


/* All the main styles and stylesheet imports
 *
 * @file		screen.css
 *
 * @type		strict
 * @browsers	Windows: IE6+, Firefox2+, Safari3+
 *				Mac OS: Safari3+, Firefox2+
 *
 * @link		http://www.risermedia.com/
 * @copyright	2009 RiserMedia. All Rights Reserved.
 *
 */
 

/*===================================
	GLOBAL
===================================*/
@import "reset.css";

html {color:#000; font-family: Arial, Arial, Helvetica, sans-serif; font-size: 14px;}
body {text-align: center; height: 100%; background-color: #e4e4e4; /* for older browsers */}

#main {margin: 0 auto; position: relative; width: 100%; text-align: left;}
.inside {margin: 0 auto; position: relative; width: 960px;}
#header, #nav, #content, #footer {position: relative;}

/*---- BACKGROUND SETTINGS ----*/
#header {height:92px; background-color: #fff;}
#nav {height:45px; background-color: #fff;}
#content { background-color:#fff; overflow: hidden;}

#content_black { background-color:#000; overflow: hidden;}
#footer {height:165px; padding-top:20px; background: url(../images/top_shadow.png) no-repeat top center;}

.clear_left {clear: left;}
.clear_right {clear: right;}
.clear_both {clear: both;}
.float_left {float: left;}
.float_right {float: right;}
p{
	font-size:15px; 
	color:#999; 
	line-height: 23px; 
	padding:10px 0;
	}


/*===================================
	HEADER
===================================*/
.logo{
	margin:0 auto;
	width: 308px;
	padding:20px;
}

	/*----------------------------------
		NAVIGATION
	----------------------------------*/
	
ul.main_nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow: hidden;
	margin-left:9px;
	}

.main_nav li {
	display:block;
	float:left;
	margin:5px 39px 10px 0;
	}

.main_nav li a {
	color:#717B7F;
	display:block;
	font-family: Georgia, serif;
	font-size:22px;
	height:24px;
	float: left;
	padding:10px 22px 0 10px;
	text-decoration:none;
	background:url(../images/arrows.png) no-repeat right 17px;
	letter-spacing: -1px;
	outline:none;
	}

.main_nav li a.on, .main_nav li a:hover {
	background-position: right -27px;
	color:#000;
	}

.wrapper_promo {
	background:url(../images/top_shadow.png) no-repeat top center;
	padding:40px 0 0 0;
	width:949px;
	overflow: hidden;
	min-height: 450px;
	position: relative;
	}

.promo {
	position: absolute;
	padding-top: 20px;
	top:0;
	left:11px;
}

.col_left{
	float:left;
	width:503px;
	}

.promo_right {
	float: right;
	width: 455px;
	}

.wrapper_promo h1{
	font-size: 82px; 
	font-family:Georgia, Georgia, serif; 
	font-weight:normal; 
	line-height: 62px; 
	letter-spacing: -4px; 
	}

.wrapper_promo h1 span{
	color:#ff0d9b;
	}

#main_content {
	background:#999999;
	border-bottom:3px solid #333333;
	height:300px;
	width:100%;
	}

ul.home_slider{
	top:435px;
	left:28px;
	overflow:hidden;
	position:absolute;
	z-index:20;
	}
	
.home_slider li{
	float:left;
	margin-right:10px;
	}
		
.home_slider li a {
	background:#CCC;
	color:#999;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:3px 6px;	
	}	
		
	
.home_slider li a:hover{		
		background:#000000;
		color:#FFFFFF;
		}

.home_slider li a.current{		
		background:#000000;
		color:#FFFFFF;
		}
		
/*===================================
	CONTENT
===================================*/
#content .inside {
	width:960px; 
	overflow: hidden;
	}	

.main_bucket{
	float:left;
	padding:0 11px;
	width:298px;
	}
	
.main_bucket img, .main_bucket_right img{ }	
	
.main_bucket h3, .main_bucket_right h3{
	color:#484848;
	font-size:34px;
	font-weight:normal;
	font-family: Georgia, Georgia, serif;
	line-height:33px;
	color:#000;
	}	
	
.main_bucket_right{
	margin:0;
	}	
	
.bucket_content{
	/*background: url(../images/image1_reflect.jpg) no-repeat top center;*/
	margin-top:-25px;
	}		
	
	
a.more_button{
	background: url(../images/more_button.jpg) no-repeat left top;
	height:13px;
	width:13px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	}

a.more_button:hover{
	background-position: left bottom;
	}

	.catalog_list {padding: 30px 0;}
    .catalog_list td {padding: 0 10px 15px 10px; vertical-align: bottom;}
    .catalog_list td p {padding: 0;}

    .pagination {overflow: hidden; padding-bottom: 30px;}
    .pagination  {float: left; padding-right: 8px;}
    .pagination  a, .pagination strong {color: #797979; font-size: 13px; font-family: Arial, Arial, Helvetica, sans-serif; text-decoration: underline; float:left; margin-right: 5px;}
    .pagination  a:hover, .pagination strong {text-decoration: none;}
    .catalog_img {float: right; margin: 0 0 15px 15px;}
    .catalog_wrapper p {white-space: normal !important;}
    .catalog_list a {outline: none;}
    .catalog_wrapper h4 {margin: 20px 0 10px; font-size: 42px !important;}
    p.button_add_to_cart {margin-top: 15px;}
    p.button_add_to_cart a {padding: 5px 10px; background: #efefef; font-size: 22px; color: #000; font-family: Georgia,'Times New Roman',Times,serif;}
    p.button_add_to_cart a:hover {background: #dbdbdb;}
    
    .pagination  a.button_first {background: url(../images/first.jpg) no-repeat left top;}
    .pagination  a.button_previous {background: url(../images/previous.jpg) no-repeat left top;}
    .pagination  a.button_next {background: url(../images/next.jpg) no-repeat left top;}
    .pagination  a.button_last {background: url(../images/last.jpg) no-repeat left top;}
    
    .pagination  a.button_first, .pagination a.button_previous, .pagination a.button_next, .pagination a.button_last {width: 14px; height: 13px; display: block; overflow: hidden; text-indent: -9999px; float:left; margin-right: 5px;}
    .pagination  a.button_first:hover, .pagination a.button_previous:hover, .pagination a.button_next:hover, .pagination a.button_last:hover {background-position: left bottom;}

    .button_shopping_cart {position: absolute; right: 10px; top: 0;}
    .button_shopping_cart a {display: block; width: 119px; height: 24px; overflow: hidden; text-indent: -9999px; background: url(../images/shopping_cart.jpg) no-repeat left top;}
    .button_shopping_cart a:hover {background-position: left bottom;}
    
/*===================================
	INNER PAGE
===================================*/

.content_main{
	width:700px;
	float:left;
	}

.content_standard{
	width:700px;
	float:left;
	}


.content_main h3 {
	font-family:Georgia, Georgia, serif;
	letter-spacing: -1px;
	font-size: 70px;
	font-weight: normal;
	padding-top:20px;
	line-height: 60px;
	white-space: pre;
	

	}

.content_standard h3 {
	font-family:Georgia, Georgia, serif;
	letter-spacing: -1px;
	font-size: 70px;
	font-weight: normal;
	padding-top:20px;
	line-height: 60px;
	
	

	}


.content_main h4 {
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 35px;
	padding-top:10px;
	white-space: pre;
	
	}
	
	.content_standard h4 {
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 35px;
	padding-top:10px;
	color: #b3b3b3;
	}

	
	
.white{
	color:#fff;
	}

.gray{	
	color:#b3b3b3;
	}
	
.right{
	float:left;
	}
	
.inner_bg{width:960px; min-height:837px;}


.content_main p {
	white-space: pre;    /* css-3 */
	     
}

.content_standard p {
	float: right;
	
	}
.content_main a {
	white-space: pre;    /* css-3 */
	     
}
.content_standard a {
	    /* css-3 */
	     
}


.content_main a {
		color:#666666;
				 
	font: 17px Georgia, "Times New Roman", Times, serif;font-weight: regular; font-style:italic
}

.content_standard a {
		color:#666666;
				 
	font: 17px Georgia, "Times New Roman", Times, serif;font-weight: regular; font-style:italic
}


.content_main li a:hover{color:#333333;
	
}


.content_standard li a:hover{color:#333333;
	
}

/*===================================
	CONTACT FORM
===================================*/

#contact_form{
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#contact_form p{
	color:#000;
}

#contact_form input[type=text]{
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	color: #333333;
	padding: 9px;
	width: 500px;
	border: 1px solid #898989;
}

#contact_form input[type=submit]{
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	color: #333333;
	padding: 3px;
}

#contact_form textarea{
	font-family:Georgia, Georgia, serif;
	font-weight: normal;
	color: #333333;
	padding: 9px;
	width: 500px;
	height: 150px;
	border: 1px solid #898989;
}

.contact_sub{
	padding-top:30px !important;
}

.contact_sub a{
	color: #b3b3b3;
}

.contact_sub a:hover{
	color: #333333;
	text-decoration: underline;
}

#problems{
	font-family:Georgia, Georgia, serif;
	font-weight: bold;
	font-size: 15px;
	color: #ff0000;
}

#problems p{
	color: #ff0000;
}

#problems li{
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 12px;
}

#thanks{
	padding-top: 30px;
	padding-bottom:60px;
}

.error{
	border: 1px solid #FF0000 !important;
}
		

/*===================================
	SIDEBAR
===================================*/
.sidebar {float: left; width: 250px;}
ul.side_nav {overflow: hidden; width: 250px; padding: 20px 0 20px 0;}
.side_nav li {float: left; width: 220px; padding: 0; list-style: none;}
.side_nav li a {color: #7c7c7b; font-weight: normal; display: block; padding: 0 37px 16px 17px; font-size: 18px;letter-spacing: -1px; text-decoration: none; font-family: Georgia, Georgia, serif; font-style:italic; outline:none;}
#content .side_nav li a:hover, #content .side_nav li.selected a {color:#000; }
#content_black .side_nav li a:hover, #content_black .side_nav li.selected a {color:#fff;}


/*===================================
	FOOTER
===================================*/


ul.footer_nav {
	overflow: hidden;
}

.footer_nav li {
	float:left;
	display: inline-block;
	margin:5px 20px 10px 0;
}

.footer_nav li a {
	color:#717B7F;
	font-size:12px;
	text-decoration:none;
	outline:none;
}

.footer_nav li a.on, .footer_nav li a:hover {
	color:#000;
}


