/* Set up main body and reset all default margins and paddings .............*/

body
{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #333333;
}

html>body {
}

*
{
	margin: 0;
	padding: 0;
}

#vc {
    background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -183px;
	text-align: center;
	min-width: 824px; 
}


h1
{
    font-size: 140%;
	font-weight: normal;
    padding-bottom: 10px;
    font-family: Verdana;
}

h2
{
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
}

#emaillnk, #emaillnk:visited, #logolnk, #logolnk:visited, #freeit, #freeit:visited
{
    text-decoration: none;
    font-size: 10px;
    Color: #7C6F57;
}
/* End of main body ---------------------------------------------------------*/


#s2fbanner
{
	position: absolute;
	top: 100px;
	left: 0px;
}

#tel
{
	position: absolute;
	top: 17px;
	left: 30px;
	font-size: 12px;
    Color: #7C6F57;
    font-weight: bold;
}

#testimonial
{
	position: absolute;
	top: 41px;
	left: 65px;
	font-size: 12px;
    Color: #7C6F57;
    font-weight: bold;
    text-decoration: none;
}

#imgtestimonial
{
	position: absolute;
	top: 41px;
	left: 30px;
}

#imgvideo
{
	position: absolute;
	top: 65px;
	left: 33px;
}

#s2fvideo
{
	position: absolute;
	top: 65px;
	left: 65px;
	font-size: 12px;
    Color: #7C6F57;
    font-weight: bold;
    text-decoration: none;
}

#wrapper
{
    margin: 0 auto;
    width: 824px;
    border: solid 1px black;
    text-align: left;
    height: 367px;
    position: relative;
    background-color: White;
    color: #333333;
}

p
{
    padding-bottom: 8px;
}

img
{
    border-style: none;
}

ul
{
    list-style-type: none;
    list-style-image: url('images/tick.png');
    list-style-position: outside;
    font-size: 11px;
    padding-left: 20px;
}