@import "document.css";

html {
	background:		url(img/stripe.png) repeat-y 10px;
}
body {
	background:		url(img/thingy.png) no-repeat top right;
	/*padding:		130px 65px;*/
	padding:		115px 0;
}

#header {
	/*background:		url(img/stripe.png) repeat-x bottom;*/
	position:		absolute;
	height:			105px;
	top:			0;
	left:			0;
	width:			100%;
}
#headerContent {
	border-bottom:		10px solid #98012e;
	height:			105px;
	/*margin:			0 50px;*/
	margin-left:		10px;
	margin-right:		50px;
	padding-left:		55px;
	position:		relative;
}

#header #logo {
	position:		absolute;
	left:			55px;
	top:			0;
	border-right:		2px solid #cb8096;
	height:			69px;
	padding:		10px;
	z-index:		15;
	width:			224px;
}

#header #phone {
	font-size:		16px;
	position:		absolute;
	left:			320px;
	top:			30px;
	color:			#98012e;
}
#header #phone em {
	font-style:		normal;
	color:			#000;
}

#menu {
	font-size:		14px;
	list-style:		none;
	padding-left:		0;
	position:		absolute;
	left:			315px;
	bottom:			15px;
	margin:			0;
	z-index:		10;
	font-weight:		bold;
}
#menu li {
	display:		inline;
	position:		relative;
	margin:			0;
	padding:		0;
}
#menu li:before {
	content:		':';
}
#menu li:first-child:before {
	content:		'';
}
#menu li a {
	padding:		0 5px;
}
/*#menu ul,
.submenu {
	display:		none;
	padding-left:		0;
	margin:			0;
	position:		absolute;
	left:			5px;
	top:			100%;
	border:			1px solid #cb8096;
	background:		#fff;
}
#menu ul li,
.submenu li {
	display:		block;
	white-space:		nowrap;
	margin:			0;
	line-height:		1.5em;
}*/

#menu ul ,.submenu{
	display:		none;
	padding-left:		0;
	margin-top:			0px;
	
	position:		absolute;
	left:			0px;
	left:			5px;!important
	top:			100%;
	border:			1px solid #cb8096;
	background:		#fff;
	z-index:		10;
	
}
.submenu ul{ 
position:		absolute;
	left:			0px;
	top:			100%;
	z-index:0;
}
#menu li:hover ul ul{ display:none}
#menu ul li{
	display:		block;
	white-space:		nowrap;
	margin:			0;
	line-height:		1.5em;
	list-style:none;
}
#menu ul li ul{ display:		none;
	padding:		0;
	margin:			0;
	position:		absolute;
	left:98%;top:0px;
	border:			1px solid #cb8096;
	background:		#fff;z-index:	0;}

#menu li li li {
	display:		block;
	white-space:		nowrap;
	margin:			0;
	line-height:		1.5em;
	list-style:none;
}	
#menu li ul li:hover ul{ display:block}
/*#menu ul {
	display:		none;
	padding-left:		0;
	margin:			0;
	position:		absolute;
	left:			5px;
	top:			100%;
	border:			1px solid #cb8096;
	background:		#fff;
}

#menu ul li
{
	display:		block;
	white-space:		nowrap;
	margin:			0;
	line-height:		1.5em;
}

#submenu ul {
	display:		none;
	padding-left:		0;
	margin:			0;
	position:		absolute;
	left:			20px;
	top:			100%;
	border:			1px solid #cb8096;
	background:		#fff;
}

#submenu ul li
{
	display:		none;
	white-space:		nowrap;
	margin:			0;
	line-height:		1.5em;
}*/


#menu ul li:before,
.submenu li:before {
	content:		none;
}
#menu li:hover ul {
	display:		block;
}

#headerExtra1 {
	position:		absolute;
	bottom:			-10px;
	left:			10px;
	z-index:		5;
	width:			101px;
	height:			69px;
	background:		url(img/corner-header-left.png) no-repeat bottom left;
}
#headerExtra2 {
	position:		absolute;
	bottom:			-57px;
	right:			50px;
	z-index:		5;
	width:			72px;
	height:			57px;
	background:		url(img/corner-header-right.png) no-repeat top right;
}

#content {
	background:		#fff url(img/stripe.png) repeat-y right;
	margin-right:		50px;
	padding:		40px 40px 40px 65px;
	overflow:		hidden;
}
#contentText {
	padding-left:		400px;
	float:			left;
}
#contentExtra {
	float:			left;
	position:		relative;
	margin-left:		-400px;
	left:			400px;
}

#footer {
	position:		relative;
	font-size:		10px;
	color:			#98012e;
	clear:			both;
}
#footerContent {
	border-top:		10px solid #98012e;
	margin:			0 50px;
	padding-left:		15px;
}
#footerExtra2 {
	position:		absolute;
	top:			-48px;
	right:			50px;
	z-index:		5;
	width:			73px;
	height:			58px;
	background:		url(img/corner-footer-right.png) no-repeat bottom right;
}
#footerExtra1 {
	position:		absolute;
	top:			0;
	left:			10px;
	z-index:		5;
	width:			101px;
	height:			70px;
	background:		url(img/corner-footer-left.png) no-repeat top left;
}
#footerMenu {
	position:		relative;
	top:			20px;
	z-index:		10;
}
#footer ul {
	display:		inline;
	list-style:		none;
	padding:		0;
}
#footer li {
	display:		inline;
}
#footer li:after {
	content:		' : ';
}


#blogLatest {
	width:			378px;
}
#blogLatest h2 {
	color:			#fff;
	padding:		5px;
	background-color:	#98012e;
	margin:			0;
}
#blogLatest ul {
	list-style:		none;
	margin:			0;
	padding:		0;
}
#blogLatest li {
	margin:			0;
	padding:		5px;
	border-bottom:		1px solid #cb8096;
}