﻿/**************************************************************************************
Main
**************************************************************************************/
#main_wrapper
{
	width:1004px;
	margin:0 auto 0 auto;
}

/**************************************************************************************
Header
**************************************************************************************/
#header
{
	height:112px;
	background-image:url('images/layout/header/header_bg_rpt.png');
	background-repeat:repeat-x;
	background-color:#f7f7f7;
	position:relative;
}

#logo
{
	display:block;
	position:absolute;
	top:0; left:0;
	width:154px;
	height:112px;
	background-image:url('images/layout/header/logo.png');
	background-position:left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#number
{
	position:absolute;
	top:0;
	right:0;
	width:167px; height:112px;
	overflow:hidden;
}

#header_link_container
{
	text-align:right;
	position:absolute;
	bottom:0;
	right:167px;
	height:36px;
}

#header_link_container a
{
	background-image:url('images/layout/header/link_right.png');
	background-position:right;
	background-repeat:no-repeat;
	font-size:14px;
	height:14px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#7a7a7a;
	padding:11px 28px 11px 28px;
	display:inline-block;
	text-decoration:none;
}

#header_link_container a:hover
{
	color:#000066;
}

/**************************************************************************************
Slider
**************************************************************************************/
#slider_container
{
	height:275px;
	overflow:hidden;
	width:1004px;
	position:relative;
}

.slider_element
{
	display:block;
	height:275px;
	position:absolute;
	top:0;
	font-size:100px;
	overflow:hidden;
}

.slider_element h1
{
	display:inline-block;
	width:440px;
	position:absolute;
	top:20px; left:20px;
	color:black;
	font-size:40px;
}

.slider_element p
{
	display:inline-block;
	width:230px;
	position:absolute;
	bottom:50px; left:20px;
	color:#5c5a59;
	font-size:11px;
	line-height:normal;
}

.slider_element a
{
	display:inline-block;
	width:146px;
	height:36px;
	position:absolute;
	bottom:40px; left:275px;
	font-size:11px;
	text-decoration:none;
	background-color:transparent;
}

#slider_bottom
{
	background-image:url('images/layout/slider_bottom/shadow.png');
	height:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}


/**************************************************************************************
Index Columns
**************************************************************************************/
.column
{
	width:290px;
	height:127px;
	float:left;
	margin-right:7px;
	background-repeat:no-repeat;
	padding:20px;
	display:inline;
	position:relative;
}

.column p
{
	width:180px;
	font-size:11px
}

.column a
{
	display:block;
	text-align:center;
}

#left
{
	background-image:url('images/layout/index/left_bg.jpg');
}

#center
{
	background-image:url('images/layout/index/center_bg.jpg');
}

#right
{
	background-image:url('images/layout/index/right_bg.jpg');
	margin-right:0;
}

/**************************************************************************************
Footer
**************************************************************************************/
#footer
{
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #e1e1e1;
	color:#bbbbbb;
}

#footer a
{
	color:#bbbbbb;
	text-decoration:none;
}

#footer a:hover
{
	color:gray;
}

#footer span
{
	display:inline-block;
	float:right;
}

/**************************************************************************************
Default
**************************************************************************************/
#banner
{
	width:1004px;
	height:94px;
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
}

#banner img
{
	width:1004px;
	height:94px;
	position:absolute;
	top:0;
	left:0;
}

#banner h1
{
	position:relative;
	font-size:40px;
	color:black;
	padding-top:10px;
	padding-left:20px;
}

#banner h1 span
{
	font-size:11px;
	line-height:88px;
	display:inline-block;
	margin-left:10px;
}

#cms_left
{
	float:left;
	display:inline;
	width:280px;
}

#cms_right
{
	float:right;
	width:720px;
}

/**************************************************************************************
Product 
**************************************************************************************/
#product_link_wrapper
{
	padding:5px;
	border:1px solid #ebebeb;
	width:260px;
	margin-bottom:10px;
	overflow:hidden;
}

#product_link_wrapper_inner
{
	width:260px;
	height:196px;
	background-image:url('images/products/bg.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}

#product_link_wrapper a
{
	display:block;
	height:49px;
	line-height:49px;
	padding-left:10px;
	font-size:14px;
	color:black;
	text-decoration:none;
	background-image:url('images/products/normal.gif');
	overflow:hidden;
}

#product_link_wrapper a:hover
{
	background-image:url('images/products/over.gif');
}

/**************************************************************************************
Category
**************************************************************************************/
.cat_item
{
	width:224px;
	height:130px;
	border:1px solid #ebebeb;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	display:inline;
	padding:5px;
	overflow:hidden;
}

.cat_item a
{
	text-decoration:none;
	margin:0; padding:0;
	display:block;
	overflow:hidden;
}

.cat_item a.cat_link
{
	height:32px;
	display:block;
	background-image:url('images/products/product_link_bg.png');
	line-height:32px;
	padding:0 10px;
	font-size:14px;
	color:#2e0e05;
	text-decoration:none;
	overflow:hidden;
}

.cat_item a.cat_link:hover
{
	background-image:url('images/products/product_link_bg_over.png');
}

.cat_item img
{
	border:1px solid #f0eded;
	overflow:hidden;
}

/**************************************************************************************
Product
**************************************************************************************/
#gallery_wrapper
{
	width:340px;
	border:1px solid #efedee;
	padding:5px;
	margin:0 0 10px 10px;
	float:right;
}


#gallery
{
	width:340px;
}

#gallery_image
{
	border:1px solid #efedee;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#spinner
{
	position:absolute;
	top:0; left:0;
	display:none;
}

#gallery_title
{
	height:22px;
	padding:5px;
	background-image:url('images/products/title_rpt.png');
	background-repeat:repeat-x;
	font-size:14px;
}

#gallery_wrapper .small_link
{
	display:block;
	float:left;
	margin-right:6px;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #ececec;
	display:inline;
}

#gallery_wrapper .small_image
{
	border:1px solid #cbccce;
	text-decoration:none;
}

#gallery_wrapper a
{
	text-decoration:none;
}

/**************************************************************************************
Contact Form
**************************************************************************************/

#contact_form td
{
	padding:5px;
}

#success_message
{
	background-image:url('images/contact/success.jpg');
	height:28px;
	background-repeat:no-repeat;
	border-bottom:1px solid gray;
	font-size:14px;
	padding-top:12px;
	padding-left:40px;
	margin-bottom:20px;
}

#error_message
{
	background-image:url('images/contact/error.jpg');
	height:28px;
	background-repeat:no-repeat;
	border-bottom:1px solid gray;
	font-size:14px;
	padding-top:12px;
	padding-left:40px;
	margin-bottom:20px;
}















