body {
	margin:0px auto;
	background-color:#f4f3f3;
	font: 14px Myriad Pro;
	line-height: 17px;
}

button {
	max-width:90px;
	width: 110%;
	height: 27px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFF;
	font: 14px Myriad Pro;
	text-transform:uppercase;
}

button:hover {
	max-width:90px;
	width: 110%;
	height: 27px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #c1272d;
	color: #FFF;
	font: 14px Myriad Pro;
	text-transform:uppercase;
}

@font-face {
	font-family:Myriad Pro;
	src: url(../fonts/Myriad Pro.ttf); /*if IE */
	src: local("Myriad Pro"), url("../fonts/Myriad Pro.ttf") format("truetype"); /* non-IE */
}

#Wrappar {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}

#Header {
	width: 1000px;
	height: 135px;
	border-bottom: 3px solid#000 !important;
	display: block; 
	margin: 0px 0px 10px 0px;
}

#logo {
	width: 167px;
	height: 135px;
	float: left;
}

#Search {
	width: 380px;
	height: 27px;
	float: right;
	margin: 25px 11px 21px 120px;
}

#Search ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Search ul li input {
	width: 270px;
	height: 23px;
	padding: 0px 5px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 0px 8px 0px 0px;
	float: left;
}

#MainMenu {
	width: 822px;
	height: 43px;
	float: right;
}

#MainMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#MainMenu ul li{
	width: 115px;
	height: 17px;
	border-radius: 10px;
	background-color: #c1272d;
	padding: 13px 0px;
	text-align: center;
	float: left;
	margin: 0px 2px 0px 0px;
}

#MainMenu ul li:hover {
	width: 115px;
	height: 17px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #6c6c6c 100%);
	padding: 13px 0px;
	text-align: center;
	float: left;
	margin: 0px 2px 0px 0px;
}

#MainMenu ul li a {
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
}

#MainMenu ul li a:hover {
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
}

#SlideShow {
	width: 980px;
	height: 757px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px;
}

#SlideShow_inner {
	width: 980px;
	height: 537px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px;
}

#ImgSlider {
	width: 980px;
	height: 537px;
	box-shadow: 0px 2px 5px 1px #ccc;
	border-radius: 10px;
	position: absolute;
} 

#SlideShow ul {
	width: 921px;
	height: 366px;
	margin: 390px 30px 0px 30px;
	position: absolute;
	list-style: none;
	padding: 0px;
}

#SlideShow ul li {
	width: 275px;
	height: 323px;
	background-color: #dddcdc;
	float: left;
	margin: 0px 5px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid#bfbfc1;
}

#SlideShow ul span {
	width: 297px;
	height: 23px;
	float: left;
	margin: 0px 5px;
}

#Titles {
	width: 920px;
	height: 60px;
	margin: 0px 0px 25px 0px;
	padding: 0px 40px;
	border-bottom: 1px solid#dddcdc;
}

#Titles h2 {
	height: 20px;
	margin: 5px;
	padding: 3px;
	font-size: 26px;
	color: #c1272d;
}

#Titles h3 {
	height: 20px;
	margin: 5px;
	padding: 3px;
	font-size: 20px;
	color: #000000;
}

#Cont {
	width: 1000px;
	height: 256px;
	margin: 0px 0px 25px 0px;
}

#Cont h3 {
	width: 604px;
	height: 20px;
	margin: 5px;
	padding: 0px 0px 0px 25px;
	font-size: 21px;
	text-transform:uppercase;
	font-weight:normal;
	color: #000000;
	float: left;
	background: url(../images/big_star.png) left no-repeat;
}

#Wel_Msg {
	width: 604px;
	height: 256px;
	margin: 0px 30px 0px 40px;
	padding: 0px;
	float: left;
}

#Wel_Msg pre {
	margin: 0px;
	padding: 0px;
	font: 14px Myriad Pro;
	line-height: 52px;
}

#Wel_Msg pre a {
	font: 14px Myriad Pro !important; 
}

#Cont a {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 10px 0px;
	padding: 6px 10px;
	float: right;
	background-color: #FFF;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #c1272d;
}

#Cont a:hover {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 10px 0px;
	padding: 6px 10px;
	float: right;
	background-color: #c1272d;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
}

#Panel {
	width: 921px;
	height: 242px;
	margin: 0px 30px 10px 30px;
}

.Panel_box {
	width: 275px;
	height: 199px;
	background-color: #dddcdc;
	float: left;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid#bfbfc1;
	margin: 0px 5px 0px 0px; 
}

.Panel_box2 {
	width: 275px;
	height: 199px;
	float: left;
	padding: 10px;
	text-align: center;
	border-left:1px dotted#bfbfc1;
	border-right:1px dotted#bfbfc1;
	margin: 0px 5px 0px 0px; 
}

.Panel_title {
	width: 100%;
	max-width: 275px;
	border-bottom: 1px solid #000;
	padding: 10px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: Myriad Pro;
	font-size: 20px;
	color: #c1272d;
	font-weight: normal;
}

#SlideShow ul li a {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 10px 0px;
	padding: 6px 10px;
	background-color: #FFF;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #c1272d;
}

#SlideShow ul li a:hover {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 10px 0px;
	padding: 6px 10px;
	background-color: #c1272d;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
}

.Panel_box label {
	width: 100px;
	height: 23px;
	padding: 0px;
	float:left;
	font-weight: bold;
}

.Panel_box input {
	width: 265px;
	height: 23px;
	padding: 0px 5px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 0px 8px 0px 0px;
	float: left;
}

#Copyright {
	width: 980px;
	height: 90px;
	padding: 10px;
	border-top: 1px solid #dddcdc;
}

#Copyright ul {
	width: 1000px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#Copyright ul li {
	font: 11px Arial;
	float: left;
	padding: 0px 15px;
	border-right: 1px solid #000;
}

#Copyright ul li a {
	text-decoration: none;
	color: #000;
}

#Copyright ul li a:hover {
	text-decoration: underline;
	color: #000;
}

#Copyright span {
	width: 330px;
	height: 66px;
	float: left;
	margin: 10px 0px 0px 15px;
	font: 11px Arial;
}

#Product_page {
	width: 1000px;
	height: 373px;
	margin: 0px 0px 25px 0px;
}

#Product_page p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 1000px;
	font: 25px Myriad Pro;
	color: #C1272d;
	text-transform: uppercase;	
}

#Product_page h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

.Product_txt {
	width: 380px;
	height: 306px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.Product_txt a {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 20px 0px;
	padding: 6px 10px;
	float: left;
	background-color: #FFF;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #c1272d;
}

.Product_txt a:hover {
	height: 18px;
	border-radius: 10px;
	border: 1px solid#b3b3b3;
	margin: 20px 0px;
	padding: 6px 10px;
	float: left;
	background-color: #c1272d;
	font: 14px Myriad Pro;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
}

.Product_gallery {
	width: 590px;
	height: 306px;
	float: right;
}

#Product_cat {
	width: 950px;
	height: 270px;
	padding: 0px 25px;
}

#Product_01 {
	width:1000px;
	height: 333px;
	margin: 10px 0px;
}

#Product_02 {
	width:1000px;
	height: 333px;
	margin: 10px 0px; 
}

#Product_03 {
	width:1000px;
	height: 333px;
	margin: 10px 0px; 
}