* 	{
	padding: 0;
	margin: 0; }


body {
	background-image:url('../images/bg.png');
	background-repeat: repeat-x; 
	background-color: #5a5a5a;
	
	font-family: georgia, sans-serif;
	color: #151515;
	
	}

h1 {
	width:282px; 
	height: 90px; 
	background-image:url('../images/logo.png');
	position: absolute;
	top: 39px;
	left: 44px;
	}
	
h1 span {
	display:none;
}

h1 .title {
	position: absolute;
	bottom: 4px;
	left: 25px;
	
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	}
	
h2, h3, h4, h5, h6 {
	font-weight: normal
	}
	
h2 {
	font-size: 24px;
	font-style: italic;
	padding: 0 0 35px 0;
}
	
h3 {
	font-size: 14px ;
	font-style: italic;	
	float: left;
	width: 70px ;
	padding: 0 0 40px 0;}
	
h3 span {
	border-bottom: 3px solid #ec008c;
}
	
a { text-decoration: none;
	outline: none;
	color: #fff;
	}

a:hover {
	
}

a img {border: 0;}

#container {
	width: 940px;
	margin: 0 auto;
	-moz-box-shadow: 0px 10px 20px #313131;
	-webkit-box-shadow: 0px 10px 20px #313131;
	box-shadow: 0px 10px 20px #313131;
}

#header {
	background:transparent;
	height: 150px;
	position: relative;
	}
	
ul#header_nav {
	list-style-type: none;
	float: left;
	margin: 108px 20px 0 728px;
}

ul#header_nav li{
	display: block;
	float: left;
	font-size: 24px;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}

ul#header_nav li a span {
	padding: 0 0 0 2px;
	color: #ec008c;
	text-shadow: #212121 -1px 2px 3px;
}

ul#header_nav li a{
	display: block;
	float: left;
}


#main {
	padding: 20px 30px 30px 30px;}
	
.intro {
	color: #fff;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
	line-height: 18px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	}
	
ul#examples {
	list-style-type: none;
}

ul#examples li {
	display: block;
	
	overflow: auto;
	width: 100%;
	margin: 0 0 30px 0;
	
	background-image:url('../images/arrow.png');
	background-position: 383px 90px;
	background-repeat: no-repeat;
}

.example_image, .example_data {
	height:250px;
	background-color: #797979 ;
	padding: 18px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;}
	
.example_image {
	float: left;
	width: 337px;
}

.example_image:hover {
	background-color: #9e9d9d;
	}

.example_image img {
	width: 337px;
	height:250px;
}

.example_data {
	float: right;
	width: 375px; 
	padding: 30px;
	height: 226px;
	}
	
a.noshow {
	display: none;
}

.example_data .info {
	float: left;
	width: 280px;
	font-size: 13px;
}

.url {
		font-size: 13px;
		display: block;
		font-style:italic;
		clear: both;
		padding: 15px 0 0 0;
}


#footer {
	color:#fff;
	font-size: 11px;
	text-align: center;
	margin: 0 30px;
	padding: 20px 0;
	border-top: 1px solid #7a7a7a;}

p {
	padding: 0 0 10px 0;}
	
.cleaner {
	height: 0px;
	clear: both;
	font-size: 1px;
}