/*		COLOR PALETA		*/
/* pozadina:	#222222;
/* siva:		#d7d7d7;
/* roze:		#fa0064;
/* plava:		#158dd8;
*/
/*			CSS Reset				*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*		Kraj CSS Reset			*/
body, html {
	background: #222;
	color: #d7d7d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	color: #fa0064;
	font-family: Verdana;
	font-size: 30px;
	font-weight:normal;
	padding: 0px;
	margin: 10px;
	margin-left: 30px;
}
h3 {
	color: #158dd8;
	font-family: Verdana;
	font-size: 24px;
	font-weight:normal;
	padding: 0px;
	margin: 10px;
	margin-left: 30px;
}
p {
	padding: 10px;
	margin: 0px;
	line-height: normal;
}
p.w350 {
	width: 350px;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}
p.w500 {
	width: 500px;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}
p.form {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
p.formLeft {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 0px;
}
p.formRight {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
}
p.formText {
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
p.formError {
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	color: #fa0064;
	text-decoration: blink;
}
p.about {
	padding-bottom: 5px;
	padding-top: 5px;
}
p.about:first-letter {
	padding-left: 15px;
	margin-top: 15px;
}
p.description {
	color: #158dd8;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
}
p.message {
	width: 80%;
	margin: auto;
	color: #158dd8;
}
.blink {
	color: #fa0064;
	text-decoration: blink;
}
.blink2 {
	color: #fa0064;
	text-decoration: blink;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 11px;
	display: block;
	float: right;
	margin-right: 20px;
}
a, a:link, a:focus, a:visited, a:active {
	color: #158dd8;;
	text-decoration: none;
}
a:hover {
	color: #fa0064;
	cursor: pointer;
}
a.navigation, a.navigation:link, a.navigation:focus, a.navigation:visited, a.navigation:active {
	color: #158dd8;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding-top: 20px;
}
a.navigation:hover {
	color: #fa0064;
	cursor: pointer;
}
a.help, a.help:link, a.help:focus, a.help:visited, a.help:active {
	display: block;
	width: 250px;
	color: #158dd8;
	font-family: Verdana;
	font-size: 8px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin-bottom: 7px;
	margin-right: 20px;
	text-align: right;
}
a.help:hover {
	color: #fa0064;
	cursor: pointer;
}
#pageContainer {
	width: 100%;
}
.wrapper {
	width: 960px;
	margin: auto;
}
#header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	background: url(../images/header_bgrd.png) top left repeat-x;
}
#logo {
	float: left;
	width: 140px;
	height: 60px;
}
#navigation {
	float: right;
	width: 810px;
	height: 60px;
	text-align: right;
	color: #158dd8;
}
#support {
	position: fixed;
	width: 200px;
	height: 110px;
	top: 61px;
	right: 2px;
}
#content {
	width: 960px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 70px;
}
#fold {
	background: url(../images/fold_bgrd.jpg) top left no-repeat;
	padding-top: 300px;
}

.barTitle {
	height: 40px;
	background: #000;
}
.left2Bar {
	float: left;
	width: 637px;
}
.leftBar {
	float: left;
	width: 635px;
	border: #333 solid 1px;
}
.sidelBar {
	float: left;
	width: 311px;
	border: #333 solid 1px;
}
.sidemBar {
	float: right;
	width: 312px;
	border: #333 solid 1px;
}
.rightBar {
	float: right;
	width: 311px;
	border: #333 solid 1px;
}
.clearFX {
	clear: both;
	width: 100%;
	height: 1px;
}
.sectionSeparator {
	clear: both;
	height: 100px;
	border-top: #333 dashed 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hostingSeparator {
	clear: both;
	height: 10px;
	border-bottom: #333 dashed 1px;
}
.formSeparator {
	clear: both;
	width: 585px;
	height: 1px;
	border-top: #333 dashed 1px;
	margin: auto;
	margin-top: 10px;
}
.separator {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.separator10 {
	clear: both;
	height: 1px;
	margin-top: 10px;
}
#footer {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
	background: url(../images/footer_bgrd.png) top left repeat-x;
}
.copyright {
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	margin-bottom: 70px;
}
label {
	color: #158dd8;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 290px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 10px;
}
.inputbox {
	width: 270px;
	height: 28px;
	border: #158dd8 solid 1px;
	background-color: #222222;
	color: #d7d7d7;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
.textarea {
	width: 270px;
	border: #158dd8 solid 1px;
	background-color: #222222;
	color: #d7d7d7;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
.button {
	margin-top: 10px;
	margin-bottom: 15px;
}
.error_strings {
	color: #fa0064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	margin-left: 15px;
	line-height: 15px;
}
li.error {
	margin-bottom: 5px;
}
.hintstyle {
	position: absolute;
	margin-left: 20px;
	background: url(../images/bgrd50.png) top left repeat;  
	border: 1px solid #000;  
	padding: 5px;
	color: #fa0064;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
}
.plan_span {
	width: 240px;
	margin: auto;
	clear: both;
	padding: 2px;
	display: block;
	height: 15px;
	margin-bottom: 2px;
	border-bottom: #333333 dashed 1px;
}
.plan_span_space {
	height: 10px;
}
.plan_desc {
	color: #158dd8;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 120px;
}
.plan_value {
	color: #d7d7d7;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	width: 110px;
}
.forms {
	width: 570px;
	margin-left: 25px;
	clear: both;
}
.formData {
	width: 590px;
	margin-left: 20px;
	clear: both;
	padding: 2px;
	display: block;
	height: 15px;
	margin-bottom: 2px;
	border-bottom: #333333 dashed 1px;
}
.data_desc {
	color: #158dd8;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 140px;
}
.data_value {
	color: #d7d7d7;;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	width: 450px;
}
#business_div {
	clear: both;
}
#oldDomain_div {
	clear: both;
}
#showButton_div {
	clear: both;
}
