/* @override http://www.hellonicedesign.com/ndxz-studio/site/sample/style.css */

/* @override http://www.hellonicedesign.com/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
background-image: url(http://www.hellonicedesign.com/images/bg.png);
letter-spacing: -0.3px;
text-shadow: #fffeff 0 1px 0;
color: #676869;
font: .9em Arial;
width: 1040px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link{
text-decoration: underline;
color: #11adfc;
}

a:active{
text-decoration: underline;
}

a:visited{
text-decoration: underline;
color: #797979;
}

a:hover{	
text-decoration: underline;
color: #ff0066;
}

#special{
width: 606px;
height: 86px;
background: url(http://www.hellonicedesign.com/images/specialsbanner.jpg) no-repeat;
position: absolute;
top: 34px;
}

#logo{
width: 234px;
height: 145px;
background: url(http://www.hellonicedesign.com/images/final_logo.png) no-repeat;
margin-left: -28px;
margin-top: -139px;
margin-bottom: .3em;
}

a img{
border: none;
}

#menu{
width: 238px;
overflow: hidden;
top: 20px;
bottom: 0;
left: 20px;
height: auto;
background: url(http://www.hellonicedesign.com/images/menubg.png) no-repeat;
position: absolute;
}

#menu ul{
list-style: none;
margin: 0 0 20px;
line-height: 1.3em;
}

#menu ul li.section-title {}

#content{
height: 100%;
margin: -117px 0 auto 250px;
}

.container{
padding: 147px 30px 120px 26px;
}

#content p{
width: 80%; margin-bottom: 11px;
}

p {
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 460px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }