/*  
Theme Name: Template 5
Copyright Kasvu Media 2010
Written for - kasvumedia.com
By: Anthony Roe of The Awaken Company and Kasvu Media */

/* links & type */

html, body {
	font-family: 'Lucida Grande', Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url('background.png') #717171 top center no-repeat scroll;
	color: #000;
	border: 0;
	margin:0 auto;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;

}

hr {
margin-top:10px;
margin-bottom:10px;
}

a {
color: #910000;
	text-decoration: underline;
	font-weight:bold;
	outline: none;
}

a, a:visited {
	color:#910000;
	text-decoration:none;
	outline:none;
}

a:hover{
color: #000000;
}

a:visited:hover{
color: #000000;
}


/* essential layout */

.wrap { 
width: 950px;
margin: 0 auto;
}

.wrap img { 
border: none;
}

#logo {
float:left;
max-width: 250px; max-height:150px;
margin-bottom: 25px; margin-right: 25px;
}
#navigation {
max-width:650px; max-height:73px;
float:right;
margin-top: 25px; margin-bottom: 75px;
/* insert navigation background here background: url(''); */
}

#slideshow {
max-width:950px; max-height: 325px;
text-align: center;
margin-bottom: 25px;
}

#tabs {
max-width: 950px; max-height:175px;
margin-bottom: 25px;
text-transform:uppercase;
font-weight: bold;
font-size:14px;
color:#FFF;
}

#tabs .tab1 {
width: 210px; height: 175px;
margin-right: 25px;
margin-left: 12px;
float: left;
text-align:center;
}
#tabs .tab2 {
width: 210px; height: 175px;
margin-right: 25px;
float: left;
text-align:center;
}
#tabs .tab3 {
width: 210px; height: 175px;
margin-right: 25px;
float: left;
text-align:center;
}
#tabs .tab4 {
width: 210px; height: 175px;
float: left;
margin-right: 5px;
text-align:center;
}

#footer {
margin-top: 25px;
margin-bottom: 25px;
height:100px; width: 100%;
background-image:url('footer.jpg');
color: #fff;
}
#footer a {
color: #fff;
}
#footer a:hover {
color: #910000;
}
#footer a:visited {
color: #fff;
}
#footer a:visited:hover {
color: #910000;
}

#footer_left {
height:50px;
width: 475px;
float: left;
text-align:left;
padding-top:40px;
vertical-align: text-bottom;
}
#footer_right {
height:50px;
width: 475px;
float: right;
text-align:right;
padding-top:40px;
vertical-align: text-bottom;
}
