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

body 
{	
	width: 100%;
	margin: auto;
	font-family: "Century Gothic";
	background-color:#fafaf8;	
}

@font-face{
font-family: 'myfont';
src: url('fonts/GOTHIC.TTF.ttf') format('truetype');
}

a img 
{
      border: 0px;
}

a:link {
	color: #000;
    text-decoration: none;	
}

a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: underline;

}

a:active {
	text-decoration: none;
	color: #9C3;
}

h3{
	font-family:myfont;
	font-size:24px;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header
{ 
	width: 100%;
	height: 120px;
	top: 0;
	margin: 0 auto;
	background: #fafaf8 repeat-x 0 100%;
	position: fixed;
	z-index: 999;
}

#logo-container
{	
	width: 980px;
	margin: 20px auto;
	text-align: center;
	height: 50px;
	position: relative;	
}



/* new thing */

#nav			
{			
	position: absolute;		
	margin: -2px 0 0 200px;		
	width: 430px;		
			
}			
			
#nav ul			
{			
	list-style-type: none;		
	padding: 0;		
	margin: 0;		
	position: relative;		
}			
			
#nav li			
{			
	list-style: none;		
	float: left;		
	margin-left: 25px;		
}			
			
#nav ul li a			
{			
	font-size: 15px;		
	display: block;		
	text-decoration: none;		
	color: #000000;		
}			
			
			
#nav ul li a:hover			
{			
	color: #b2b1b1;		
}			
			
#nav ul li:hover ul			
{			
	display: block;		
}			
			
#nav ul ul			
{			
	display: none;		
	position: absolute;		
	background-color: #fafaf8;		
	border: 1px solid #b2b1b1;		
	border-top: 0;		
	margin-left: -8px;		
	min-width: 170px;		
			
}			
			
#nav ul ul li			
{			
	float: none;		
}			



#cart_info
{
	position: absolute;
 	width: 30px;
    height: 20px;
	margin: 6px 0 0 760px;		
}

#cart_info2
{
	position: absolute;
 	width: 100px;
    height: 20px;
	margin: 4px 0 0 795px;		
}

/* BEGIN PAGES */

#page7
{
	width: 980px;
	height: 570px;
	margin: 120px auto 70px;	
}

#page6
{
	width: 980px;
	height: 820px;
	margin: 120px auto 70px;	
}

#page5b
{
	width: 980px;
	height: 920px;
	margin: 120px auto 70px;	
}

#page5c
{
	width: 980px;
	height: 990px;
	margin: 120px auto 70px;	
}

#page2a
{
	width: 980px;
	height: 1180px;
	margin: 120px auto 40px;	
}

#page2
{
	width: 980px;
	height: 1200px;
	margin: 120px auto 70px;	
}

#page
{
	width: 980px;
	height: 1450px;
	margin: 120px auto 70px;	
}

#page3a
{
	width: 980px;
	height: 1600px;
	margin: 120px auto 70px;	
}

#page3
{
	width: 980px;
	height: 1990px;
	margin: 120px auto 70px;	
}



#page4b
{
	width: 980px;
	height: 2400px;
	margin: 120px auto 70px;	
}

#page4a
{
	width: 980px;
	height: 2770px;
	margin: 120px auto 70px;	
}

#page4
{
	width: 980px;
	height: 3170px;
	margin: 120px auto 70px;	
}

#page4c
{
	width: 980px;
	height: 3570px;
	margin: 120px auto 70px;	
}

#page4db
{
	width: 980px;
	height: 4000px;
	margin: 120px auto 70px;	
}

#page4d
{
	width: 980px;
	height: 4350px;
	margin: 120px auto 70px;	
}


#pageorder
{
	width: 980px;
	height: 930px;
	margin: 180px auto 70px;	
}

#page5
{
	width: 980px;
	height: 920px;
	margin: 180px auto 70px;	
}

#page2d
{
	width: 980px;
	height: 1070px;
	margin: 180px auto 70px;	
}

#page2a1
{
	width: 980px;
	height: 1180px;
	margin: 180px auto 40px;	
}

#page2c
{
	width: 980px;
	height: 1300px;
	margin: 180px auto 70px;	
}

#page5a
{
	width: 980px;
	height: 1520px;
	margin: 180px auto 70px;	
}

#pageindex
{
	width: 980px;
	height: 1840px;
	margin: 120px auto 70px;	
}

#pageindex2
{
	width: 980px;
	height: 640px;
	margin: 120px auto 70px;	
}

#pagecustomtp
{
	width: 980px;
	height: 1820px;
	margin: 180px auto 70px;	
}

#pagecustomtp2
{
	width: 980px;
	height: 1800px;
	margin: 120px auto 40px;	
}



/* BEGIN CONTAINERS */


#container_social_share
{	
	width: 295px;
	margin: 0 auto;
	height: 26px;
}

#container_nav
{
	width: 980px;
	height: 25px;
	margin: 0 auto;	
}

#container_header_cart
{
    height: 36px;
	width: 220px;
	margin: -3px 0 0 1195px;
	position:absolute;
}

#container_cart
{
	width: 250px;
	color: #000;
	font-size: 14px;
	text-align: right;
	height: 150px;
	margin: 40px auto;
}

#container_cart2
{
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	height: 100px;
	margin: 10px auto;
}

#container_cart3
{
	width: 250px;
	color: #000;
	font-size: 14px;
	text-align: right;
	height: 110px;
	margin: 30px auto 5px;
}



#container_main_content
{		
	width: 980px;
	margin: 30px auto;
	height: 300px;
}

#container_feature_content
{		
	width: 100%;
	margin: 0 auto;
	height: 310px;
}

#container_designer_title
{	
	width: 180px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 15px;
}

#container_designer_title22
{	
	width: 400px;
	font-size: 17px;
	text-align:center;
	color: #000;
	margin: 50px auto 15px;
}

#container_designerX_title
{	
	width: 205px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_info
{	
	width: 538px;
	height: 442px;
	font-size: 17px;
	margin: 0;
	float: right;
}

#container_order_info
{	
	width: 538px;
	height: 720px;
	font-size: 17px;
	margin: 0;
	float: right;
}


#container_miniroll_info
{	
	width: 538px;
	height: 442px;
	font-size: 17px;
	margin: 0;
	float: right;
}

#container_miniroll_info2
{	
	width: 538px;
	height: 442px;
	font-size: 17px;
	margin: 0;
	float: right;
}

#container_designer_title2
{	
	width: 178px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_title3
{	
	width: 160px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_title_mono
{	
	width: 346px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_title_fleur
{	
	width: 195px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_title_tushues
{	
	width: 340px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_title_mini
{	
	width: 247px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_title_tp
{	
	width: 234px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_title_pt
{	
	width: 240px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_holiday_title
{	
	width: 170px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_link
{	
	width: 60px;
	font-size: 17px;
	color: #000;
	margin: 10px auto;
}

#container_designer_rescue
{	
	width: 135px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_coasters
{	
	width: 162px;
	font-size: 17px;
	color: #000;
	margin: 50px auto 35px;
}

#container_designer_images
{	
	width: 100%;
	margin: 0 auto;
	height: 310px;
}

.container_designer_images
{	
	width: 100%;
	margin: 0 auto;
	height: 310px;
}

#container_contactus
{	
	width: 100%;
	margin: 0 auto;
	height: 490px;
}

#container_aboutus
{	
	width: 100%;
	margin: 0 auto;
	height: 250px;
}

#container_giftcert
{	
	width: 100%;
	margin: 30px auto;
}

#container_certificate_form
{	
	width: 320px;
	margin-top: 23px;
	margin-left: 310px;
	font-size: 14px;
	color: #000;
}

#container_orderinfo
{	
	width: 100%;
	margin: 0 auto;
	height: 270px;
}

#container_shippinginfo
{	
	width: 100%;
	margin: 50px 0 auto 0;
	height: 242px;
}

#container_shipping_info2
{	
	width: 100%;
	margin: 0 auto;
	height: 240px;
}


#container_shipping_info3
{	
	width: 100%;
	margin: 20px auto 10px;
	height: 40px;
}

#container_custom_orderinfo
{	
	width: 100%;
	margin: 0 auto;
	height: 140px;

}

#container_custom2_info
{	
	width: 100%;
	margin: 0 auto;
	height: 190px;

}

#container_custom2b_info
{	
	width: 100%;
	margin: 0 auto;
	height: 90px;
	margin: 70px auto 20px;
}

#container_custom2b1_info
{	
	width: 100%;
	margin: 0 auto;
	height: 640px;
	margin: 70px auto 10px;
}

#container_custom3_info
{	
	width: 100%;
	height: 700px;
	font-size: 17px;
	margin: 0 auto;
}

#container_custom4_info
{	
	width: 100%;
	height: 645px;
	font-size: 17px;
	margin: 0 auto;
}

#container_ourstory_info
{	
	width: 300px;
	margin: 0 auto;
	height: 170px;
	margin: 45px 100px 0 95px;
	float: left;
}

#container_ourstory_info2
{	
	width: 300px;
	margin: 0 auto;
	height: 170px;
	margin: 45px 100px 0 55px;
		float: left;
}

#container_designer_images_large
{	
	width: 100%;
	margin: 0 auto;
	height: 442px;
}

#container_order_large
{	
	width: 100%;
	margin: 0 auto;
	height: 650px;
}

#container_misc_images
{	
	width: 100%;
	margin: 35px auto 0;
	height: 210px;
	float: left;
}

#container_mono_info
{	
	position: absolute;
	width: 400px;
	height: 100px;
	margin: 30px 0 0 23px;
}

#container_mono_info2
{
	position: absolute;	
	width: 400px;
	height: 100px;
	margin: 35px 0 0 530px;
}

#container_mono_info3
{
	width: 100%;
	margin: 0 auto;
	height: 160px;
}


#container_lmini
{
	width: 100%;
	margin: 0 auto;
	height: 180px;
}

#container_lmini_info
{	
	position: absolute;
	width: 400px;
	height: 350px;
	margin: 30px 0 0 23px;
}

#container_lmini_info2
{
	position: absolute;	
	width: 400px;
	height: 150px;
	margin: 20px 0 0 530px;
}

#container_lmini_info3
{	
	position: absolute;
	width: 400px;
	height: 205px;
	margin: 30px 0 0 23px;
}

#container_lmini2
{
	width: 100%;
	margin: 0 auto;
	height: 385px;
}

#container_lmini3
{
	width: 100%;
	margin: 0 auto;
	height: 240px;
}

#container_smini_info2
{
	position: absolute;	
	width: 400px;
	height: 310px;
	margin: 90px 0 0 500px;
}

/* END CONTAINERS */


/* BEGIN TITLES */


.title_aboutus_box
{
	width: 380px;
	height: 150px;
	margin: 50px 37px 0 72px;	
	float: left;
}

.title_aboutus_box2
{
	width: 380px;
	height: 150px;
	margin: 50px 37px 0 34px;	
	float: left;
}

.title_offer_box
{
	width: 380px;
	height: 150px;
	margin: 50px 37px 0 72px;	
	float: left;
}

.title_offer_box2
{
	width: 380px;
	height: 150px;
	margin: 50px 37px 0 34px;	
	float: left;
}

.title_orderinfo_box_left
{
	width: 380px;
	height: 230px;
	margin: 40px 20px 0 65px;	
	float: left;
}

.title_orderinfo_box_right
{
	width: 380px;
	height: 230px;
	margin: 40px 65px 0 20px;	
	float: right;
}

.title_custom_box
{
	width: 300px;
	height: 150px;
	margin: 0 37px 0 0;	
	float: left;
}

.title_custom_box2
{
	width: 300px;
	height: 150px;
	margin: 0 0 0 0;	
	float: right;
}

.title_custom_box3
{
	width: 300px;
	height: 130px;
	margin: 0 auto;
}

.title_box
{
	width: 300px;
	height: 50px;
	margin: 0 37px 0 0;	
	float: left;
}

.title_box2
{
	width: 300px;
	height: 50px;
	margin: 0 40px 0 0;
	float: left;	
}

.title_box3
{
	width: 300px;
	height: 50px;
	margin: 0 0 0 0;
	float: right;	
}

.title
{
	width: 100%;
	text-align: center;
	height: 20px;
	margin: 0 auto 5px;
}

.title2
{
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	height: 25px;
	margin: 0 auto 5px;
}

.title3
{
	width: 200px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 10px auto 5px;
}

.title3a
{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 40px;
	margin: 10px auto 5px;

}

.title3b
{
	width: 165px;
	color: #000;
	font-size: 14px;
	height: 290px;
	margin: 0 auto 5px;
}

.title3c
{
	width: 260px;
	color: #000;
	font-size: 14px;
	height: 360px;
	margin: 0 auto 5px;
}

.title3d
{
	width: 260px;
	color: #000;
	font-size: 14px;
	height: 340px;
	margin: 0 auto 5px;
}

.title3e
{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 190px;
	margin: 10px auto 5px;

}

.title4
{
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	margin: 0 auto 1px;
	border: none;
}

.title5
{
	width: 274px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 40px;
	margin: 5px auto 5px;
}

.title6
{
	width: 85%;
	text-align: center;
	color: #000;
	font-size: 32px;
	height: 100px;
	margin: 55px auto 0;
}

.title6a
{
	width: 420px;
	color: #000;
	font-size: 14px;
	height: 95px;
	margin: 0 auto 5px;
}

.title6b
{
	width: 570px;
	color: #000;
	font-size: 14px;
	height: 140px;
	margin: 0 auto;
}

.titlegift
{
	width: 90%;
	text-align: center;
	color: #000;
	font-size: 26px;
	height: 65px;
	margin: 55px auto 0;
}

/* END TITLES */


/* BEGIN CONTACT */

.icon
{
	
	width: 60px;
	height: 60px;
	margin: 0 0 20px 0;	
}

.contact_box
{
	width: 400px;
	height: 380px;
	margin: 50px 37px 0 72px;	
	float: left;
}


.contact_box2
{
	width: 400px;
	height: 430px;
	margin: 50px 7px 0 34px;
	font-size: 24px;
	float: right;	
}

.contact_box3
{
	position:absolute;
	text-align: center;
	width: 400px;
	height: 430px;
	margin: 50px 7px 0 34px;
	font-size: 14px;	
}

.contact_info
{
	position:absolute;
	width: 200px;
	height: 35px;
	font-size: 24px;
	margin: -65px 0 0 80px;	
}

.contact_info2
{
	position: absolute;
	width: 200px;
	height: 35px;
	font-size: 24px;
	margin: -65px 0 0 80px;

}

.contact_info3
{
	position:absolute;
	width: 280px;
	height: 35px;
	font-size: 24px;
	margin: -65px 0 0 80px;	
}

.contact_info4
{
	position:absolute;
	width: 290px;
	height: 120px;
	font-size: 24px;
	margin: -65px 0 0 80px;	
}

/* END CONTACT */

.social_share
{
	position:absolute;
	width: 69px;
	height: 25px;
	margin: 0 0 0 0;
}

.social_share1
{
	position:absolute;
	width: 69px;
	height: 25px;
	margin: 0 0 0 75px;
}

.social_share2
{
	position:absolute;
	width: 69px;
	height: 25px;
	margin: 0 0 0 225px;
}

.social_share3
{
	position:absolute;
	width: 69px;
	height: 25px;
	margin: 0 0 0 150px;
}



#feature1
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 0;
}


#feature2
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 338px;

}

#feature3
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 680px;

}

.view {
    width: 300px;
    height: 300px;
    margin: 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    margin: 30px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(224,222,220, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}



.custom_order_button
{
	width: 100%;
	text-align: center;
	height: 28px;
	margin: 20px auto;
}


#designer_large
{
	position:absolute;
	width: 442px;
	height: 442px;
	margin: 0 0 0 0;
}

#submit_artwork
{
	position:absolute;
	width: 400px;
	height: 620px;
	margin: 0 0 0 40px;
}

#miniroll_large
{
	position:absolute;
	width: 442px;
	height: 550px;
	margin: 0 0 0 0;
}

#custom_ordering
{
	position:absolute;
	width: 442px;
	height: 850px;
	margin: 0 0 0 0;
}

#designer1
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 0;
}

.designer1
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 0;
}

#designer1a
{
	position:absolute;
	width: 300px;
	height: 470px;
	margin: 0 0 0 0;
}

#designer2
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 338px;
}

.designer2
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 338px;
}


#designer2a
{
	position:absolute;
	width: 300px;
	height: 500px;
	margin: 0 0 0 338px;
}

#designer3
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 680px;
}

.designer3
{
	position:absolute;
	width: 300px;
	height: 300px;
	margin: 0 0 0 680px;
}

#designer3a
{
	position: absolute;
	width: 300px;
	height: 550px;
	margin: 0 0 0 680px;
}


/* BEGIN SHIPPING */


.shipping_box1
{
	width: 260px;
	color: #000;
	font-size: 14px;
	height: 200px;	
	margin: 0 auto 5px;
}

#shipping1
{
	position:absolute;
	width: 300px;
	height: 240px;
	margin: 0 0 0 0;
}

#shipping2
{
	position:absolute;
	width: 300px;
	height: 240px;
	margin: 0 0 0 338px;
}

#shipping3
{
	position:absolute;
	width: 300px;
	height: 240px;
	margin: 0 0 0 680px;
}


/* END SHIPPING */


#misc1
{
	position:absolute;
	width: 300px;
	height: 200px;
	margin: 0 0 0 0;
}

#misc2
{
	position:absolute;
	width: 300px;
	height: 200px;
	margin: 0 0 0 338px;
}

#misc3
{
	position:absolute;
	width: 300px;
	height: 200px;
	margin: 0 0 0 680px;
}

#misc4
{
	
	width: 200px;
	height: 140px;
	margin: 20px auto 5px;
}



.product_title

{
	width: 450px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	height: 22px;
	margin: 0 auto;
}

.product_price

{
	width: 350px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	height: 22px;
	margin: 10px auto;
}

/* BEGIN CUSTOM */

.custom_title1

{
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	height: 22px;
	margin: 0 auto 15px;
}

.custom_title2

{
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	margin: 0 auto 15px;
}

.custom_title3

{
	width: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	height: 20px;
	margin: 0 auto 15px;
}

.custom_title2a

{
	width: 150px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	margin: 0 0 0 20px;
}

/* END CUSTOM */

#orderform

{
	width: 350px;
	text-align: center;
	height: 28px;
	margin: 20px auto;
}

.product_description

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 50px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 50px;

}

.product_description2

{
	width: 280px;
	text-align: left;
	color: #000;
	font-size: 14px;
	height: 100px;
	margin: 0 auto 10px;
}

.product_description3

{
	width: 450px;
	text-align: left;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 0 auto;
}

.product_description3a

{
	width: 450px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 0 auto;
}

.product_description4

{
	width: 450px;
	text-align: left;
	color: #000;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
}

.product_description5

{
	width: 300px;
	text-align: left;
	color: #000;
	font-size: 14px;
	height: 100px;
	margin: 0 auto;
}


.product_description5b

{
	width: 300px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 100px;
	margin: 0 auto;
}

.product_description5c

{
	width: 300px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 80px;
	margin: 0 auto;
}

.product_description5d

{
	width: 300px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 245px;
	margin: 0 auto;
}

.ourstory_description2

{
	width: 280px;
	text-align: left;
	color: #000;
	font-size: 14px;
	height: 150px;
	margin: 0 auto 10px;
}


.price 
{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 15px;
	margin: 0 auto;

}

.aboutus_description

{
	width: 800px;
	text-align: center;
	color: #000;
	font-size: 18px;
	height: 60px;
	margin: 30px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.orderinginfo_description

{
	width: 800px;
	text-align: center;
	color: #000;
	font-size: 18px;
	height: 10px;
	margin: 0 auto;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.miniroll_description

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 30px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.order1_description

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 155px;
	margin: 30px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.miniroll_price_title

{
	width: 100px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	margin: 10px auto;
}

.miniroll_blank_quantity

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 30px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.mono_form1
{
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 15px;
	height: 80px;
	margin: 20px auto 10px;
}

.mono_form2
{
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 15px;
	height: 330px;
	margin: 30px auto 0 0;
}

.mono_description

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 30px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 50px;

}

.mono_description2

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 60px;
	margin: 10px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.mono_description3

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 100px;
	margin: 10px auto 20px;
	border-top: solid 2px #425060;
	padding-top: 20px;

}

.mono_description4

{
	width: 400px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 20px;
	margin: 20px auto 10px;
	border-top: solid 2px #425060;
	padding-top: 10px;

}

.custom_col1
 {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 15px;
	margin: 0 auto;

}

.ourstory_col1
 {
	width: 100%;
	color: #000;
	font-size: 15px;
	margin: 0 auto;

}


/* GIFT CERT */



.giftcert_col1
 {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 15px;
	margin: 0 auto;
}

.offers_col1
 {
	width: 100%;
	color: #000;
	font-size: 15px;
	text-align: center;
	margin: 15px auto;
}

.wholesale_col
 {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin: 15px auto;
}

#wholesale_info
{
	width: 550px;
	height: 80px;
	margin: 0 auto;
}

#giftcert_info
{
	width: 550px;
	height: 400px;
	margin: 0 auto;
}

/* END GIFT CERT */



#footer-wrap		
{
	width: 100%;
	height: 310px;
	background: url(images/perf-bottom.png);
	background-repeat: repeat-x;
	background-color:#eeeeed;
	margin: 10px 0 auto;

}

#footer

{
	width: 980px;
	margin: 0 auto;
	color: #000000;
	height: 300px;
	position: relative;

}



#footer_box
{
	position: absolute;
	width: 250px;
	height: 115px;
	margin: 0 0 0 25px;
	padding-top: 50px;
	
}

#footer_box2
{
	position: absolute;
	width: 250px;
	height: 105px;
	margin: 0 0 0 365px;
	padding-top: 50px;
}

#footer_box3
{

	width: 350px;
	height: 139px;
	margin: 16px 60px 0 0;
	padding-top: 10px;
	float: right;
}

#footer_box4
{
	position: absolute;
	width: 250px;
	height: 190px;
	margin: 0 25px 0 680px;
	padding-top: 50px;
	float: right;

}

#footer_icon_box
{

	width: 250px;
	height: 50px;
	margin: 180px 0 0 25px;
	position: absolute;
}

#socialmedia_icon
{
	position:absolute;
	width: 50px;
	height: 50px;
	margin: 0 0 0 34px;
}

#socialmedia_icon2
{
	position:absolute;
	width: 50px;
	height: 50px;
	margin: 0 0 0 98px;
}

#socialmedia_icon3
{
	position:absolute;
	width: 50px;
	height: 50px;
	margin: 0 0 0 162px;
}

#email_signup_box
{

	width: 225px;
	height: 110px;
	margin: 170px 0 0 390px;
	position: absolute;
}


#mc_embed_signup input.email {
display: block;
padding: 6px 0;
margin: 0 4% 15px 0;
text-indent: 5px;
width: 58%;
min-width: 200px;
margin-left: 4px;
line-height: 14px;
border-radius: 3px;
}

#mc_embed_signup {
background: #eeeeed;
clear: left;
font: 14px;
width: 100%;
max-width: 250px;
border-radius: 3px;
}

#mc_embed_signup input.button {
display: block;
margin: 0 0 11px 0;
width: 90px;
min-width: 110px;
margin-left: 1px;
}

#mc_embed_signup .button {
clear: both;
background-color: #8c8c8c;
border: 0 none;
border-radius: 3px;
color: white;
font-size: 12px;
font-weight: normal;
height: 24px;
line-height: 15px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
}

#mc_embed_signup .button:hover{
  color: #fff;
  cursor: pointer;
  background-color: #474b54; 
  border-bottom-color: #7fac69;
}

#mc_embed_signup input {
border: 1px solid grey;
-webkit-appearance: none;
}

#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 10px 0 8px 3%;
}

#mc_embed_signup label {
display: block;
font-size: 16px;
padding-bottom: 5px;
font-weight: bold;
color: red;
margin-right: 10px;
}

#footer_sub_wrap
		
{
	width: 100%;
	height: 200px;
	border-top: 1px solid rgba(5, 10, 23, 0.2);
	background-color:#c7c8c9;
	margin: 0 auto;

}

.nav_footer 
{
	width: 950px;
	overflow: hidden;
  	margin: 0 auto;

}

.nav_footer a {
  color: #5b5b5b;
}

.nav_footer h2
{	
	margin-bottom: 0.3em;
	
}

.h4 {

  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 25px 0 0 21px;

}


.nav_footer_list
{
	margin: 0 0 0 0;
	width: 580px;	
		
}

.nav_footer_list>li {
  width: 120px;
  height: 170px;
  margin: 0 0 0 18px;
  padding-right: 0;
  float: left;
  display: block;
  list-style-type: none;
}

.nav_footer_list ul
{
	padding: 0;
	margin: 0;	
	font-size: 13px;
	line-height: 1.5;
	position: relative;

}

.nav_footer_list ul li
{
	display: block;
  	margin-right: 0;
}

.nav_footer_list ul li a
{
	float: left;
	margin-left: 20px;	
}

.nav_footer_list ul li a:hover
{
	color: #0496ea;
	text-decoration: none;
	
}

#page_description
{
	width: 330px;
	margin: 0 auto;
	padding: 10px;	
}

table.table-style-one {
		font-family: Century Gothic;
		text-align: center;
		font-size:12px;
		color:#333333;
		border-width: 1px;
		border-color: #3A3A3A;
		border-collapse: collapse;
		margin: 0 auto;
}
	
table.table-style-one th {
		border-width: 1px;
		padding: 8px;
		color:#ffffff;
		border-style: solid;
		border-color: #3A3A3A;
		background-color: #B3B3B3;
}
	
table.table-style-one td {
		border-width: 1px;
		padding: 8px;
		border-style: solid;
		border-color: #3A3A3A;
	
}

table.table-style-two {
		font-family: Century Gothic;
		text-align: center;
		font-size:12px;
		color:#333333;
		border-width: 1px;
		border-color: #3A3A3A;
		border-collapse: collapse;
		margin: 0 auto;
}
	
table.table-style-two th {
		border-width: 1px;
		padding: 6px;
		color:#ffffff;
		border-style: solid;
		border-color: #3A3A3A;
		background-color: #B3B3B3;
}
	
table.table-style-two td {
		border-width: 1px;
		padding: 5px;
		border-style: solid;
		border-color: #3A3A3A;
	
}

select {
border: 1px solid #ffffff;
border-radius: 1px;
box-shadow: 2px 2px #b3b3b3;
font-family: Century Gothic;
font-size: 10pt;
color:#ffffff;
padding: 2px 2px 4px 4px;
background: #999999;
outline: none;
}

input {
margin-bottom: 10px;
margin-right: 20px;

font-size: 10pt;
padding: 2px 2px 4px 4px;
outline: none;
}

input.rounded {
margin-bottom: 5px;
border: 1px solid #b3b3b3;
border-radius: 6px;
box-shadow: 2px 2px #999999;
font-size: 10pt;
padding: 2px 2px 4px 4px;
outline: none;
}

input.rounded:focus {
margin-bottom: 5px;
border: 1px solid #339933;
border-radius: 6px;
box-shadow: 2px 2px #339933;
font-size: 10pt;
padding: 2px 2px 4px 4px;
outline: none;
}

/* NAV MENU */

.menu{
    border:none;
    border:0px;
    margin:-10px 0 0 115px;
    padding:0px;
    font-size:15px;
    font-weight:bold;
}
.menu ul{
    background:#fafaf8;
    list-style:none;
    margin:0;
    padding:0;
}
.menu li{
    float:left;
    padding:0px;


}
.menu li a{
    
    color:#000000;
    display:block;
    font-weight:normal;
    line-height:35px;
    margin:0px;
    padding:0px 25px;
    text-align:center;
    text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
    background: #fafaf8;
    color:#b2b1b1;
    text-decoration:none;
	margin: 0px 0px 4px;
}
.menu li ul{
    background:#fafaf8;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:180px;
    z-index:200;
    /*top:1em;
    /*left:0;*/
}
.menu li:hover ul{
    display:block;
	border: 1px solid #b2b1b1;
	border-top: 0;
}
.menu li li {

    display:block;
    float:left;
    margin:0px;
    padding:0px;
    width:180px;

}
.menu li:hover li a{
    background:none;
}
.menu li ul a{
    display:block;
    height:30px;
    font-size:15px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 25px;
    text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
    background:#fafaf8;
    border:0px;
    color:#000000;
    text-decoration:underline;
}
.menu p{
    clear:left;
}
