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

/* Defaults */

* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
img {
	clear: both;
}
:link img, :visited img {
	border: none;
}
.image_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;

}

.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	margin-top:20px;
}

.image_centre {
margin:0px auto 10px auto;
}
.text_align_left {
	text-align: left;
}
.text_align_centre {
	text-align: center;
}
.text_align_right {
	text-align: right;
}

/* Text */

body {
	background-color: #1b3052;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	
	
}

h1, h2, h3 {
	
	
}
h1 {
	font-size: 1.4em;
	color: #cc46b3;
	padding-bottom:20px;
}
	
h2	{	
	font-size: 1.2em;
	color:#1b3052;
}

h3 {
	font-size: 1.2em;
	color: #cc46b3;
	font-weight:normal;
}


p, ul, h2, h3 {
	padding-bottom: 10px;
}

a:link, a:visited{
	color: #cc46b3;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc46b3;
	text-decoration: underline;
}

#content p, #content li {
	font-size: 1em;
	line-height: 1.6em;
}



#content li {
	list-style-position: outside;

}
#content ul, ol {
	padding-bottom: 10px;
	padding-left: 10px;
}

/* layout */

#wrapper {
	width:100%;
	height:100%;
	margin:0px;	
}

#header {
	width:100%;
	height:auto;
	background-image:url(../images/HeadGradient.gif);
	background-repeat:repeat-x;
	height:190px;
}

#logo_wrapper {
	height:190px;
	width:955px;
	margin-right: auto;
	margin-left: auto;
}


#KanellaLogo {
width:354px;
height:182px;
float:left;
}

h1.logo {
background-image:url(../images/KanellaLogo.gif);
}



#KanellaShoes {
float:right;
width:249px;
height:190px;
background-image:url(../images/shoes.jpg);
background-repeat:none;
margin-right:30px;
}

#nav_wrapper {
	width:100%;
	background-image:url(../images/NavBar.gif);
	background-repeat:repeat-x;
	height:30px;
	text-align: center;
}

#content_wrapper {
	background-image:url(../images/WrapperBackground.jpg);
	background-repeat:no-repeat;
	min-height:332px;
	height:auto;
	width:100%;
	background-position:center bottom;
	background-color:#FFFFFF;
	padding-bottom:50px;
}

#content {
	width:955px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	padding-top:10px;
}


#footer_wrapper {
width:100%;
height:auto;
background-image:url(../images/FooterBg.jpg);
background-repeat:repeat-x;
}

#credits {
	width:935px;
	height:229px;
	font-size:0.7em;
	color:#CCCCCC;
	text-align:right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}




