@charset "utf-8";
/* CSS Document */

/* Author: Rowan Richardson - Roweena Web Design 
Copyright Brighton Kettlebells

*/


/* Erik Meyer Global Reset @ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color:#fff;
	background-color:#333

}

/* Layout */

#container {
	width: 99%;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/bgMiddle.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#container2 {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #333;
	background-image:url(../images/bgTop.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: -1px;
	text-align: center
}

#contentwrapper  {
	margin: 0 auto;
	width: 900px;
	text-align: left;

}

#header  {
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	text-align:left;
	/* background: url(../images/groove.gif) bottom repeat-x; */
}


#logo {
	margin-top: 10px;
	margin-left: -5px;
	width: 250px;
}



#footer  {	
background: url(../images/groove.gif) top repeat-x;
padding: 30px 0 0 0;
font-size: 80%;
}

#footerBottom {
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	width: 100%;
	height: 90px;
	margin: -30px 0 0 -6px;
	padding: 0px;

}

#footer p {
	padding: 20px 30px 20px 30px ;
}




/* Navigation system based on Suckerfish dropdown http://www.alistapart.com/articles/dropdowns/ */
ul#nav {
	list-style: none;
	padding: 0;
	margin: -10px 0 0 0; 
	width: 960px;
	height: 35px;
	font-size: 90%;
	font-weight: normal;
	
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 10px 0;
	font-weight: normal;

}

#nav a:hover {
	color: #F00;
	display: block;
	border-bottom: 1px solid #f00

}

#nav li {
	float: left;
	position: relative;
	background:url(../images/bgNav.jpg) top repeat;
	width: 105px;
	height: 20px;
	text-align: left;
	cursor: default;
	background-color:#171717;
	padding: 3px 0 8px 3px;
	border-right: 4px solid #333;
	

}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #ccc;
	padding: 0 30px 0 0;
}


#nav li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 85%;
	padding: 7px 0 1em 0;
	background-color: #171717;


}


#nav li li {
	display: block;
	float: none;
	background-color: #171717;
	background-image: url(../images/poo.jpg); 
	border: 0;
	width: 96px;
	height: 25px;
	padding: 5px 5px;

}

li:hover ul, li.over ul {
	display: block;

}

#nav li:hover {
	background-color: #171717;
		position: relative; 
	z-index: 100;
}

#nav li.current {
	height: 20px;
}

#nav li.current a {
	color: #f00;
	border-bottom: 1px solid #f00
}

#nav li li a:hover, #nav li.current li a:hover {
	background-color: #171717;
	color: #F00;
	display: block;	
}	

#nav li.current li a{
	color: #fff;
	border-bottom: none;
}
	

#leftBoxHome {
	float: left;
	width: 300px;
	padding: 20px 0 0 0;
	margin: 0 20px 0 0;

}

#mainHome {
	float: left;
	width: 590px;
	padding: 20px 0 0 0;
	margin: 0 20px 0 0;

}

#centerBoxHome {
	float: left;
	width: 250px;
	padding: 10px;
	margin: 30px 20px 0 0;
	border: 2px solid #1E1E1E;
	background-color:#333;
	position: relative;
	z-index: 0;
}

#rightBoxHome{
	float: right;
	padding: 30px 0 0 0;
	width: 270px;
	height: 230px;
	margin: 0 10px 0 0;

}

#leftBox {
	float: left;
	width: 450px;
	padding: 30px 0 0 0;
}




#rightBox{
	float: left;
	padding: 50px 15px 0px 0px;
	width: 390px;
	height: 230px;
	margin: -20px 0 0 20px;
}

#mainSubLeft {
	float: left;
	margin: 0 10px 0 0;
	width: 360px;
	
}

#mainSubLeft2 {
	float: left;
	width: 210px;
	margin: 5px 0 0 0;	
}


/* Formatting */
h1 {
	padding: 0 0 0 0;
	font-size: 140%;
}



h2 {
	font-size: 120%;

}

h3 {
	font-size: 100%;
}


a {

	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

a:hover  {
	text-decoration:none;
	font-weight: bold;
	color: #ccc

}
.formLabel {
}

a.arrow {
	padding-right: 10px;
    background: url(../images/arrow2.gif) no-repeat right;
	padding-bottom: 2px;
 
}

a.external {
		padding-right: 15px;
		background: url(../images/externalLink.gif) no-repeat right;
}

a.pdf {
	background: url(../images/pdficon_small.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 2px;
}

a.bullet {
	background: url(../images/bullet.gif) no-repeat left;
	padding-left: 22px;
	padding-top: 2px;
} 

a.bulletSml {
	background: url(../images/bulletSml.gif) no-repeat left;
	padding-left: 18px;
	padding-top: 1px;
} 


ul.bullet {
	margin: 0 0 0 20px;
	list-style-type:none;
	font-size: 90%
}

li.bullet {

	background:transparent url(../images/bulletSml.gif) no-repeat;
    background-position: 0 0 0 0;
	padding: 0 0 5px 18px;
	margin: 0 0 10px -20px;

}

li.bullet a {
	margin: -20px 0 0 0;

}

.flright {
	float: right;
	margin-left: 8px;
}

.flleft {
	float: left;
	margin-right: 8px;
}

.small {
	font-size: 95%;
}

.hello {
	display: none;
}

#rightBox ul {
	margin-left: 15px;
}

.bigLine {
line-height: 110%;

}
#details ul, #leftBoxHome ul {
	padding: 15px;
}

#centerBoxHome ul  {
	padding: 0 0 0 15px;
}

#leftBoxHome ul  {
	padding: 0 0 0 15px;
}


#wForm  {
	width: 600px;
	padding: 15px;
	background-color: #fff;
	border: 5px solid #F00;
	position: relative;
}

#pictureFlash {
	margin: 0 0 0 30px;
	height: 320px;
}

.title {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
}

#news{
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	font-size: 90%;
}

.boxBorder {
	font-size: 120%;

}

#emailIcon {
	background: url(../images/icon-mail.gif) left no-repeat;
	padding: 5px 0 2px 30px;
		font-size: 110%

}

#emailIcon a {
	color: #fff;
	font-weight: normal
}

#phoneIcon {
	background: url(../images/icon-phone.gif) left no-repeat;
	padding: 2px 0 2px 30px;
	margin: 5px 0 0 0;
	font-size: 110%
}

.border {
	padding: 10px;
	border: 1px solid #666;
	margin: 25px 0 25px 0;
	width: 320px;
	background-color: #333;
}

.socialWeb {
	font-weight: normal;
}	

.socialWeb img {
	float: left;
	margin: -5px 3px 0 0;
}

.dotted {
	border-top: 1px dotted #fff;
}

a{
	outline: none;
}


