/*======================================================================
CSS DOCUMENT

description:	main pages CSS - version 3
author:			Catalin Urcan
url:			http://www.urcan.ro
======================================================================*/


/* LAYOUT
----------------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
}

#rightblock {
	width: 600px;
	height: 850px;
	position: absolute;
	left: 37%;
	top: 0px;
	font-family: Verdana, sans-serif;
}

#leftblock {
	width: 300px;
	height: 850px;
	position: absolute;
	right: 63%;
	top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../bblocks/dgrdwhite.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	top: 53px;
	right: 111px;
}

#vertline {
	width: 1px;
	height: 770px;
	position: absolute;
	top: 57px;
	right: 70px;
	background: #cccccc;
}

/* NAVIGATION
----------------------------------------------------------------------*/

#menua {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 182px;
	right: 114px;
	font-size: 17px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

#menua li {
	height: 26px;
	width: 100%;
}

#menub {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 282px;
	right: 113px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
	text-align: right;
}

#menub li {
	height: 20px;
	width: 100%;
}

.current {
	font-weight: bold;
	color: #45a600;
}

div#leftblock a {
	color: #000000;
}

div#leftblock a:hover {
	color: #45a600;
}

div#rightblock a {
	font-weight: bold;
	color: #45a600;
}

div#rightblock a:visited {
	color: #2b6600;
}

div#rightblock a:hover {
	color: #2b6600;
}

#copyr {
	position: relative;
	left: 2px;
	top: 42px;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

li.subdom {
	/*position: relative;
	right: 30px;*/
	color: #999999;
}
/* Domain name*/
h3 {
	position: relative;
	left: 0px;
	top: 53px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#subtitle {
	position: relative;
	left: 0px;
	top: 53px;
	color: #999999;
}

#content {
	padding: 0px 0px 57px 0px;
	position: absolute;
	left: 0px;
	top: 123px;
}

p {
	margin: 0px 0px 14px 0px;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.dot {
	position: relative;
	bottom: 3px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #45a600;
}

#textdot {
	position: relative;
	top: 10px;
	font-weight: bold;
	color: #45a600;
}

span {
	font-weight: bold;
}

span.green {
	color: #45a600;
}

span.shifted  {
	position: relative;
	left: 32px;
}




