/* -------------------------------------
/*  html, body
/* -------------------------------------*/

html, body{
	margin:0;
	padding:0;
}

html{
	color:#666;
	font:76% Arial,Helvetica,Tahoma,Verdana,sans-serif;
	text-align:center;
}

body{
	text-align:left;
	width:925px;
	margin:0 auto;
	line-height:1em;
	background:#000 url(http://kazantip.com/assets/z17.gif) repeat;
}

/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option{
	margin:0;
	padding:0;
}

img{
	margin:0;
	padding:0;
	border:0;
}

ul{
	list-style:none;
}

a{
	outline:0;
}

/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link, a:visited{
	color:#0e7fc7;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

/*-------------------------------------
 	Header
---------------------------------------*/

#header{
	clear:both;
	height:40px;
	position:relative;
}

a.logo{
	background:transparent url(http://pics.kazantip.com/logo.png) no-repeat;
	border:0;
	display:block;
	height:48px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-5000px;
	top:0;
	width:330px;
}

#header ul.links{
	display:block;
	margin:0 0 0 340px;
	padding:7px 0 0 0;
}
#header ul.links li{
	display:block;
	float:left;
	margin-right:7px;
}
#header ul.links li a,#header ul.links li a.book{
	background:url(http://kazantip.com/assets/topbutton.png) no-repeat;
	color:#fff;
	display:block;
	height:19px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:105px;
}
#header ul.links li a:hover,#header ul.links li a.book:hover{
	background:url(http://kazantip.com/assets/topbutton_hover.png) no-repeat;
	text-decoration:none;
}

#header ul.links li a.book{
	background:url(http://pics.kazantip.com/topbutton_book.png) no-repeat;
	color:#fff!important;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}
#header ul.links li a.book:hover{
	background:url(http://pics.kazantip.com/topbutton_book_hover.png) no-repeat;
}

#login{
	float:right;
	height:24px;
	margin-top:8px;
}

#login img{
	padding-right:3px;
}

#opa{
	margin-top:-29px;
	width:901px;
	height:29px;
	background:#000;
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.50;
	opacity:0.5;
}

/*-------------------------------------
 	WrapperWit
---------------------------------------*/

#wrapperWit{
	background:transparent url(http://pics.kazantip.com/nav_bg.gif) no-repeat!important;
	padding-top:25px;
	border:0!important;
}

#wrapperWit #content{
	width:620px;
	padding-left:25px;
	padding-top:0!important;
}

#wrapperWit #gooey{
	background:transparent;
}

#wrapperWit #shell{
	background:transparent;
}


/*-------------------------------------
 	Content
---------------------------------------*/

#content{
	/* necessary to prevent the background image from spacing itself down from the top */
	color:#222;
	padding-bottom:26px;
}

#content h1{
	font:normal 25px/35px Arial,Helvetica,Tahoma,Verdana,sans-serif;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	color:#fff;
}

#content h2{
	font:normal 25px/35px Arial,Helvetica,Tahoma,Verdana,sans-serif;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	color:#fff;
}

#gooey:after{
	content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}