/************************************************ MAIN */
body {
	margin				: 0px 0px 0px 0px;
	background			: #ebebeb url(../images/bgr_bod.jpg) no-repeat top;
	font					: normal normal normal 10px/normal Tahoma;
	text-transform		: none;
	color					: #000000;
}
/************************************************ LINKS */
a {
	text-decoration	: underline;
	color					: #0d5179;
	font					: normal normal normal 11px/normal Tahoma;
	background			: #FEFEFE;
}
a:hover {
	text-decoration	: none;
	color					: #27617f;
	font					: normal normal normal 11px/normal Tahoma;
}
/************************************************ HEADER */
#header {
	width					: 100%;
	height				: 40px;
	background			: #ffffff;
	text-align			: center;
	position				: fixed;
	top					: 0px;
	float					: left;
	z-index				: 5;
	border-top			: 2px solid Black;
	border-bottom		: 1px solid #d6d6d6;
}
#logotype {
	width					: 320px;
	height				: 40px;
	background			: #ffffff url(../images/bgr_logotype.jpg) no-repeat top;
	text-align			: center;
	float					: left;
	margin				: 0px 0px 0px 0px;
/***	border-right		: 1px solid #e9e9e9;/***/
	cursor				: pointer;
}
#navigation {
	width					: 485px;
	height				: 40px;
	background			: none;
	text-align			: center;
	float					: left;
	margin				: 0px 0px 0px 0px;
}
/************************************************ CONTENT */
#nowwork {
	width					: 900px;
	height				: 250px;
	background			: url(../images/11.jpg) no-repeat center;
	text-align			: center;
	margin				: 10px 0px 0px 0px;
}
/************************************************ CONTENT ÑÒÐÀÍÈÖÛ */

#scrollWrapper
{
	width					: 960px;
	margin				: 0px auto 0px;
	position				: relative;
	overflow				: hidden;
	background			: none;
	top					: 20px;
}
#scrollerWindow
{
	margin				: 0px 0px 50px 30px;
	width					: 890px;
	position				: relative;
	overflow				: hidden;
	background			: none;
}

#scrollingContent
{
	width					: 10000px;
}

div.scrollPanel
{
	width					: 920px;
	float					: left;
	padding				: 0px 25px;
	background			: none;
}

#home h2, #contact h2, #services h2, #studio h2, #web h2{
	width					: 920px;
	font-size			: 19px;
	font-style			: none;
	text-transform		: uppercase;
	font-family			: Myriad Pro, sans-serif;
	font-weight			: normal;
	text-align			: left;
	margin		   	: 10px 0px 5px 0px;
	padding		   	: 10px 0px 5px 0px;
	float					: left;
	color					: #69afde;

}
#home p, #contact p, #studio p {
	width					: 850px;
	background			: none;
	text-align			: left;
	margin				: 0px 0px 0px 0px;
	font					: normal normal normal 11px/normal Tahoma;
	color					: #8e8e8e;
}
/************************************************ ÑÒÐÅËÊÈ ÊÎÍÒÅÍÒÀ */
#prevArrow
{
	display				: block;
	text-indent 		: -9999em;
	width					: 39px;
	height				: 36px;
	background			: url("../images/styles/arrow_le.png")	no-repeat top left;
	position				: absolute;
	top					: 250px;
	left					: 0px;
}

#nextArrow
{
	display				: block;
	text-indent			: -9999em;
	width					: 39px;
	height				: 36px;
	background			: url("../images/styles/arrow_ri.png")	no-repeat top left;
	position				: absolute;
	top					: 250px;
	right					: 0px;
	overflow				: hidden;
}

#goto_home
{
	display				: block;
}

#goto_web
{
	display				: block;
}

/************************************************ CONTENT */

#content {
	width					: 950px;
	background			: none;
	text-align			: center;
	margin				: 50px 0px 0px 0px;
}
#content h2{
	width					: 920px;
	font-size			: 18px;
	font-style			: none;
	text-transform		: uppercase;
	font-family			: Tahoma, sans-serif;
	font-weight			: normal;
	text-align			: center;
	margin		   	: 10px 0px 15px 0px;
	padding		   	: 10px 0px 5px 0px;
	float					: left;
	color					: #D3D3D3;
	clear					: both;
}
#content p{
	width					: 950px;
	background			: none;
	text-align			: left;
	margin				: 0px 0px 0px 0px;
	font					: normal normal normal 11px/normal Tahoma;
	color					: #8e8e8e;
	clear					: both;
}
#content_spacer {
	width					: 100%;
	height				: 50px;
	clear					: both;
}
/************************************************ FOOTER */
#footer {
	width					: 100%;
	height				: 40px;
	background			: #65addf;
	text-align			: center;
	position				: fixed;
	bottom				: 20px;
	float					: left;
	z-index				: 5;
	margin				: 0px 0px 5px 0px;
}

#copyright {
	width					: 480px;
	height				: 40px;
	background			: none;
	text-align			: left;
	float					: left;
	margin				: 15px 0px 0px 40px;
	font					: normal normal normal 10px/normal Tahoma;
	text-transform		: uppercase;
	color					: #d0d0d0;
	cursor				: help;
}
#date {
	width					: 150px;
	height				: 40px;
	background			: none;
	text-align			: left;
	float					: right;
	margin				: 15px 0px 10px 20px;
	font					: normal normal normal 10px/normal Tahoma;
	color					: #e2f3ff;
	text-transform		: none;
	cursor				: help;
}
