@charset "utf-8";

body,h1,h2,h3,p,td,quote,small,form,ul,li,ol{
	margin:0px;
	padding:0px;
}

body{
	background:url(http://tutorialzine.com/wp-content/themes/stepinto/images/bg.gif) repeat-x #162934;
	font-family:Arial, Helvetica, sans-serif;
	color:#51555C;
	height:100%;
	
	font-size:12px;
}

h1#logo-h1{
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://tutorialzine.com/wp-content/themes/stepinto/images/logo.gif) no-repeat;
	width:250px;
	height:54px;
	cursor:pointer;
}

#logo{
	width:250px;
	height:54px;
	overflow:hidden;
}

.main{
	width:971px;
	margin:15px auto;
	/*text-align:left;*/
}

#demoContent{
	background:url(http://tutorialzine.com/wp-content/themes/stepinto/images/bg_sidebar.gif) right repeat-y white;

	margin-top:40px;
	min-height:400px;

	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#contentLeft{
	width:630px;
	float:left;
	padding:20px;
}

#sidebar{
	width:280px;
	float:left;
	padding:10px;
}

#downloadLink,#downloadLink:visited{
	width:247px;
	height:32px;
	
	margin:15px;
	padding-top:45px;
	text-indent:57px;
	
	text-transform:uppercase;
	color:#3f5800;
	background:url(/images/download.gif) no-repeat;
	display:block;
	font-size:10px;
	text-decoration:none;
}

#downloadLink:hover{
	background-position:bottom;
}

.clear{
	clear:both;
}

.demoBottom{
	font-size:30px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, sans-serif;
	color:#e5e5e5;
	padding:15px 0px 10px 0px;
}

h2.topTitle{
	margin-bottom:20px;
	font-size:18px;
	color:#a84c10;

	font-weight:normal;
	
	border-bottom:1px solid #dddddd;
	padding-bottom:6px;
}

a, a:visited {
	/*color:#d10200;*/
	color:#007bc4;
	text-decoration:underline;
	outline:none;

}

a:hover{
	text-decoration:none;
}