/*
	Plus hosting
	www.plus.hr
*/
* {font-family: Verdana, Arial, Helvetica, sans-serif;margin: 0; padding: 0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;color:#333;
	background:#3E3E3E url(/templates/v3/images/dark_background.jpg) repeat-x;
}

#wrapper {width:100%; margin:auto;}
#container {width:98em; margin:auto;}
#header {position:relative;height:69px;}
#header img {border: none;}

form#domainSearch {position:absolute;text-align:right;margin:0.4em;padding:0;top: 0.4em;right: 0.8em;}
form#domainSearch fieldset {border: none; margin: 0;}
form#domainSearch #domainInput {
	width: 15em;
}
form#domainSearch #domainInput, form#domainSearch select {
	background: #666;
	border: 1px inset black;
	color: white;
	font-size: 1em;
	padding: 0.2em;
	text-align: left;
}
form#domainSearch select {text-align: left;}
form#domainSearch input.button {
	padding: 0.2em;
	background: #666;
	color: white;
	font-size: 1em;
	font-weight:bold;
	border:1px outset black;
	text-align:center;
}

/* main navigation */
#navigation {position: relative;}
#navigation ul {
	margin:0 0 0 0.8em;
	padding:1.2em;
	background-image: url(/templates/v3/images/dark_tab_border.jpg);background-repeat:no-repeat;
	background-position:8px 0px;
}
#navigation li {
	display:inline;
	padding: 1.6em 0 1.6em 0;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
	padding: 1em;
	background: url(/templates/v3/images/dark_tab_border.jpg) no-repeat top right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
	color: white;
}
#navigation ul li a:hover {color: #FFCC00;}
#navigation li.selected {background: #4e4e7c url(/templates/v3/images/dark_tab_back.jpg) repeat-x top left;}
#navigation li.selected a, #navigation li.selected a:visited {
	background: url(/templates/v3/images/dark_tab_right_back.jpg) no-repeat top right;
	color: white;
}
#subnavigation {
	position: relative;
	float: left;
	width:17%;
	z-index: 2;
	background-image: url(/templates/v3/images/sub_back.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#subnavigation ul {}
#subnavigation ul li {
	list-style: none;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
#subnavigation ul li a {
	padding: 0.7em;
	display:block;
	text-decoration: none;
	font-size: 1.2em;
	color: #4D525E;
	line-height: 100%;
	background-image: url(/templates/v3/images/sub_back_hover.jpg);
	background-repeat: repeat-y;
	background-position: -1000em;
}
#subnavigation ul li a strong { 
	line-height:120%;
}
#subnavigation ul li a span {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subnavigation ul li a:hover {color: #ff6600;background-color: #DADBE4; background-position: right;}
#subnavigation ul li a:hover span {color: black;}
#subnavigation ul li a:hover span { }
#subnavigation ul li.selected a {background:#5F659A;color:white;}
#subnavigation ul li.selected a span {font-weight: normal;color: white;}

#subnavBack {	
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 17%;
	z-index: 1;
	background-image: url(/templates/v3/images/sub_back.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#subnavGradient {
	width: 100%;
	height: 100px;
	background-image: url(/templates/v3/images/sub_gradient.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#contentWrapper {
	position: relative;
	border-left: 1px solid #8A8BAA;
	border-right: 1px solid #8A8BAA;
	background: white;
	clear: both;
}

#title {position: relative; background: #4E4E7C url(/templates/v3/images/dark_h1_back_1.jpg) no-repeat top left;}
#title h1 {
	padding: 0.6em 0 0 0.6em;
	background: url(/templates/v3/images/dark_h1_back_2.jpg) no-repeat top right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida",  Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: white;
	voice-family: male;
	richness: 80;
}
#title div#subtitle { background: #4E4E7C;
	padding: 0 0 1em 1em;
	border-left: 1px solid #8687A6;
	border-right: 1px solid #8687A6;
	font-size: 1.1em;
	font-weight: normal;
	color: white;
}

#title div#subtitle a, #title div#subtitle a:link, #title div#subtitle a:visited {color:white;text-decoration:none;}
#title div#chatDiv {position:absolute;top:0;right:0;margin:0.5em;}
#title div#chatDiv img {border: none;height:5.5em;}

#headerImage {
	display: none;
}

#topNavigation {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.5em;
	font-size: 1.1em;
	text-align: right;
	color: #999;
	line-height: 160%;
}

#topNavigation span.username {font-weight:bold;color:white;}
#topNavigation a {color:white;text-decoration:none;padding:0.2em;}
#topNavigation a:hover {color:#ffcc00;}
#topNavigation a img {border:none;margin-right: 0.4em;}
	
 #footer {
	position: relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Verdana, Arial, Helvetica, sans-serif;
	background: #3E3E3E url(/templates/v3/images/dark_footer_back_1.jpg) no-repeat top left;
	font-size: 1.1em;
}
#footer div {
	/*position: relative;*/
	background: url(/templates/v3/images/dark_footer_back_2.jpg) no-repeat top right;
	padding: 1.5em 0.7em;
	font-size: 1em;
	color: #ccc;
	text-align: left;
	height: 2em;
	line-height: 120%;
}

#footer strong { color: white; }
#footer a {	color: #ccc; }

#content {
	float: left;
	width: 83%;
	padding-bottom: 1em;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin: 0;
	padding: 1em 1em 0 1em;
	text-align: left;
	color: #4E4E7C;
}

#content h2, #content h3, #content h4 {
	font-family: "Lucida Sans Unicode", "Lucida", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	font-family: "Lucida Sans Unicode", "Lucida", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	padding: 0.6em;
	font-weight: normal;
	color: #35355E;
	/*border-bottom: 1px dotted #35355E;*/
	background: #F9F9FB url(/templates/v3/images/h2_back_1.jpg) repeat-x bottom left; 
}
#content h2 em {
	font-family: "Lucida Sans Unicode", "Lucida", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#content h2.image { margin: 0; padding: 0; background: none; border: none; }
#content h2.image#hosting {}
#content h2.image a { }
#content h2.image a img { width: 100%; }

#content h3 {
	font-weight: normal;
	padding: 0.8em;
	font-size: 140%;
	color: #333;
}
#content h3.warning {
	padding-left: 3em;
	background-image: url(/images/icons/warning_1.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.3em;

}
#content h3.hosting {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 0.5em;
	clear: left;
	background: #F9F9FB;
}
#content h3.hosting span {
	font-weight: normal;
	font-size: 120%;
	letter-spacing: normal;
}
#content h3.hosting a {
	color: #35355E;
	text-decoration: none;
}
#content h3.hosting span a {
	color: #333;
}


#content h4 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1em;
	padding-bottom: 0.5em;
	color: #333;
}


#content a {
	color: #42679F;
}
#content a:visited {
	color: #42679F;
}
#content a:hover {
	color: #ff6600;
}

#content p {
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	font-size: 120%;
	line-height: 160%;
	color: #5C5C5C;
}

#content p.error {
	color: red;
	background: #FEF5F1;
	padding: 1em;
	margin: 0.5em;
	font-weight: bold;
}
#content p.message {
	color: #006600;
	background: #E1F5DC;
	padding: 1em;
	margin: 0.5em 1em;
/*	border: 1px dotted #009900;
	font-weight: bold;*/
}
#content p.warning {
	color: black;
	background: #FAF2C0;
	padding: 1em;
	margin: 0.5em 1em;
/*	border: 1px dotted #009900;
	font-weight: bold;*/
}
#content p.message a {
	color: #003300;
}
#content dl {
	color: #333;
	margin: 0 1em 0 1em;
}
#content dl dt {
	margin-top: 0.5em;
	font-size: 110%;
	color: #666666;
}
#content dl dd {
	clear: right;
	padding: 0.2em;
	margin-left: 1.5em;
	font-size: 120%;
}

#content p img {
	padding: 1em;
	margin: 0.5em;
	border: none;
}

#content ul {
	padding-left: 4em;
	padding-right: 1em;
}
#content ul * {
	font-size: 120%;
}

#content ul li {
	list-style-type: square;
	list-style-position: outside;
	/*list-style-image: url(/templates/v3/images/bullet1.png);*/
	line-height: 120%;
	color: #5C5C5C;
	padding: 0.3em;
	padding-left: 0;
}

#content ul li * {
	font-size: 100%;
}

#content p ul li span {
	color: #333;
}

#content img {
	border: none;
}

#content .column {
	float: left;
	width: 49.8%;
	padding-bottom: 1em;
}

#content .column2 {
	float: left;
	border-right: 1px dotted #ccc;
	width: 46.7%;
	padding: 1.2em;
}

#content .left {
	border-right: 1px dotted #ccc;
}
#content div.right {
	border: none;
}

#content .column p {
}


#content .box {
	position: relative;
	float: left;
	padding: 0.6em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

#content .box img {
	padding: 0; margin: 0.2em;
	float: right;
	border: none;
}
#content .box h2 {
	background: none;
	margin: 0; padding: 0;
	border: none;
}
#content .box h2 a {
	color: #FF6600; 
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: normal;
}

#content .box p {
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
	padding: 0.5em;
	z-index: 2;
}

#content .box .boxLinks {
	float: right;
	clear: both;
}
#content .box .boxLinks a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dotted #666;
	color: #666;
}
#content .box .boxLinks a:hover {color:black;text-decoration:underline;}
#content .box .boxLinks a:after {
	content: ">>";
	font-weight: normal;
	letter-spacing: -0.3em;
	margin-left: 0.3em;
	color: #ff6600;
}

#content form fieldset {
	border: none;
	padding: 5px;
}


#content code {
	font-family: "Lucida Console", monospace;
	font-size: 100%;
}
#content code * {
	font-family: "Lucida Console", monospace;
}

#content div.orderButton {
	width: 157px;
	height: 53px;
	margin: 1em auto;
}
#content div.orderButton a span {
	display: none;
}
#content div.orderButton a {
	display: block;
	height: 53px;
	background-image: url(/images/order.jpg);
	background-position: left top;
}
#content div.orderButton a:hover {
	background-position: left -52px;
}

#content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

#bottomNav {
	display: none;
	margin: 0;
	text-align: right;
	padding-bottom: 1em;
}
#bottomNav ul {
	padding: 0; margin: 0;
}
#bottomNav ul li {
	display: inline;
	padding: 0.5em;
}
#bottomNav ul li a {
	font-size: 1.1em;
}
#bottomNav a {
	color: #444444;
}

div#error {
	display: none;
	margin-left: 0.5em;
}
div#error h3 {
	padding: 0.5em;
	margin-top: 0.5em;
	background-color: #D50000;
	background-image: url(/templates/v3/images/error_back_1.jpg);
	background-repeat: repeat-x;
	margin-right: 0.5em;
	color: white;
}
div#error ul {
	padding-left: 2.5em;
	margin: 0.5em;
	margin-top: 0;
	margin-left: 0;
	background: #FDDFDF;
}

div#error ul li {
	padding: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 0;
	list-style-type: square;
	list-style-image: url(/images/icons/error_icon_2.jpg);
	font-size: 110%;
}
div#error ul li span {
	color: red;
	font-weight: bold;
	font-size: 110%;
}


div.last-modified {
	text-align: right;
	font-size: 1.1em;
	padding-right: 1em;
	padding-top: 0.5em;
}

.clear {
	clear: both;
}


/*:selection {background: #6374AB;color: #fff;}*/
