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

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	background: #010508 url(/img/index/bg.gif) repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header
{
	height: 150px;
	margin: 0 40px 0 40px;
}

#logo
{
	float: left;
	display: block;
	width: 289px;
	height: 54px;
	margin: 54px 0 0 35px;
	background: url(/img/index/logo.png) no-repeat top left;
}

#contact-information
{
	float: right;
	margin: 30px 35px 0 0;
}

#phone-number
{
	position: relative;
	margin-top: 15px;
	font-size: 28px;
	color: #ffffff;
}

#city-code
{
	position: absolute;
	top: 5px;
	left: -37px;
	font-size: 14px;
	color: #9b9d9e;
}

#email
{
	font-size: 12px;
	color: #ffffff;
}

#email a
{
	color: #476f99;
}

#address
{
	font-size: 12px;
	color: #ffffff;
	top: -2px;
}

#main
{
	margin: 0 40px 0 40px;
	padding: 0 35px 0 35px;
	background: #ffffff;
}

#menu
{
	height: 26px;
	padding: 16px 0 16px 0;
}

#menu a
{
	display: block;
	float: left;
	position: relative;
	padding: 2px 0 4px 0;
	margin: 0 12px 0 0 ;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

#menu a#design-school
{
	margin: 0 12px 0 35px ;
	color: #808080;
	font-weight: normal;
}

#menu span
{
	display: block;
	float: left;
	position: relative;
	height: 20px;
	padding: 2px 6px 4px 6px;
	margin: 0 12px 0 0 ;
	font-size: 15px;
	color: #ffffff;
	font-style: italic;
	font-weight: 900;
	background: #5e92c9;
}

#menu span span.l
{
	position: absolute;
	left: -6px;
	top: 0;
	display: block;
	height: 26px;
	width: 6px;
	background: url(/img/index/menu-selected-left.gif) no-repeat top left;
}

#menu span span.r
{
	position: absolute;
	right: -6px;
	top: 0;
	display: block;
	height: 26px;
	width: 6px;
	background: url(/img/index/menu-selected-right.gif) no-repeat top left;
}

#works
{
	width: 100%;
}

#works tr td.image,
#works tr td.text
{
	width: 33%;
	text-align: center;
}

#works tr td.text
{
	font-size: 13px; 
	color: #5c5c5c;
	padding: 10px 0 70px 0;
	vertical-align: top;
}

#works tr td.image
{
	vertical-align: middle;
}

#works tr td.text div
{
	width: 210px;
	margin: 0 auto;
}

#works tr td.text div a
{
	color: #6894be;
}

#works tr.s-l td.text
{
    padding-top: 0;
}

#works tr td.image
{
	padding: 32px 0 10px 0;
}

#works tr.s-l td.image
{
    padding: 32px 0 5px 0;
}

#works tr.first.line td.text
{
    padding-top: 0;
	padding-bottom: 30px;
}

#works tr.first.line td.image
{
    padding: 12px 0 5px 0;
}

#works tr.second.line td.text
{
    padding-top: 0;
	padding-bottom: 30px;
}

#works tr.second.line td.image
{
    padding: 32px 0 5px 0;
}

#works tr.third.line td.text
{
    padding-top: 0;
	padding-bottom: 50px;
}

#works tr.third.line td.image
{
    padding: 32px 0 30px 0;
}


#footer
{
	height: 105px;
	margin: 0 40px 0 40px;
}
#copyright
{
	position: relative;
	font-size: 14px;
	color: #b3b4b5;
	margin: 0 0 0 35px;
	top: 32px;
}

/* new menu */

#menu a.item
{
    display: block;
    float: left;
    position: relative;
    padding: 2px 0 4px 0;
    margin: 0 12px 0 0 ;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    font-style: italic;
}

#menu a#design-school
{
    margin: 0 12px 0 35px ;
    color: #808080;
    font-weight: normal;
}

#menu span.selected-item
{
    display: block;
    float: left;
    position: relative;
    height: 20px;
    padding: 2px 6px 4px 6px;
    margin: 0 12px 0 0 ;
    font-size: 15px;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    background: #5e92c9;
}

#menu a.selected-item
{
    display: block;
    float: left;
    position: relative;
    height: 20px;
    padding: 2px 6px 4px 6px;
    margin: 0 12px 0 0 ;
    font-size: 15px;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    background: #5e92c9;
    text-decoration: none;
}

#menu .selected-item span.l
{
    position: absolute;
    left: -6px;
    top: 0;
    display: block;
    height: 26px;
    width: 6px;
    background: url(/img/index/menu-selected-left.gif) no-repeat top left;
}

#menu .selected-item span.r
{
    position: absolute;
    right: -30px;
    top: 0;
    display: block;
    height: 26px;
    width: 6px;
    background: url(/img/index/menu-selected-right.gif) no-repeat top left;
}