﻿body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Helvetica;
	color:black;
	-webkit-text-size-adjust:none;
	background-color: #dddddd;
}

div#header {
	width: 320px;
	height: 54px;
	padding: 0px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #626463;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


div#home {
	padding: 10px;
	text-align: center;
}

div#contact {
	padding: 10px 9px 10px 9px;
}

div#training {
	padding: 10px 9px 10px 9px;
}

div#classes {
	padding: 10px 9px 10px 9px;
}

div#tabs {
	position: absolute;
	z-index: 2;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#777777));
	text-align: center;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	margin-bottom: -5px;
}

div#tabs img {
	padding: 8px 25px 8px 25px;
}

h1 {
	font-size: 125%;
	font-family: Helvetica;
	color: black;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 14px;
}


/* Edge-to-Edge style */
ul	{
	margin: 0;
	padding: 0;
	background-color: white;
}

/* Rounded Rectangle style */
ul.rounded {
    margin-bottom:17px;

	font-weight: bold;
    background-color: white;

    border-width: 1px;
    border-style: solid;
    border-color: rgb(217,217,217);

    -webkit-border-radius: 8px;    
}

li {
	list-style-type: none;
	border-top-width:1px;
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	
	padding: 0px 10px 0px 14px;

	height:39px;
	line-height:39px;
}

li:first-child {
	border-top:0;
}

li img.list-icon {
	width: 50px;
	vertical-align: middle;
	padding-right: 5px;
}

div#training ul li {
	font-size: 90%;
}

a.list {		
	display: block;  
	
	text-decoration: none;
	color: black;

    margin-right:10px;

    background-image: url(images/chevron.png);
    background-repeat: no-repeat;
    background-position: right;
}

a.phone {
    background-image: url(images/phone.png);
}
a.email {
    background-image: url(images/email.png);
}
a.map {
    background-image: url(images/map.png);
}


span.secondary {
	font-weight: normal;
	font-size: 90%;
    float:right;
    margin-right:30px;
}

div.video {
	background-color: #626463;
}

video#video {
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

div#classes select {
	font-size: 120%;
}

form {
	background-color: white;
    -webkit-border-radius: 8px;    
	padding: 10px;
}
