html 
{
	overflow-y: scroll; 
}
body
{
	/* font-family:"Leelawadee", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    border: 0px solid blue;
}

#message_sent
{
    background-color: green;
    color: white;
    left: 50%;
	transform: translate(-50%, 0);
	-webkit-text-stroke: 0px white;
    position: fixed;
    z-index: 20;
    padding-left: 3%;
    padding-right: 3%;
    top: 50%;
    font-size: 30px;
    text-align: center;
}
    

#page_container
{
	position: absolute;
	border: 0px solid red;
	width: 100%;
	height: 350px;
	overflow: visible;
	max-width: 960px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-text-stroke: 0px white;
}

#menu_container
{
	position: absolute;
	border: 0px solid white;
	width: 100%;
	height: 60px;
	overflow: visible;
	max-width: 960px;
	top: 0px;
    /* margin-left: 2%; */

}

.menu_object
{
    position: absolute;
    color: white;
    border: 0px solid green;
    top: 10px;
	width: 100%;
}

.menu_image
{
	v-align: center;
	height: 17px;	
}

.menu_element
{
	display: block;
	float: left;
	width: 25%;
	vertical-align: middle;
	border: 0px solid blue;
	text-align: center;
}

.menu_item
{
    position: relative;
    top: 0px;
    text-decoration: none;
}

.menu_item a:link
{
    text-decoration: none;
    color: #000000;
}

.menu_item a:visited
{
    text-decoration: none;
    color: #000000;
}

.menu_item a:hover
{
    text-decoration: none;
    color: #888888;
}

#head_image_container
{
    position: absolute;
    border: 0px solid cyan;
    width: 100%;
    height: auto;
    top: 40px;
    left: 50%;
	transform: translate(-50%, 0);
	-webkit-text-stroke: 0px white;
    z-index: -1;
    
}

#header_image
{
	position: absolute;
	border: 0px solid yellow;
	width: 100%;
	height: auto;
	max-width: 960px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
    overflow: hidden;
    z-index: -2;
    /* display: none; */
}

#fb_contact_img
{
	height: 40px;
}

#image_blackout
{
	position: relative;
	border: 0px solid yellow;
	width: 100%;
	height: auto;
	max-width: 960px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
    overflow: hidden;
    z-index: -1;
    /* display: none; */
}

#introduction_header
{
    position: absolute;
    top: 0;
    border: 0px solid red;   
    z-index: 0;
    width: 96%;
    text-align: center;
    color: white;
    margin-left: 2%;
    margin-right: 2%;
    /* text-shadow: 1px 1px #000000; */
}

#introduction_header h1
{
    font-size: 40px;
    text-decoration: none;
}

#introduction_header p
{
    font-size: 22px;
    text-decoration: none;
    font-weight: normal;
    
}

.content_container
{
    border: 1px solid #000000;
    z-index:10;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content
{
    position: absolute;
    /* border: 0px solid white; */
    width: 100%;
    height: auto;
    z-index: 0;
    padding-top: 15px;
}

#mid_page_logo
{
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
	height: auto;
}

#wide_mid_page_logo
{
	width: 36%;
	margin-left:32%;
	margin-right:32%;
    margin-top: 1%;
    margin-bottom: 1%;
	height: auto;
}

#header_logo
{
	width: 20%;
	margin-left:32%;
	margin-right:32%;
    margin-top: 1%;
    margin-bottom: 1%;
	height: auto;
}

#half_wide_mid_page_logo
{
	width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 1%;
    margin-bottom: 1%;
	height: auto;
}

#find_us_icon
{
	width: 60%;
	height: auto;
	float: center;
}

#find_us_title
{
    padding-top: 5%;
}

#our_address
{
    padding-top: 0%;
}

#shop_pic
{
    width: 92%;
    height: auto;
    float: left;
    clear: left;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.add_border
{
        border: 1px solid green;
}

.legal_info p
{
    padding: 0;
    margin: 0;
}

.important
{
	display: block;
}

.not_important
{
	display: block;
}

.appear_second_break
{
	display:none;
}
.first_of_two
{
	width: 44%;
	/* border: 0px solid red; */
	float: left;
	margin-left: 5%;
	margin-right: 0;
	position: relative;
    clear: left;
    padding-bottom: 2%;
}

.last_of_two
{
	width: 44%;
	/* border: 0px solid green; */
	float: right;
	margin-left: 0;
	margin-right: 5%;
	position: relative;
    padding-bottom: 2%;
}

.first_of_three
{
	width: 30%;
	/* border: 0px solid red; */
	float: left;
	margin-left: 2%;
	margin-right: 3%;
	position: relative;
    clear: left;
}

.middle_of_three
{
	width: 30%;
	/* border: 0px solid green; */
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
}

.last_of_three
{
	width: 30%;
	/* border: 0px solid blue; */
	float: left;
	margin-left: 3%;
	margin-right: 2%;
	position: relative;
}

.one_wide
{
	width: 80%;
	/* border: 0px solid green; */
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
    clear:left;
}

.one_wide_special
{
	width: 80%;
	/* border: 0px solid green; */
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
    clear:left;
}

.one_wide_title
{
	width: 80%;
	/* border: 0px solid green; */
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
    clear:left;
}

.first_of_two h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.first_of_two h2
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.first_of_two p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.last_of_two h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.last_of_two h2
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.last_of_two p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.first_of_three h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.first_of_three p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.middle_of_three h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.middle_of_three p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.last_of_three h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.last_of_three p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.one_wide h1
{
    color: #000000; 
    font-size: 30px;
    text-align: center;
}

.one_wide_special h1
{
    color: #800000; 
    font-size: 30px;
    text-align: center;
}

.one_wide_special h2
{
    color: #000000; 
    font-size: 20px;
    text-align: center;
}

.one_wide_special p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.one_wide p
{
    color: #000000; 
    font-size: 15px;
    text-align: center;
}

.one_wide_title h1
{
    color: #ffffff; 
    font-size: 60px;
    text-align: center;
}

#footer
{
    position: relative;
    width: 100%;
    border: 0px solid red;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #222222;
}

.minilink
{
    color: #888888; 
    font-size: 10px;
    text-align: center;
}


.minilink a:link
{
    text-decoration: none;
    color: #888888;
}

.minilink a:visited
{
    text-decoration: none;
    color: #888888;
}

.minilink a:hover
{
    text-decoration: none;
    color: #cccccc;
}

#contact_form_container
{
    margin-left:2%;
    margin-right:2%;
    color: #000000;
    /* border: 1px solid blue; */
}

.contact_field_name
{
    text-align: left;
    min-width: 20%;
    width: 20%;
    /* border: 1px solid red; */
    float: left;
    margin-top: 1%;
    margin-bottom: 1%;
    clear:left;
}

.contact_field
{
    width: 80%;
    color: black;
    margin-top: 1%;
    margin-bottom: 1%;
    clear:left;
    /* border: 1px solid white; */
}

.contact_message
{
    width: 100%;
    color: black;
    margin-top: 1%;
    margin-bottom: 1%;
    clear: left;
    min-height: 150px;
    /* border: 1px solid white; */
}

.contact_submit
{
    display:block;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#sendbutton
{
    width: 30%;
    background: none;
    color: #cccccc;
    text-align: center;
    font-size: 20px;
}


@media screen and (max-width: 780px)
{
	.not_important
	{
		display:none;
	}
	
	.appear_second_break
	{
		display:block;
	}
	
    #introduction_header h1
    {
        font-size: 30px;
        text-decoration: none;
    }

    #introduction_header p
    {
        font-size: 18px;
        text-decoration: none;
        font-weight: normal;
    }
	
	#fb_contact_img
	{
		height: 30px;
	}
    
    .first_of_two h1
    {
        color: #000000; 
        font-size: 24px;
        text-align: center;
		text-decoration: none;
    }
    
    .first_of_two h2
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }

    .first_of_two p
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
    }

    .last_of_two h1
    {
        color: #000000; 
        font-size: 24px;
        text-align: center;
    }
    
    .last_of_two h2
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }

    .last_of_two p
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
    }
	
	.first_of_three h1
	{
		color: #000000; 
		font-size: 24px;
		text-align: center;
	}

	.first_of_three p
	{
		color: #000000; 
		font-size: 12px;
		text-align: center;
	}

	.middle_of_three h1
	{
		color: #000000; 
		font-size: 24px;
		text-align: center;
	}

	.middle_of_three p
	{
		color: #000000; 
		font-size: 12px;
		text-align: center;
	}

	.last_of_three h1
	{
		color: #000000; 
		font-size: 24px;
		text-align: center;
	}
	
	.last_of_three p
	{
		color: #000000; 
		font-size: 12px;
		text-align: center;
	}
    
    .one_wide h1
    {
        color: #000000; 
        font-size: 24px;
        text-align: center;
    }
	
	.one_wide_special h1
    {
        color: #800000; 
        font-size: 24px;
        text-align: center;
    }
	
	.one_wide_special h2
    {
        color: #000000; 
        font-size: 20px;
        text-align: center;
    }
	
	.one_wide_special p
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
    }

    .one_wide p
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
    }
	
	.one_wide_title h1
    {
        color: #000000; 
        font-size: 48px;
        text-align: center;
    }
	
	.first_of_three
	{
		width: 45%;
		border: 0px solid red;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		position: relative;
	}

	.last_of_three
	{
		width: 45%;
		border: 0px solid blue;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		position: relative;
	}
    
    #sendbutton
    {
        font-size: 18px;
    }
    
    #message_sent
    {
        font-size: 24px;
    }
    
}


@media screen and (max-width: 600px)
{
	.not_important
	{
		display:none;
	}
	
	.appear_second_break
	{
		display:block;
	}
	
    #introduction_header h1
    {
        font-size: 18px;
        text-decoration: none;
    }

    #introduction_header p
    {
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
    }
	
	#fb_contact_img
	{
		height: 18px;
	}
    
    #our_address
    {
        padding-top: 0%;
    }
    
    #find_us_icon
    {
	width: 35%;
	height: auto;
	float: center;
    }
	
	#content a:link
	{
		text-decoration: none;
	}
	
	#content a:visited
	{
		text-decoration: none;
	}
	
	#content a:hover
	{
		text-decoration: none;
	}
    
    .first_of_two
	{
		width: 90%;
		/* border: 0px solid red; */
		float: none;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.last_of_two
	{
		width: 90%;
		/* border: 0px solid green; */
		float: none;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
    
	.first_of_three
	{
		width: 90%;
		/* border: 0px solid red; */
		float: left;
		margin-left: 5%;
		margin-right: 5%;
		position: relative;
	}

	.last_of_three
	{
		width: 90%;
		/* border: 0px solid blue; */
		float: left;
		margin-left: 5%;
		margin-right: 5%;
		position: relative;
	}
	
    .first_of_two h1
    {
        color: #000000; 
        font-size: 15px;
        text-align: center;
		text-decoration: none;
    }
    
    .first_of_two h2
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
        margin-bottom: 0;
    }

    .first_of_two p
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
    }

    .last_of_two h1
    {
        color: #000000; 
        font-size: 15px;
        text-align: center;
    }
    
    .last_of_two h2
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
        margin-bottom: 0;
    }

    .last_of_two p
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
    }
	
	.first_of_three h1
	{
		color: #000000; 
		font-size: 15px;
		text-align: center;
	}

	.first_of_three p
	{
		color: #000000; 
		font-size: 10px;
		text-align: center;
	}

	.middle_of_three h1
	{
		color: #000000; 
		font-size: 15px;
		text-align: center;
	}

	.middle_of_three p
	{
		color: #000000; 
		font-size: 10px;
		text-align: center;
	}

	.last_of_three h1
	{
		color: #000000; 
		font-size: 15px;
		text-align: center;
	}
	
	.last_of_three p
	{
		color: #000000; 
		font-size: 10px;
		text-align: center;
	}
    
    .one_wide h1
    {
        color: #000000; 
        font-size: 15px;
        text-align: center;
    }

    .one_wide p
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
    }
	
	.one_wide_special h1
    {
        color: #800000; 
        font-size: 15px;
        text-align: center;
    }
	
	.one_wide_special h2
    {
        color: #000000; 
        font-size: 12px;
        text-align: center;
    }

    .one_wide_special p
    {
        color: #000000; 
        font-size: 10px;
        text-align: center;
    }
	
    .one_wide_title h1
    {
        color: #000000; 
        font-size: 30px;
        text-align: center;
    }
    
    #sendbutton
    {
        font-size: 14px;
    }
    
    #message_sent
    {
        font-size: 15px;
    }
}