/*  
Theme Name: Ano's Starter Theme	
Theme URI: http://www.knkusa.com
Description: first style layout for knkusa.com
Version: 1.0
Author: Anoroc

*/
body,h1,h2,h3,h4,h5,h6,blockquote,p{
margin: 0;
padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #48c1ff;
}

h1{
font-family:Verdana;
font-size: 16px;
padding:0 0 10px 0;
}

h3{
font-family:Verdana;
font-size: 14px;
font-weight: bold;
padding:0 0 0 0;
color:#cccccc;
}

h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding:0 0 10px 50px;
color:#333333;
}

a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #2a5b72;
font-size:12px;
font-weight:bold;
}

a:hover {
	text-decoration: underline;
	}

/*For extra link styles*/
a.two:link, a.two:visited {
	font-size:18px;
	text-decoration: none;
	color: #FFFFFF;
	}

a.two:hover {
	text-decoration: underline;
	}

p{
padding:20px 0 0 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 21px;
	
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 1012px;
	text-align: left;
}

#header {
	float: left;
	width: 1012px;
	height:188px;
	background-image:url(images/header1.png);
	background-position: center top;
	background-repeat: no-repeat;	
}


#advertisment{
 float: right;
 margin-right: 10px;
 margin-top: 11px;
 }

#navigation{
margin-top: 108px;
margin-left: 0px;
}

#subnav {
 float: left;
 margin-left: 36px;
 margin-top: -4px;
}

#container {
	float:left;
	width: 1012px;
		background-image: url(images/bg1.png);
	background-repeat: repeat-y;
	background-position: center;

}

#content-container{
	clear:both;
	width:100%;
	padding:0 0 12px 0;
	margin:5px;
		/* ie6 min-height hack */
	height:270px;
	max-height:270px !important;
}

/* new sidebar code start*/ 

#navcontainer
{
float: left;
width: 224px;
border-right: 1px solid #ffffff;
padding: 0 0 1em 0;
margin: 1px 10px 0 0px;
font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #ffffff;
color: #333;
display: inline;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 2px 3px 2px 0.2em;
border-left: 10px solid #0099ff;
border-right: 10px solid #901fba;
background-color: #0099ff;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #901fba;
border-right: 10px solid #6ec5ff;
background-color: #901fba;
color: #fff;
}

/*New sidebar End*/ 

#footer {
	clear: both;
	float: left;
	width: 1012px;
	height: 85px;
	padding-top:10px;
	background-image:url(images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}
