.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

* {
	margin:0;
	padding:0
}
html, body {
	height:100%;    
        
        
}

a {
    text-decoration: none;    
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    
    color:#ccc;
    
}
body {
    color: #ffffff;
    background: url('../img/bg_body.png') repeat-x top left #292929;
    font-family: Century Gothic, sans-serif;
    
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#wrapper {
	min-height: 100%;
        width: 100%;
        background: url('../img/bg_wrapper.png') repeat-x top left;
}
#main {
    overflow:auto;
    padding-bottom: 40px;
    width: 1100px; 
    margin: 0 auto;
}  

#sidebar, #content {
    padding-top: 40px;
}

#sidebar { width: 300px; float: left; text-align: center; font-size: 18px !important; }
#sidebar img { border: none;}
#content { width: 800px; float: left; font-family: Verdana, Geneva, sans-serif; }
#content h1 { font-size: 30px; padding-bottom: 5px; font-family: 'Averia Gruesa Libre', cursive; margin-bottom: 5px; border-bottom: 1px solid #fff; }
#content h2 { font-family: Century Gothic, sans-serif; font-size: 20px; margin-top: 10px; }
#content p { font-size: 13px; padding: 5px 0;}
#content .alignright { float: right !important; margin:0 0 10px 10px !important; }
#content .alignleft { float: left !important; margin:0 10px 10px 0 !important; }

#video_frame {float: right; padding: 0 0 10px 10px; }


#content ul {     
    margin-left: 15px;
}
#content ul li {
    list-style-type: disc;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
}

#top { width: 100%; height: 110px; }
#sub_top { width: 100%; }
#sub_top p { font-size: 12px; padding: 5px 0; }
#logo { width: 300px; height: 85px;}
#sidebar h2 { height: 25px; font-size: 13px; line-height: 25px; font-weight: normal;}
h2.subtitle { margin-top: 15px; height: 25px; line-height: 25px; font-weight: normal;}

#supportBox {
    width: 100%; 
    margin: 5px 0;
    margin-bottom: 20px;
}

.menu { 
    margin: 40px;   
    text-align: left;
   
}
.menu li { 
    padding: 7px 0;
    border-bottom: 2px solid #ccc;
}
.menu li a {
    text-decoration: none;
    font-size: 18px;
    color:#fff;
    font-style: normal;
}
.menu li a:hover {
    color:#cccccc;
}

#page_photo {
    width: 800px;
    height: 535px;
    background: url('../img/photo_mask.png') no-repeat top left;    
}



#footer { line-height: 40px; background-color: #000000; }
#l_footer { float: left; text-align: left; width: 50%;}
#r_footer { float: right; text-align: right; width: 50%;}
#l_footer p, #r_footer p {padding: 0 10px; font-size: 11px;}


.left_order { float: left; width: 250px; }
.right_order { float: left; width: 550px; text-align: left;}
.right_order p { padding: 10px 0 !important; font-size: 14px !important; }
.right_order select { width: 220px;}

.shop_order { 
width: 100%;
}

.follow_tableshop {
    padding: 1em;
}
.follow_tableshop p {
    font-size: 16px !important;    
}


table#cat_shop {
    width: 100%;
    border-collapse: collapse;
}
table#cat_shop td { padding: 15px; border: 1px solid #fff; }
table#cat_shop td.shop_num {
    width: 20px;
    text-align: center;
    font-weight: bold;
}

table#cat_shop td.shop_item {
    width: 570px;
}

table#cat_shop td.shop_pay {
    width: 130px;
    text-align: center;
}
.screening_item { 
    margin:10px 0;
    margin-bottom: 20px;
}
.screening_item h2 {
    font-size: 23px !important;
    margin-bottom: 5px !important;
}
.screening_item h3 {
    font-size: 14px !important;
    font-weight: normal;
}
.screening_item p {
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0;
}

p.f_submit input[type=submit] {
    border: 1px solid #282828;
    background-color: #ccc;
    color: #000;
    height: 30px; line-height: 30px;
    width: 100px;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#cccccc;
    color: #000000;
    margin:0;
    padding:10px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cccccc;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: #292929;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}