/*	
||	ZOHARK - Main Stylesheet
||
||	@created:	August 31, 2007
||	@revised:	October 26, 2007
*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color:#333333;
	font-size:70%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	font-family:Verdana,Tahoma,arial,sans-serif;
}

a, a:visited {
	background:inherit;
	color:#4F82CB;
	text-decoration:none;
}

a:hover {
	background:inherit;
	color:#aaccee;
}

h1, h2, h3 {
	font-family:Tahoma,Verdana,'Trebuchet MS',Sans-serif;
	font-weight:bold;
}

h1 {
	font-size:120%;
}

h2 {
	color:#88AC0B;
	font-size:110%;
	text-transform:uppercase;
}

h3 {
	color:#666666;
	font-size:110%;
	border-bottom: thin solid #c0c0c0;
}

p {
	display: block;
	font-family:Verdana,Tahoma,arial,sans-serif;
}

li {
	font-family:Verdana,Tahoma,arial,sans-serif;

}

/*	Error Messages 		*/
.error {
	font-weight: bold;
	color: #FF0000;
}
.error a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;	
}

/*	General Messages 	*/
.message {
	color: #0000FF;
}

.message a {
	color: #0000FF;
	text-decoration: none;
}

div#hr {
	border-bottom: thin solid #c0c0c0;
}

img {
	padding: 0px;
	margin-bottom: -5px;
}

img.float-right {
	margin:5px 0px 10px 10px;
}

img.float-left {
	margin:5px 10px 10px 0px;
}

h1, h2, h3, p {
	margin:0pt;
	padding:10px;
}

ul, ol {
	color:#88AC0B;
	margin:5px 20px;
	padding:0pt 20px;
}

ul span, ol span {
	color:#666666;
}

code {
	background:#FAFAFA none repeat scroll 0%;
	border:1px solid #F2F2F2;
	display:block;
	font-family:'Lucida Console','courier new',monospace;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.5em;
	margin:5px 0pt;
	overflow:auto;
	padding:10px;
	text-align:left;
}

acronym {
	border-bottom:1px solid #777777;
	cursor:help;
}

blockquote {
	background:#FAFAFA url(../images/quote.gif) no-repeat scroll 5px;
	border:1px solid #F2F2F2;
	margin:10px;
	padding:0pt 0pt 0pt 28px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0pt;
}

input {
	border:1px solid #cccccc;
	color:#777777;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

select {
	border:1px solid #cccccc;
	color:#777777;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

textarea {
	border:1px solid #cccccc;
	color:#777777;
	display:block;
	font-family:Verdana,sans-serif;
	font-size: 1em;
	height:100px;
	padding:2px;
	width:400px;
}

input.button {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
	color:#88AC0B;
	font-family:Arial,Sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bolder;
	line-height:normal;
	margin:0pt;
	padding:2px 3px;
}

form.search {
	background:transparent none repeat scroll 0%;
	border:medium none;
	position:absolute;
	right:25px;
	top:35px;
}

form.search input.textbox {
	background:#FFFFFF none repeat scroll 0%;
	color:#333333;
	margin:0pt;
	padding:1px 2px;
	width:120px;
}

form.search input.button {
	background:#CCCCCC url(../images/headerbg.gif) repeat-x scroll 0%;
	border:medium none;
	color:#333333;
	height:21px;
	width:70px;
}


/*	Main Page Wrapper	*/
#wrap {
	background:#FFFFFF none repeat scroll 0%;
	margin: 0px auto;
	text-align:left;
	position: relative;
	min-height: 100%;
	z-index: 10;
}

* html #wrap {	/* IE Fix */
	height: 100%;
}

/* 	Content Wrapper	*/
#content-wrap {
	clear: both;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/*	Page Headers	*/
#header {
	background:DarkBlue none repeat scroll 0%;
	background: #2856A3 url(../images/header.png) repeat-x scroll 0%;
	color:#FFFFFF;
	font-size:14px;
	height:100px;
	padding:0pt;
	position:relative;
}

#header h1#logo-text {
	color:#FFFFFF;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size:3.3em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bolder;
	left:50px;
	letter-spacing:-2px;
	line-height:normal;
	margin:0pt;
	padding:0pt;
	position:absolute;
	text-transform:none;
	top:12px;
	cursor: hand;
}

#header h1#logo-text:hover {
	cursor: pointer;
	cursor: hand;
}

#header h2#slogan {
	color:#FFFFFF;
	font-family:'Trebuchet MS',Arial,Sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	left:58px;
	line-height:normal;
	margin:0pt;
	padding:0pt;
	position:absolute;
	text-transform:none;
	top:60px;
}

/*	Top Menu	*/
#menu {
	background: #88AC0B url(../images/green-bar.png) repeat-x;
	font-family: Verdana,Arial,Tahoma,Sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px;
	margin: 0pt;
	padding: 0pt 0px 0pt 0pt;
	height: 26px;
	clear: both;
}

#menu ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt 10pt;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0pt 8px;
	text-decoration:none;
}

#menu ul li a:hover {
	background-color:#ECECEC;
	color:#333333;
}

#menu ul li#current a {
	background-color:#FFFFFF;
	color:#333333;
}

/* Main Body */
#main {
	float: left;
	margin: 0pt;
	padding: 5pt;
	width: 700px;
	vertical-align: top;
	position: relative;

	/* Left For Footer */
	margin-bottom: 55px;
}

#main h1 {
	background: url(../images/square-green.png) no-repeat scroll 3px 50%;
	border-bottom:1px solid #EFF0F1;
	color:#88AC0B;
	font-family:Verdana,'Trebuchet MS',Sans-serif;
	font-size:125%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:10px;
	padding:5px 0pt 5px 25px;
}

/* 	Left Sidebar 	*/
#sidebar {
	float: left;
	margin: 0pt;
	padding: 5pt;
	width: 250px;
}

#sidebar h1 {
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x scroll left bottom;
	border: 1px solid #DDDDDD;
	color: #555555;
	font-family: Verdana,'Trebuchet MS',Sans-serif;
	font-size: 1.1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-top: 10px;
	padding: 5px 0pt 5px 10px;
}

.left-box {
	border: 1px solid #DDDDDD;
	margin: 0pt 0pt 5px;
}

#sidebar ul.sidemenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:3px 0pt 8px;
	padding:0pt;
	text-align:left;
	text-decoration:none;
}

#sidebar ul.sidemenu li {
	background:transparent url(../images/go.gif) no-repeat scroll 5px;
	margin:0pt 2px;
	padding:2px 0pt 2px 25px;
}

#sidebar ul.sidemenu a {
	background-image:none;
	font-weight:bolder;
	text-decoration:none;
}

#sidebar ul.sidemenu a.question {
	font-weight: normal;
}

#sidebar ul.sidemenu li.nobullet {
	background: none;
	margin:0pt 2px;
	padding:2px 0pt 2px 25px;
}

/* Sidebar Login Box */
#sidebar form.sidemenu  {
	background:transparent url(../images/go2.gif) no-repeat scroll 5px;
	border-bottom:1px solid #EFF0F1;
	margin:0pt 2px;
	padding:2px 0pt 2px 25px;
}

#sidebar form.sidemenu span.menu_item {
	background-image:none;
	font-weight:bolder;
	text-decoration:none;
        color:#4F82CB;
}

#sidebar form.sidemenu span.menu_item:hover {
        color:#4EBF37;
}

/*	Main Page - Top 	*/
#top {
	width:1000px;
	height:200px;
	margin: 5px 0 0 0px;
	padding: 0;
	background:url(../images/top-banner-bg.jpg) no-repeat top left;
}
#top .moreinfo {
	width: 380px;
	height: 200px;
	margin: 5;
	padding: 0;
	text-align: center;
	float: right;
}
#top .moreinfo h1 {
	margin:40px 0 10px 0;
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:36px;
	color:#99BE07;
	text-align:center;
	font-weight:bold;
	border-bottom: 0;
	background-image: none;
}
#top .moreinfo .button {
	width:189px;
	height:23px;
	margin:0 auto;
	padding: 3px 0px 0px 0px;
	text-align:center;
	background-image: url(../images/moreinfo-btn-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#top .moreinfo .button a {
	background:none;
	width: 189px;
	font-family: "Trebuchet MS",Verdana,sans;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#top .moreinfo .button img {
	border: 0px;
	vertical-align:middle;
}

/* 	Main Page - Info Boxes 	*/
#middle {
	vertical-align: top;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0;
}
#middle ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
#middle ul li {
	width:351px;
	height:130px;
	margin:0 8px 0 0;
	float:left;
}
#middle ul li.info {
	background:url(../images/infobg.jpg) no-repeat top left;
}

#middle ul li.info h1 {
	width:300px;
	margin:15px auto 0 auto;
	padding:0;
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:24px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	border-bottom: 0;
	background-image: none;
}
#middle ul li.info p {
	width:300px;
	margin:5px auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	text-align:left;
}

#middle ul li.info .button#blue,
#middle ul li.info .button#blue2 {
	width:108px;
	height:23px;
	margin:10px 10px 0 60px;
	padding:3px 0 0 0;
	background:url(../images/bluepill.png) no-repeat top left;
	text-align:center;
	display:block;
	float:left;
}

#middle ul li.info .button#blue:hover,
#middle ul li.info .button#blue2:hover {
	background:url(../images/bluepill-hover.png) no-repeat
}

#middle ul li.info .button#orange,
#middle ul li.info .button#orange2 {
	width:108px;
	height:23px;
	margin:10px 0 0 0;
	padding:3px 0 0 0;
	background:url(../images/orangepill.png) no-repeat top left;
	text-align:center;
	display:block;
	float:left;
}

#middle ul li.info .button#orange:hover,
#middle ul li.info .button#orange2:hover {
	background:url(../images/orangepill-hover.png) no-repeat
}
#middle ul li.info .button a {
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#middle ul li.info .button img {
	vertical-align:middle;
	border: 0px;
}


#middle ul li.login {
	width:280px;
	margin:0;
	background:url(../images/loginbg.jpg) no-repeat top left;
	text-align:right;
}
#middle ul li.login label {
	margin:15px 30px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	display:block;
}
#middle ul li.login span#account {
	margin:5px 30px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	display:block;
}
#middle ul li.login span#account .options {
	border: 0;
}
#middle ul li.login input {
	color:#999999;
}
#middle ul li.login label.signin {
	margin-top:5px;
}
#middle ul li.login label.signin a {
	margin-top:-5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}
#middle ul li.login label.signin .button {
	border: 0px;
	width:59px;
	height:18px;
	margin:5px 0 0 5px;
}


/* 	Main Page - What We Do 	*/
#roundedbox_top {
	width: 995px;
	height: 12px;
	margin: 10px 0 0px 0px;
	background: url(../images/roundedbox_top.png) no-repeat top left;
}
#roundedbox_mid {
	clear: right;
	width: 995px;
	margin: -1px 0px 0px 0px; 
	padding: 0px;
	background: #cccccc;
	background-image: url(../images/roundedbox_mid.png);
	background-repeat: repeat-y;
	background-position: top left;
}
#roundedbox_btm {
	clear: both;
	width: 995px;
	height: 12px;
	padding: 0px 0px 10px 0px;
	background: url(../images/roundedbox_btm.png) no-repeat top left;
}

#whatwedo {
	float: left;
	width: 708px;
	margin: 0px;
	height: 540px;
}
#whatwedo h1 {
	padding: 0px;
	width:409px;
	margin:10px 0 5px 15px;
	border-bottom: 0px;
	font-size:26px;
	color:#99BE07;
	font-weight:bold;
	text-align:left;
	font-family:"Trebuchet MS",Verdana,sans;
	background-image: none;
}

#whatwedo p {
	padding: 0;
	width: 400px;
	margin: 0 0 10px 15px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

/* 	Main Page - News	*/
#news {
	width: 278px;
	height: 220px;
	margin: 0px 3px 0 0px;
	padding: 0px;
	float: right;
	height: 100%;
}

#news h1 {
	width:243px;
	margin: 0px 0 5px 15px;
	padding:0;
	border-bottom: 0px;
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:26px;
	color:#99BE07;
	font-weight:bold;
	text-align:left;
	background-image: none;
}

#news h2 a {
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:14px;
	color:#99BE07;
	font-weight:bold;
	text-align:left;
}

#news p {
	width:243px;
	margin:0 0 0 15px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	line-height:18px;
}



/*	Redundant	*/
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clear {
	clear:both;
}
.gray {
	color:#CCCCCC;
}


/* 	Save Preset Popups	*/
#save_preset {
	display: none;
	position: absolute;
	top: 170px;
	*top: 170px; /* IE7 Fix */
	left: 550px;
	*left: 550px; /* IE7 Fix */
	width: 400px;
	border: 1px solid #A4A4A4;
	z-index: 250;
}
#save_preset .close_popup {
	float: right;
}
#save_preset .hd {
	color: #FFFFFF;
	background-color: #3D77CB;
	white-space: nowrap;
	font-weight: bold;
	padding: 1px;
}
#save_preset .bd {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
#save_preset .ft {
	color: #000000;
	background-color: #FFFFFF;
}


/* 	Help Popups	*/
#help {
	display: none;
	position: absolute;
	top: 180px;
	*top: 175px; /* IE7 Fix */
	width: 350px;
	border: 1px solid #A4A4A4;
	z-index: 250;
}
#help .close_popup {
	float: right;
}
#help .hd {
	color: #FFFFFF;
	background-color: #3D77CB;
	white-space: nowrap;
	font-weight: bold;
	padding: 1px;
}
#help .bd {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
#help .ft {
	color: #000000;
	background-color: #FFFFFF;
}


/* Incase we need a second help on a page */
#help2 {
	display: none;
	position: absolute;
	top: 580px;
	*top: 175px; /* IE7 Fix */
	width: 350px;
	border: 1px solid #A4A4A4;
	z-index: 250;
}
#help2 .close_popup {
	float: right;
}
#help2 .hd {
	color: #FFFFFF;
	background-color: #3D77CB;
	white-space: nowrap;
	font-weight: bold;
	padding: 1px;
}
#help2 .bd {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
#help2 .ft {
	color: #000000;
	background-color: #FFFFFF;
}

/*	Country Lists	*/
#country_list {
	display: none;
	position: absolute;
	top: 190px;
	*top: 185px; /* IE7 Fix */
	width: 350px;
	left: 730px;
	border: 1px solid #A4A4A4;
	z-index: 250;
}
#country_list .close_popup {
	float: right;
}
#country_list .hd {
	color: #FFFFFF;
	background-color: #3D77CB;
	white-space: nowrap;
	font-weight: bold;
	padding: 1px;
}
#country_list .bd {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
#country_list .ft {
	color: #000000;
	background-color: #FFFFFF;
}

/*	Advertiser Signup	*/
.adv1_sel {
	width: 260px;
}
.adv1_button {
	width: 100px;
}
table#adv_personal_details {
	margin-left: 10px;
}
table#adv_personal_details th {
	font-family:Tahoma,Verdana,'Trebuchet MS',Sans-serif;
	font-weight:bold;
	color:#88AC0B;
	font-size:110%;
	text-transform:uppercase;
	
}
table#ad_design_table {
	margin-top: 10px;
	margin-left: 10px;
}

/*	Content Pages	*/
#cLeft {
	width:650px;
	margin:0;
	padding:0;
	float:left;
}

#cLeft h1 {
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 0px;
	background-image: none;
}

#cLeft h2 {
	font-family:Tahoma,Verdana,'Trebuchet MS',Sans-serif;
	font-weight:bold;
	font-size:110%;

	color:#88AC0B;
	text-transform:uppercase;

	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 0px;
}

#cLeft p {
	margin:0 0 15px 15px;
	padding:0;
	font-family:Arial, Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	line-height:18px;
}

#cLeft ul li {
	font-family:Arial, Helvetica,sans-serif;
	font-size:12px;

}
   
#cRight {
	width:297px;
	height:200px;	
	margin:0;
	padding:0;
	float:right;
	background:url(../images/buttons-bg.jpg) no-repeat top right;
}

#cRight .button#blue {
	width:256px;
	height:30px;
	margin:10px auto 0 auto;
	padding:10px 0 0 25px;
	background:url(../images/blue-buttonlarge.jpg) no-repeat top;
	position:relative;
	line-height: 20px; /* Fixes IE7 Cramping */
}
#cRight .button#blue a img {
	border: 0px;
}

#cRight .button#blue:hover { 
	background:url(../images/blue-buttonlarge-hover.jpg) no-repeat top;
}
			
#cRight .button#green2,  
#cRight .button#green {
	width:256px;
	height:30px;
	margin:25px auto 0 auto;
	padding:10px 0 0 25px;
	background:url(../images/green-buttonlarge.jpg) no-repeat top;
	position:relative;
}

#cRight .button#green:hover, 
#cRight .button#green2:hover {
	background:url(../images/green-buttonlarge-hover.jpg) no-repeat top;
}
			
#cRight .button a {
	font-family:"Trebuchet MS",Verdana,sans;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#cRight .button img { 
	position:absolute;
	top:10px;
	right:20px;
	border: 0px;
}
			

/* Account Settings */
#account_password {
	padding: 5px;
}

#account_password td {
	padding: 2px;
}

#balance_transfer {
	padding: 5px;
}

#balance_transfer td {
	padding: 2px;
}

/* Contact Us Page */
#contact_table {
	padding-left: 15px;
}
#contact_table td strong {
	color: #88AC0B;	
	font-weight: bold;
}

/* Ad Config */
#ad_select th {
        color: #333333;
        background-color: #FEFEFE;
        padding: 3px;
        padding-left: 10px;
        border: 1px solid #D0D0D0;
        background-image: url(../images/headerbg.gif);
}

#ad_examples th {
        color: #333333;
        background-color: #FEFEFE;
        padding: 3px;
        padding-left: 10px;
        border: 1px solid #D0D0D0;
        background-image: url(../images/headerbg.gif);
}

.red_highlight { 	/* highlighting of KEYWORD and XXX.XXX.XXX.XXX on Get XML Ad Code Page */
	color: #DD0000;
}

#ad_learn th {
        color: #333333;
        background-color: #FEFEFE;
        padding: 3px;
        padding-left: 10px;
        border: 1px solid #D0D0D0;
}

/*	Page Footer 	*/
#footer {
	clear: both;
	font-size: 92%;
	height: 55px;
	margin-top: -55px;
	z-index: 101;
	color: #666666;
	text-align: center;
	position: relative;
	width: 100%;
	background: #CCCCCC;
	
}
#footer a {
	text-decoration:none;
}


/* Zohark the herald angels sing, glory to the advertising king! */

