body, html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #7a7a7a;
}

a img { border: 0px; }

.clear {
	clear: both;
}

.left {
	float: left;
	width: 410px;
}
.right {
	float: right;
	width: 410px;
}


h1 {
	font-family: 'Myriad Pro';
	font-size: 30px;
	line-height: 22px;
	margin: 0px 0px 22px 0px;
}

h2, h3, h4 {
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
}
p {
	margin: 0px;
}
a {
	color: #e2001a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul > li {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url('../images/bullit-default.png') no-repeat 2px 8px;
}


#header {
	position: relative;
	width: 940px;
	margin: 0px auto;
	height: 0px;
	z-index: 3;
}

#logo img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 228px;
	height: 152px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#logo:hover img {
	opacity: 0.8;
}

ul#menu {
	position: absolute;
	right: 0px;
	top: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#menu > li {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	background: none;
	height: 67px;
}

ul#menu > li > a {
	display: block;
	height: 32px;
	line-height: 32px;
	margin-top: 35px;
	padding: 0px 8px;
	background: #fff;
	color: #828282;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul#menu > li.active > a, ul#menu > li > a:hover {
	margin-top: 0px;
	padding-top: 35px;
	background: #e2001a;
	color: #fff;
}
ul#menu > li > a:hover {
	background: #9c9e9f;
}

#slideshow {
	position: relative;
	height: 523px;
	width: 940px;
	margin: 0 auto;
}

#slideshow > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 523px;
	z-index: 0;
	position: absolute;
	left: -230px;
	list-style-type: none;
	margin: 0;
	width: 1400px;
}

#slideshow > ul > li {
	margin: 0px;
	padding: 0px;
	background: none;
	height: 523px;
	overflow: hidden;
	width: 100%;
}

#slideshow > ul > li > img {
	margin: 0px;
	padding: 0px;
	background: none;
	min-width: 100%;
	min-height: 100%;
}
#slideshow > div {
	position: absolute;
	left: 50%;
	bottom: -14px;
}

#slideshow > div > ol {
	position: relative;
	left: -50%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#slideshow > div > ol > li {
	background: #4d4d4d;
	width: 37px;
	height: 28px;
	float: left;
	margin-left: 13px;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#slideshow > div > ol > li:first-child {
	margin-left: 0px;
}

#slideshow > div > ol > li.active {
	background: #e2001a;
}

#slideshow > div > ol > li:hover {
	background: #fff;
}

#slideshow > div > ol > li > span {
	display: none;
}

#slogan {
	background: #9c9e9f;
}
#slogan > div {
	width: 940px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	background: url('../images/slogan-decor.png') no-repeat center 26px;
	text-align: center;
	height: 43px;
	color: #fff;
	font-family: Arial;
	font-size: 20px;
}

#contents {
	width: 840px;
	margin: 0px auto;
	padding: 80px 50px;
	
}

#footer {
	background: #3d3d3d;
}

#footer > div:first-child {
	position: relative;
	width: 940px;
	height: 168px;
	margin: 0px auto;
	padding: 20px 0px 12px 0px;
}

#footer > div:first-child > ul  {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer > div:first-child > ul > li  {
	float: left;
	margin: 0px 58px 0px 0px;
	padding: 0px;
	background: none;
}

#footer > div:first-child > ul > li > a  {
	display: block;
	width: 168px;
	height: 168px;
	background: #3d3d3d;
	font-family: 'Myriad Pro';
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 84px;
	-moz-border-radius: 84px;
	border-radius: 84px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);

	-webkit-transition: background 0.3s ease 0.3s, color 0.3s ease;
	-moz-transition: background 0.3s ease 0.3s, color 0.3s ease;
	-ms-transition: background 0.3s ease 0.3s, color 0.3s ease;
	-o-transition: background 0.3s ease 0.3s, color 0.3s ease;
	transition: background 0.3s ease 0.3s, color 0.3s ease;

}
#footer > div:first-child > ul > li > a.red  {
	background: #ed1c24;
}
#footer > div:first-child > ul > li > a.gray  {
	background: #9c9e9f;
}
#footer > div:first-child > ul > li > a:hover {
	background: #fff;
	color: #7a7a7a;

	-webkit-transition: background 0.3s ease, color 0.3s ease 0.3s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0.3s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0.3s;
	-o-transition: background 0.3s ease, color 0.3s ease 0.3s;
	transition: background 0.3s ease, color 0.3s ease 0.3s;
}

#footer > div:first-child > ul > li > a.two  {
	width: 138px;
	height: 113px;
	padding: 55px 15px 0px 15px;
}

#footer > div:first-child > ul > li > a.three  {
	width: 138px;
	height: 130px;
	padding: 38px 15px 0px 15px;
}

#footer > div:first-child > a {
	display: block;
	position: absolute;
	right: 0px;
	top: -45px;
	width: 375px;
	height: 250px;
	background: url('../images/map.png') no-repeat #ed1c24;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer > div:first-child > a:hover {
	background-color: #9c9e9f;
}
#footer > div:first-child > a span {
	display: none;
}


#footer > .note {
	background: #828282;
}
#footer > .note > div {
	position: relative;
	width: 940px;
	height: 59px;
	margin: 0px auto;
	color: #fff;
}
#footer > .note > div > span {
	display: block;
	padding: 30px 0px 0px 0px;
	background: url('../images/note-decor.png') no-repeat 159px 13px;
}

#footer > .note > div > a.webba {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 59px;
	line-height: 59px;
	color: #fff;
}

a.button {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	padding: 0px 15px;
	min-width: 118px;
	background: #9c9e9f;
	color: #fff;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover {
	background: #ed1c24;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
fieldset > div {
	margin: 4px 0px;
}
fieldset > div > label {
	float: left;
	width: 120px;
}
fieldset > div > input[type="text"], fieldset > div > textarea {
	float: left;
	width: 200px;
	border: 1px solid #9c9e9f;
	padding: 2px 10px;
	height: 21px;
	line-height: 21px;
	font-family: arial;
	outline: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
fieldset > div > input[type="text"].error, fieldset > div > textarea.error {
	border: 1px solid #ed1c24;
}
fieldset > div > input[type="text"]:focus, fieldset > div > textarea:focus {
	border: 1px solid #3d3d3d;
}
fieldset > div > textarea {
	padding: 5px 10px;
	height: 110px;
}

fieldset > div > input[type="submit"] {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	padding: 0px 15px;
	min-width: 118px;
	background: #9c9e9f;
	color: #fff;
	text-decoration: none;
	border: 0px;
	
	margin: 5px 0px 0px 120px;
	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
fieldset > div > input[type="submit"]:hover {
	background: #ed1c24;
}

table.occasion {
	
}

	table.occasion tr.top th {
		background-color: #4D4D4D;
		color: #fff;
		line-height: 30px;
		text-align: left;
	}
	
	table.occasion {
		cursor: pointer;
		padding: 10px 0 10px 0;
	}
	
	table.occasion td {
		font-size: 13px;
		line-height: 18px;
		padding: 10px 0 10px 0;
	}
	
		table.occasion td div {
			position: absolute;
			top: 10px;
			left: 0;
			width: 122px;
			height: 87px;
			
		}
		
			table.occasion td div span {
				line-height: 24px;
				display: block;
				color: #fff;
				background-color: #9c9e9f;
				text-transform: uppercase;
				text-align: center;
				margin-top: 20px;		
			}
	
	table.occasion .bg_color {
		border-bottom: 2px solid #4D4D4D;
		background-color: #ddd;
	}
	

.pagenav { 
	display: block;
	height: 30px;
}

	.pagenav > ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.pagenav > ul > li {
			float: left;
			width: 30px;
			background: none;
			padding: 0;
			margin-right: 5px;
		}
		
		.pagenav > ul > li.prev_next {
			float: right;
			width: 150px;
		}
		
			.pagenav > ul > li > a {
				display: block;
				line-height: 30px;
				color: #fff;
				background-color: #9C9E9F;
				text-align: center;
				text-decoration: none;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				
				.pagenav > ul > li.active > a {
					color: #fff;
					background-color: #4D4D4D;
					text-decoration: none;
				}
				
				.pagenav > ul > li:hover > a {
					color: #fff;
					background-color: #E2001A;
					text-decoration: none;
				}

.slider_detail {
	width: 428px;
	display: block;
	height: 355px;
	float: left;
	-webkit-box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
	-moz-box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
	box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
	position: relative;
	z-index: 100;
}

	.slider_detail #slides {
		height: 355px;
	}

.slider_info {
	float: right;
	width: 350px;
	
}

	.slider_detail ul {
		height: 354px;
		width: 428px;
	}
	.slider_detail ul:first-child {
		
	}

	.slider_info table td {
		width: 180px;
	}

	

	.slider_detail #slides li {
		list-style-type: none;
		background: none;
		padding: 0;
		margin: 0;
		float: left;
		margin-left: 15px;
		margin-top: 15px;
	}
	
	.slider_detail #slides {
		
	}
	
		.slider_detail .slider-left, .slider_detail .slider-right {
			position: absolute;
			top: 150px;
			width: 50px;
			height: 50px;
			background-color: #fff;
			background: #fff url(../images/sprite-arrow.png) 5px 5px no-repeat;
			-webkit-transition: all 0.1s ease;
			-moz-transition: all 0.1s ease;
			-ms-transition: all 0.1s ease;
			-o-transition: all 0.1s ease;
			transition: all 0.1s ease;
			cursor: pointer;
			z-index: 100;
		}
		
		.slider_detail .slider-left {
			left: -38px;
		}
		
		.slider_detail .slider-right {
			background-position: -34px 6px;
			right: -38px;
			-webkit-box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
			-moz-box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
			box-shadow: 6px 0px 10px rgba(156, 156, 156, 0.75);
		}
		
		.slider_detail .slider-left:hover {
			background-position: 5px -36px;
		}
		
		.slider_detail .slider-right:hover {
			background-position: -34px -35px;
		}
	
.detail_info {
	padding: 15px;
	
}

	.detail_info h2 {
		margin: 20px 0 10px 0;
	}

.detail_info ul {
	width: 700px;
}

	.detail_info li {
		display: inline-block;
		width: 250px;
	}
