﻿body
{
    color: #252525;
    font-family: Lucida Sans Unicode, Arial, Sans-Serif;
    background: #fff;
    font-size: .75em;
	line-height: 1.3em;
	margin: 0px;
    padding: 0px;
}

img
{
	border: none;
}

ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul li
{
	padding: 0px;
	margin: 0px;
}

ol li
{
    margin: 0px 0px 30px 0px;
	padding: 0px;
}

h1
{
	font-size: 1.6em;
	margin: 0 0 .8em 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2
{
	font-size: 1.4em;
	margin: 0 0 .4em 0;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	font-size: 1.2em;
	margin: 0 0 .4em 0;
	font-weight: normal;
	text-transform: uppercase;
}

h4
{
	font-size: 1em;
	margin: 0 0 .8em 0;
	font-weight: normal;
	text-transform: uppercase;
}

p
{
	margin: 0 0 .8em 0;
}

hr
{
	border: none;
	border-bottom: solid 1px #808080;
	height: 1px;
}

a
{
    color: #252525;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#contentmaster a, .contentmaster a
{
	color: #afb79c;
	text-decoration: none;
	outline: none;
    border: none;
}

#contentmaster a:hover, .contentmaster a:hover
{
	color: #8e957e;
	text-decoration: none;
	outline: none;
    border: none;
}

#contentmaster a:active
{
  outline: none;
  border: none;
}

#storemaster a, .storemaster a, #admin a
{
	color: #a2cfd5;
	text-decoration: none;
	outline: none;
    border: none;
}

#storemaster a:hover, .storemaster a:hover, #admin a:hover 
{
	color: #077777;
	text-decoration: none;
	outline: none;
    border: none;
}

#storemaster a:active, .storemaster a:active, #admin a:active 
{
  outline: none;
  border: none;
}

table, tr, th, td
{
	vertical-align: top;
	border-collapse: collapse;
}

/* Custom Styles */

.ttl
{
	display: block;
}

.floatleft
{
    float: left;
    margin: 0 10px 10px 0;
}

.floatright
{
    float: right;
    margin: 0 0 10px 10px;
}

.center
{
    text-align: center;
    display: block;
    position: relative;
    margin: 0px auto;
}

.yellow
{
    color: #ebd367;
}

    .yellow a
    {
        color: #ebd367;
    }

.emphasis
{
	color: #d65d24;
	font-weight: bold;
}

.about
{
    background: #fbf1f0;
    padding: 20px 20px 20px 40px; 
    margin: 0 0 40px 0;
    text-align: justify;
}

.about .floatleft
{
    margin: 10px 20px 10px 10px;
} 

.testimonial
{
    background: #dfebdb;
    padding: 20px 20px 20px 40px; 
    margin: 0 0 40px 0;
}   

.testimonialalt
{
    background: #FFFFFF;
    padding: 0 20px 0 40px; 
    margin: 0 0 40px 0;
} 

.quote
{
    /*color: #a0aa87;*/
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px auto 30px auto;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

a.backlink, .backlink a
{
    color: #a7cecf;
}

/* Home */

    .home_img_one
    {
        top: 15px;
        left: 30px;
    }

    .home_img_two
    {
        top: 20px;
        left: 200px;
    }

    .home_img_three
    {
        top: 15px;
        left: 570px;
    }

    .home_img_four
    {
        top: 152px;
        left: 40px;
    }

/* Contact */

	.customerservice
	{
		font-size: 1.4em;
		display: block;
	}
	
	.email
	{
		font-size: 1.2em;
		display: block;
		margin-bottom: 20px;
	}
	
/* Contact */

#contactleft
{
    width: 650px;
    float: left;
}

#contactright
{
    width: 300px;
    float: left;
}

/* Content Pages */

    #SecondContent .text
    {
        float: left;
        margin-left: 10px;
        width: 550px;
    }
