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

@font-face{
	font-family:"Helvetica CE";
	src:url('../fonts/Helvetica_CE_Regular.eot');
	font-weight:normal;
}
@font-face{
	font-family:"Helvetica CE";
	src:url('../fonts/Helvetica CE Regular.ttf');
	font-weight:normal;
}
@font-face {
    font-family: 'CabinCondensedRegular';
    src: url('../fonts/cabincondensed-regular-webfont.eot');
    src: url('../fonts/cabincondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabincondensed-regular-webfont.woff') format('woff'),
         url('../fonts/cabincondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/cabincondensed-regular-webfont.svg#CabinCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body{
	background:#000;
	font-family:"Helvetica CE";
	font-size:14px;
}

h1,h2, {
	font-family:"CabinCondensedRegular";
	color:#ececec;
}
h1{
	font-size:30px;
	font-weight:normal;
}
h2{
	font-size:30px;
	font-weight:normal;
}

h3,h4{
	font-family:"CabinCondensedRegular";
	color:#000;
	}
	
h3 { font-size: 24px;
    }
	
h4 { font-size: 20px;
    }

/* Wrappers CSS */
#page-wrapper{
	margin:0 auto;
	
	min-height:430px;
	width:100%;
}

#header-wrapper .image-box{
	 position:absolute; 
	 margin-top:-33px;
}
#header-wrapper .nav{
	 margin-bottom:-25px;
}
#header-wrapper .inner-page-logo{
	margin-top:10px;
}
.home-header-wrapper{
	position:relative; z-index:111;
}
.inner-header-wrapper{
	height:248px;
}

/* Slider CSS */
ul#image_rotate{
	margin:0px;
	padding:0px;
}
ul#image_rotate div.slider_text{ 
	color:#000; 
	width:680px; 
	height:98px; 
	background:url('slider_text_bg.png'); 
	background-position:-1px 0px; 
	position:relative; 
	display:block;
	margin-bottom:-400px;
	padding-top:300px;
	margin-left:320px;
}
ul#image_rotate li div span.box{
	display:block;
	background:#000;
	width:330px;
	height:102px;
	color:#FFF;
	clear:both;
	z-index:999;
	opacity:0.78;
	filter:alpha(opacity=78);
	font-family:"CabinCondensedRegular";
	padding:5px 15px 5px 15px;
}
ul#image_rotate li div span.box span.title{ 
	display:block; 
	font-size:24px; 
	padding:0px; 
	font-weight:bold;
}
ul#image_rotate li div span.box span.name{ 
	display:block; 
	font-size:48px; 
	padding:0px; 
	margin-top:-6px; 
	font-weight:bold;
}
ul#image_rotate li div span.box span.uses{ 
	display:block; 
	font-size:19px; 
	padding:0px; 
	margin-top:-6px; 
	float:right;
}

/* Logo CSS */
#logo{
	position:absolute;
	z-index:9999;
	margin-top:10px;
	top:0;
}

/* Navigation CSS */
#navigation{
	height:58px;
	background:#000;
	margin-bottom:-58px;
	position:relative;
	z-index:9;
	background:url('../images/nav_bg.png') repeat-x;
}
#navigation ul{
	list-style-type:none;
	float:right;
}
/* Default list styling */
#nav {
}
#nav li {
	float:left;
	position:relative;
}
#nav li a {
	text-decoration:none;
	color:#FFF;
	padding-left:26px;
	padding-right:26px;
	font-size:15px;
	text-transform:uppercase;
	line-height:58px;
}
#nav li ul {
	position:absolute;
	z-index:9999;
	left:0;
	top:50px;
	display:none;
	width:200px;
	background:url("../images/ul_bg.png") repeat scroll left top transparent;
	padding-top:10px;
	padding-bottom:10px;
}
#nav li ul li {
	float:none;
}
#nav li ul li a {
	line-height:16px;
	font:14px/22px 'Helvetica CE';
	color:#ECECEC;
}
#nav li:hover > ul {
	display:block;
}
#navigation ul li a:hover{
	color:#b60f05;
}
#navigation ul li.selected a{
	color:#b60f05;
}

.container{
	width:1000px;
	min-height:50px;
	margin:0 auto;
}
.slider{
	
}
.top-image-container{
	height:248px;
}

/* Contents CSS */
#contents-wrapper{
	min-height:500px; width:100%;
	background:url('../images/bg_slice.jpg') repeat;
}
#contents-wrapper .contents{
	margin:0 auto; 
	width:940px;
	min-height:200px;
	overflow:hidden;
	padding:15px 30px 40px 30px;
}
#contents-wrapper .customize-your-picks{
	width:905px;
	height:180px;
	background:#000;
	padding:24px 16px 0px 16px;
}
#contents-wrapper .customize-your-picks .left-side{
	float:left;
}
#contents-wrapper .customize-your-picks .right-side{
	float:right;
}
#contents-wrapper .customize-your-picks .prices {
	font-size:18px;
	color:#fff;
	padding:30px 0px 0px 50px;
}

#contents-wrapper .customize-your-picks h1 {
	font-family:"CabinCondensedRegular";
	font-size: 30px;
	color:#fff;
}
.row{
	clear:both;
	padding-top:30px;
}
.clear{
	clear:both;
}
a.button{
	display:block;
	width:195px;
	height:38px;
	background:#717171;
	font-size:20px;
	color:#ffffff !important;
	line-height:19px;
	padding:5px 10px 5px 10px;
	text-decoration:none !important;
}

a.button:hover{
	color:#b60f04 !important;
}
.button-top-padd{
	margin:42px 0px 0px 0px;
}
.box-container{
	float:left;
	height:323px;
	background:#ececec;
	margin-right:28px;
}
.wide01{
	width:256px;
}
.wide02{
	width:370px;
}
.wide03{
	width:542px;
	height:278px;
}
.no-right-padd{
	margin-right:0px;
}
.column-width{
	width:336px !important;
}
.heading{
	height:48px;
	background:#000000 url('../images/heading_bg.jpg') no-repeat top right;
	font-size:20px;
	color:#ececec;
	font-family:"CabinCondensedRegular";
	padding:8px 0px 10px 15px;
	line-height:23px;
}
.heading-wide01{ 
	width:241px;
}
.heading-wide02{ 
	width:355px;
}
span.title{
	font-size:30px;
}
.image-container{
	width:229px;
	height:139px;
	margin: 0 auto;
	margin-top:12px;
	background:#000;
}
.large-image-container{
	width:340px;
	height:139px;
	margin: 0 auto;
	margin-top:12px;
	background:#000;
}
.description{
	width:229px;
	min-height:40px;
	margin:0 auto;
	padding:10px 0px 5px 0px;
}
.description-wide{
	width:335px;
}
.bottom-column{
	clear:both;
	width:229px;
	height:50px;
	margin:0 auto;
	margin-top:3px;
	background:url('../images/clyton_bg.jpg') no-repeat top right;
}
a.link-box{
	display:block;
	width:100px;
	height:38px;
	background:#000000;
	font-size:19px;
	color: #FFFFFF !important;
	text-decoration: none !important;	
	line-height:19px;
	padding:5px 5px 5px 5px;	
}

a.link-box:hover {
	color:#b60f04 !important;
}
a.link-box2{
	display:block;
	width:359px;
	height:33px;
	font-size:19px;
	text-align: center;
	color:#ffffff !important;
	line-height:19px;
	padding:5px 5px 5px 5px;
	text-decoration:none !important;
}

a.link-box2:hover {
	color:#b60f05 !important;
}
.big-box-container{
	float:left;
	height:278px;
	width:510px;
	background:#ececec;
	margin-right:28px;
	padding:15px 15px 0px 15px;
}
.big-box-container .left-side{
	width:265px;
	float:left;
}
.big-box-container .right-side{
	width:230px;
	float:right;
	padding-top:5px;
}
.big-box-container .description-box{
	height:162px;
	padding-top:23px;
}
.heading-cont{
	font-size:20px;
	color:#000000;
	font-family:"CabinCondensedRegular";
	line-height:23px;
}
.no-bg{
	background:none;
}
.image-cont{
	width:369px;
	height:127px;
	margin: 0 auto;
	background:#ececec;
	padding:0px;
}
.image-top-padd{
	margin-top:40px;
}
.image-cont .image-description{
	width:369px;
	height:29px;
	background:#000000;
	position:relative;
	margin-top:-33px;
	text-align:center;
	text-transform:uppercase;	
	color:#ffffff !important;
	font-size:20px;
	font-family:"CabinCondensedRegular" !important;
	padding-top:4px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
a.image-description {
	color:#000;
	text-decoration: none;
}
a.image-description:hover {
	color:#b60f05 !important;
	
}

.image-cont .img{
	display:block;
	width:369px;
	height:127px;
}


#contents-wrapper .inner-page-contents{
	margin:0 auto;
	width:1000px;
	border:1px solid #000;
	min-height:500px;
	background:#ececec;
}
#contents-wrapper .inner-page-contents .heading{
	background:#000;
	width:985px;
	height:26px;
	font-size:30px;
	color:#ececec;
	padding:19px 0px 18px 15px;
}

#contents-wrapper .contents-area{
	width:970px;
	min-height:200px;
	padding:30px 15px 0px 15px;
	overflow:hidden;
}
#contents-wrapper .seperator{
	clear:both;
	display:block;
	width:100%;
	height:15px;
}
#contents-wrapper .contents-area .left-side-contents{
	float:left;
	width:670px;
	min-height:300px;
	padding-bottom: 20px;
}
#contents-wrapper .contents-area .right-side-contents{
	float:left;
	width:296px;
	min-height:300px;
}
#contents-wrapper .contents-area .products-row{
	clear:both;
	margin-top:25px;
}
#contents-wrapper .contents-area .left-side-contents .box-cont{
	width:186px;
	height:215px;
	background:#e4e4e4;
	border:1px solid #d3d3d3;
	padding:7px;
	float:left;
	margin:0px 32px 32px 0px;
}
#contents-wrapper .contents-area .no-right-padd{
	margin-right:0px !important;
}
#contents-wrapper .contents-area .left-side-contents .box-cont h2{
	padding:0;
	margin:0;
	font-size:23px !important;
}
#contents-wrapper .contents-area .left-side-contents .box-cont .image-box{
	clear:both;
	padding-top:10px;
}
#contents-wrapper .contents-area .left-side-contents .box-cont h2{
	color:#000000;
	font-size:20px;
}

#contents-wrapper .sidebar{
	width:258px;
	min-height:300px;
	margin-left:25px;
}
#contents-wrapper .sidebar a.item{
	display:block;
	width:230px;
	height:25px;
	padding:7px 13px 7px 13px;
	background:#000;
	margin-bottom:10px;
	text-align:left;
	color:#ececec;
	font-size:20px;
	font-family:"CabinCondensedRegular";
	text-decoration:none;
}
#contents-wrapper .sidebar a:hover.item{
	color:#8e0e04;
}
#contents-wrapper .sidebar a.big-item{
	display:block;
	width:232px;
	height:55px;
	padding:6px;
	background:#000;
	margin-bottom:10px;
	color:#ececec;
	font-size:20px;
	line-height:23px;
	font-family:"CabinCondensedRegular";
	text-decoration:none;
	background:#000000 url('../images/heading_bg.jpg') no-repeat top right;
}
#contents-wrapper .sidebar a:hover.big-item{
	color:#8e0e04;
}

/* Footer CSS */
#footer-wrapper{
	clear:both;
	min-height:363px;
	background:#000;
}
#footer-wrapper .footer{
	width:964px;
	min-height:100px;
	margin:0 auto;
	padding:20px 18px 20px 18px;
	color:#ececec;
	font-family:"Helvetica CE";
	overflow:hidden;
}
#footer-wrapper .footer-links{
	float:left;
	width:600px;
	min-height:100px;
}
#footer-wrapper .contact{
	float:right;
	width:320px;
	min-height:100px;
	border-left:1px solid #404040;
	font-size:12px;
	padding-left:20px;
	line-height:18px;
}
#footer-wrapper .links-container{
	float:left;
	padding-right:40px;
}
#footer-wrapper .no-right-padd{
	padding-right:0px;
}
#footer-wrapper ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#footer-wrapper ul li a{
	font-family:"Helvetica CE";
	text-decoration:none;
	color:#ececec;
	font-size:13px;
	text-transform:uppercase;
}
#footer-wrapper ul li :hover{
	font-family:"Helvetica CE";
	text-decoration:none;
	color:#b60f05;
	text-transform:uppercase;
}
#footer-wrapper ul li.link-heading{
	color:#ececec;
	font-weight:bold;
	font-family:"Helvetica CE";
	font-size:13px;
	padding-bottom:2px;
}
#footer-wrapper .social-media{
	padding-top:20px;
}
#footer-wrapper .icon{
	float:left;
	margin-right:20px;
}
#footer-wrapper .external-links{
	clear:both;
	width:760px;
	min-height:20px;
	margin:0 auto;
	padding-top:15px;
	overflow:hidden;
}
#footer-wrapper .external-links .logo{
	float:left;
}
#footer-wrapper .copy-right{
	font-size:12px;
	text-align:center;
	clear:both;
	margin-top:20px;
}
#footer-wrapper .phone{
	font-size:17px;
	padding-top:8px;
}

.imgfloatRT {
	float: right;
	padding-left: 15px;
	}
	
.imgfloatLT {
	float: left;
	padding-right: 15px;
	}
	
	
/* Text Links */

a:link, a:visited {
  color: #b60f05;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* BUTTONS */

a.blkbutton {
  display:block;
  width:232px;
  line-height:40px;
  letter-spacing:1px;
  margin-bottom: 18px;
  text-align:center;
  font-size:16px;
  font-family: 'cabin_condensedregular', sans-serif;
  text-transform:uppercase;
  color: #fff;
  text-decoration: none;
  background-color:#000;
}

a.blkbutton:hover {
  background-color:#717171;
}

a.shopbutton {
  float: right;
  display:block;
  width:120px;
  line-height:40px;
  letter-spacing:1px;
  margin-bottom: 18px;
  text-align:center;
  font-size:16px;
  font-family: 'cabin_condensedregular', sans-serif;
  text-transform:uppercase;
  color: #fff;
  text-decoration: none;
  background-color:#000;
}

a.shopbutton:hover {
  background-color:#717171;
}

/* Random */
.imgfltr {
  float: right;
  padding-left: 20px;
  }
  
  .imgfltl {
  float: left;
  padding-right: 20px;
  }
/* ====================== Slider Styles ======================= */
#example2{width:100%; height:430px; position:absolute; top:0; left:0;}
.effectContainer{width:100%; height:430px;}
.slide{width:100%; height:430px; float:left;}
.s1{background:url(../images/slide1.jpg) no-repeat center top;}
.s2{background:url(../images/slide2.jpg) no-repeat center top;}container slider
.s3{background:url(../images/slide3.jpg) no-repeat center top;}
.s4{background:url(../images/slide4.jpg) no-repeat center top;}
.s5{background:url(../images/slide5.jpg) no-repeat center top;}

.fadenav{display:none;}
.all {
	padding-top:134px;
	text-align:center;
}
.pr-center a {
	background:#717171;
	padding-left:12px;
	padding-right:12px;
	line-height:32px;
	color:#FFF;
	font-family: 'CabinCondensedRegular';
	text-decoration:none;
	display:inline-block;
	font-size:18px;
}
.custom-pick, .custom-drumsticks {
	padding-top:8px;
	text-align:center;
}
.pr-left {
	float:left;
	background:url(../images/pr-left.jpg) no-repeat;
	width:256px;
	height:324px;
}
.pr-left a {
	width:256px;
	height:324px;
	display:block;
	background:url(../images/find-out-more-bg.jpg) no-repeat bottom right;
}
.pr-center {
	background:url(../images/pr-center.jpg) no-repeat;
	width:256px;
	height:324px;
	float:left;
	margin-left:24px;
}
.pr-right {
	float:left;
	background:url(../images/pr-right.jpg) no-repeat;
	margin-left:24px;
	width:369px;
	height:324px;
	float:left;
}
.pr-right a {
	width:369px;
	height:324px;
	display:block;
	background:url(../images/find-out-more-bg.jpg) no-repeat bottom right;
}
.log {
	float:left;
}
.log + .log {
	padding-left:11px;
}
.row-left {
	float:left;
	width:540px;
	height:127px;
}
.row-right {
	float:right;
	width:369px;
	height:127px;
}
.top-left {
	width:540px;
	height:127px;
	background:url(../images/top-left.jpg) no-repeat center top;
}
.top-right {
	background:url(../images/top-right.jpg) no-repeat center top;
	width:369px;
	height:127px;
}
.bottom-left {
	background:url(../images/bottom-left.jpg) no-repeat center top;
	width:540px;
	height:127px;
}
.bottom-right {
	background:url(../images/bottom-right.jpg) no-repeat center top;
	width:369px;
	height:127px;
}
.top-text {
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-family:Helvetica, sans-serif;
	font-size:16px;
	padding-top:10px;
	height:84px;
}
.left-a {
	text-align:center;
}
.left-a a {
	font-size:17px;
	font-family:;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	line-height:32px;
}
.custom-pick-container {
	background:url(../images/clayton-top.jpg) no-repeat;
	width:939px;
	height:205px;
	position:relative;
}
.custom-pick-title {
	background:url(../images/opacity.png);
	height:45px;
	position:absolute;
	bottom:0;
	width:939px;
}
.custom-left {
	font-family: 'CabinCondensedRegular';
	float:left;
	font-size:36px;
	padding-left:14px;
	color:#ececec;
	font-weight:bold;
}
.custom-center {
	font-family: 'CabinCondensedRegular';
	float:left;
	font-size:20px;
	padding-left:14px;
	color:#fff;
	font-weight:bold;
	padding-top:15px;
}
.custom-right {
	background:#717171;
	font-family: 'CabinCondensedRegular';
	float:right;
	padding-left:5px;
	padding-right:5px;
	margin-top:19px;
	color:#fff;
	font-size:20px;
}

.custom-right a {
	color: #fff;
	text-decoration: none;
}


@media screen and (min-width: 480px) and (max-width: 1000px) {
	.container {
		width:768px;
	}
	#nav li a {
		padding-left:12px;
		padding-right:12px;
		font-size:14px;
	}
	#contents-wrapper .contents {
		width:748px;
		padding-left:10px;
		padding-right:10px;
	}
	#contents-wrapper .customize-your-picks {
		width:728px;
		padding-left:10;
		padding-right:10;
	}
	#contents-wrapper .customize-your-picks h1 {
		font-size:24px;
	}
	#contents-wrapper .customize-your-picks .prices {
		padding-left:20px;
		font-size:16px;
	}
	.button-top-padd {
		margin:32px 0 0;
	}
	.right-side #customize_your_pic {
		width:400px;
		height:auto;
	}
	.box-container {
		margin-right:10px;
	}
	.wide01 {
		width:226px;
	}
	.heading-wide01 {
		width:211px;
	}
	.wide02 {
		width:265px;
	}
	.heading-wide02 {
		width:250px;
	}
	.large-image-container img {
		width:100%;
		height:auto;
	}
	.bottom-column {
		width:225px;
	}
	.column-width {
		width:265px !important;
	}
	.large-image-container {
		width:266px;
	}
	.big-box-container {
		margin-right:10px;
		width:410px;
		padding-left:10px;
		padding-right:10px;
		height:auto;
		padding-bottom:10px;
	}
	.big-box-container .right-side {
		width:210px;
	}
	.big-box-container .right-side img {
		width:100%;
		height:auto;
	}
	.big-box-container .left-side {
		width:200px;
	}
	.big-box-container .description-box {
		padding-top:12px;
		height:auto;
	}
	.image-cont {
		width:296px;
	}
	.image-cont .img {
		width:296px;
	}
	.image-cont .img img {
		width:100%;
	}
	.image-cont .image-description {
		width:296px;
	}
	a.link-box2 {
		width:296px;
		font-size:16px;
	}
	#footer-wrapper .footer {
		width:768px;
		padding-left:10px;
		padding-right:10px;
	}
	#footer-wrapper .footer-links {
		width:500px;
	}
	#footer-wrapper .links-container {
		padding-right:25px;
	}
	#footer-wrapper ul li a {
		font-size:11px;
	}
	#footer-wrapper .contact {
		width:240px;
	}
	.image-box img {
		width:768px;
		height:auto;
	}
	#header-wrapper .image-box {
		position:relative;
		margin-top:0;
	}
	#contents-wrapper .inner-page-contents {
		width:768px;
	}
	#contents-wrapper .inner-page-contents .heading {
		width:748px;
		padding-left:10px;
		padding-right:10px;
	}
	#contents-wrapper .contents-area {
		padding-left:10px;
		padding-right:10px;
		width:748px;
	}
	#contents-wrapper .contents-area .left-side-contents {
		width:485px;
	}
	#contents-wrapper .contents-area .right-side-contents {
		width:200px;
	}
	#contents-wrapper .sidebar {
		margin-left:15px;
	}
	#contents-wrapper .sidebar a.item {
		padding:7px 10px;
	}
	.left-side-contents img {
		max-width:100%;
		height:auto;
	}
	.msg_list {
		width:480px;
	}
	#contents-wrapper .contents-area .left-side-contents .box-cont {
		margin:0 10px 10px 0;
		width:138px;
		height:auto;
	}
	.pr-left {
		background: url("../images/pr-left_640.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 268px;
		width: 212px;
	}
	.pr-left a{
		height: 268px;
		width: 212px;
	}
	.pr-center {
		background: url("../images/pr-center_640.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 268px;
		margin-left: 10px;
		width: 205px;
	}	
	.pr-right {
		background: url("../images/pr-right_640.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		float: left;
		height: 268px;
		margin-left: 10px;
		width: 310px;
	}
	.pr-right a{
		height: 268px;
		width: 310px;
	}
	.log {
		padding-left:11px;
		padding-bottom:11px;
	}
	.row-left {
		width:410px;
	}
	.top-left {
		width:410px;
	}
	.row-right {
		width:325px;
	}
	.top-right {
		width:325px;
	}
	
	.bottom-left {
		width:410px;
	}
	.bottom-right {
		width:325px;
	}
	.left-a a {
		font-size:14px;
	}
	.custom-pick-title {
		width:760px;
	}
	.custom-left {
		font-size:30px;
		padding-top:7px;
	}
	.custom-center {
		font-size:16px;
	}
}
@media screen and (max-width: 480px) {
	.container {
		width:320px;
	}
	#contents-wrapper .customize-your-picks {
		width:300px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		height:300px;
	}
	#navigation ul li {
		float:none;
		display:block;
	}
	#contents-wrapper .customize-your-picks .left-side {
		float:none;
		width:auto;
	}
	#contents-wrapper .customize-your-picks .right-side {
		float:none;
		width:auto;
	}
	.right-side a img {
		width:300px;
		height:auto;
	}
	#nav li a {
		line-height:30px;
	}
	#contents-wrapper .contents {
		width:320px;
		padding-left:0;
		padding-right:0;
		padding-top:0;
	}
	#footer-wrapper .footer {
		width:300px;
		padding-left:10px;
		padding-right:10px;
		margin:0 auto;
		padding-right:0;
	}
	#footer-wrapper .footer-links {
		width:300px;
	}
	#footer-wrapper .external-links {
		width:300px;
	}
	.slider-wrapper {
		padding-top:240px;
	}
	#nav li ul {
		top:22px;
	}
	.wide01 {
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 300px;
	}
	.wide02 {
		padding-left:10px;
		padding-right:10px;
		width:300px;
	}
	.large-image-container {
		width:280px;
		padding-left:10px;
		padding-right:10px;
	}
	.large-image-container img {
		width:280px;
	}
	.heading-wide02 {
		padding-left:10px;
		padding-right:10px;
		width:280px;
	}
	.heading-wide01 {
		padding-left: 10px;
		padding-right: 10px;
		width: 280px;
	}
	.description-wide {
		width:300px;
	}
	.bottom-column {
		display: block;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 280px !important;
	}
	.big-box-container {
		width:300px;
		margin:0;
		height:auto;
		padding-bottom:20px;
	}
	.big-box-container .left-side {
		float:none;
		width:300px;
		padding-bottom:10px;
	}
	.big-box-container .right-side {
		float:none;
		width:300px;
	}
	.big-box-container .description-box {
		padding-top:10px;
	}
	.no-bg {
		padding-bottom:20px;
	}
	.image-cont {
		width:320px;
	}
	.image-cont .img {
		width:320px;
	}
	.image-cont .img img {
		width:320px;
		height:auto;
	}
	.image-cont .image-description {
		width:320px;
	}
	
	a.link-box2 {
		font-size: 16px;
		margin: 0;
		padding: 0;
		width: 310px;
	}
	#footer-wrapper .contact {
		width:300px;
	}
	#header-wrapper .image-box {
		margin:0;
		position:relative;
	}
	.inner-header-wrapper {
		height:auto;
		padding-bottom:10px;
	}
	#header-wrapper .image-box img{
		width:320px;
		height:auto;
	}
	#contents-wrapper .inner-page-contents {
		width:320px;
	}
	#contents-wrapper .inner-page-contents .heading {
		padding-left:10px;
		padding-right:10px;
		width:300px;
		height:auto;
		line-height:30px;
	}
	#contents-wrapper .contents-area {
		width:320px;
		padding:0;
	}
	#contents-wrapper .contents-area .left-side-contents {
		float:none;
		width:300px;
		padding-left:10px;
		padding-right:10px;
	}
	#contents-wrapper .contents-area .right-side-contents {
		float:none;
		width:300px;
		padding-left:10px;
		padding-right:10px;
		min-height:100px;
	}
	#contents-wrapper .sidebar {
		min-height:100px;
	}
	a.shopbutton {
		float:none;
	}
	.left-side-contents img {
		width:100%;
		height:auto;
	}
	.msg_list {
		width:300px !important;
	}
	#contents-wrapper .contents-area .left-side-contents .box-cont {
		float:none;
	}
	.pr-left {
		margin-bottom:20px;
		margin-left: 30px;
	}
	.pr-center {
		margin-left:0;
		margin-bottom:20px;
		margin-left: 30px;
	}
	.pr-right {
		background: url("../images/pr-right_320.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		float: left;
		height: 324px;
		margin-left: 30px;
		width: 256px;
		
	}
	.pr-right a{
		height: 324px;
		width: 256px;
	}
	.log {
		padding-left:11px;
		padding-bottom:11px;
	}
	.row-left {
		width:320px;
	}
	.row-right {
		width:320px;
	}
	.top-left {
		width:320px;
	}
	.top-right {
		width:320px;
	}
	.bottom-left {
		width:320px;
	}
	.bottom-right {
		width:320px;
	}
	.left-a a {
		font-size:14px;
	}
	.custom-pick-title {
		bottom:0;
		position: absolute;
		width: 320px;
		height:auto;
	}
	.custom-pick-container {
		width:320px;
	}
	#contents-wrapper .contents {
		width:320px;	
	}
	.custom-left {
		font-size:30px;
	}
}