/*
	Kilver Court Dance Studio
	
	Systemagic
	http://www.systemagic.co.uk/
	
*/

/******# 1. Tags #******/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

*:focus {
	outline: none;
}

a {
	color: #ff5400;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

a:focus {
	color: #FFF;
	background: #ff5400;
	outline: 3px solid #ff5400;
	text-decoration: underline;
}

body {
	color: #FFF;
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 13px;
	cursor: default;
	padding: 30px;
	background: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #FF5500;
	text-transform: uppercase;
}

ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

p {
	margin: 10px 0px;
}

.salsa, .salsa * {
	color: #c7ce80 !important;
}

.street, .street * {
	color: #7c9c39 !important;
}

.cuban, .cuban * {
	color: #cc3f23 !important;
}

.belly, .belly * {
	color: #a16ba9 !important;
}

.newyork, .newyork * {
	color: #f5ab16 !important;
}

p[class] {
	font-weight: bold;
}

/* End of 1. Tags */


.contact {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 230px;
}

.main {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.right {
	float: right;
	width: 230px;
	margin-bottom: 50px;
}

.left {
	float: left;
	width: 670px;
}

.menu {
	width: 405px;
	overflow: hidden;
	padding-bottom: 30px;
}

.menu .logo {
	float: right;
}

.menu ul {
	width: 300px;
	float: left;
	margin-top: 2px;
}

.menu ul a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	background: no-repeat left;
	margin-bottom: 4px;
	*margin-bottom: 1px;
}

.menu span {
	display: none;
}

.menu li:hover a, .selected {
	background-position: bottom right !important;
}

.right em {
	font-style: italic;
}

.right h1 {
	text-transform: uppercase;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}

.right a.salsa, .right a.street, .right a.cuban, .right a.belly, .right a.newyork {
	display: block;
	margin: 10px 0px;
}