/* ----- Standard Reset ----- */
/* ------------------------------------------------------------ */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {margin: 0; padding: 0;} 

.clear {
	clear:both;
} 

img {
	border:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
line-height:16px;
	margin-bottom:14px;
}

p a { color: #4a9500;}

p a:hover {
	text-decoration: none;
}


/* TOP */
#topwrapper {
	width: 100%;
    margin: 0 auto;
	position: relative;
	background-color:#4a9500;
	border-bottom: 2px solid #333333;
	height: 214px !important;
}

#header {
	width: 980px;
	height: 214px;
    margin: 0 auto;
	position: relative;
	background-color: #4a9500;
	/*background:#4a9500 url(http://www.kukimedia.com/images/base/header.jpg);*/
}	

#logo {
	width: 520px;
	height:214px;
	/*float: left;*/
	position: absolute;
	top:10px;
	left:5px;
}


.services_panel_top {
	width: 380px;
	height:64px;
	position: absolute;
	top:50px;
	right:10px;
}

.services_panel_bottom {
	width: 380px;
	height:64px;
	position: absolute;
	top:135px;
	right:10px;
}

/* INSERT PANELS ARE http://www.kukimedia.com/images BUT HERE'S CSS FOR TEXT VERSIONS
.services_panel {
	width: 380px;
	height:64px;
	float: left;
	background: url(http://www.kukimedia.com/images/base/services_panel.gif) no-repeat;	
	margin-top:20px;
	margin-left: 60px;
}

.services_panel em{
	color: #66CC00;
	font-style:normal;
	font-weight:bold;	
}

.services_panel .top{
	font-size:24px;
	color: #fff;
	height:34px;
	padding-left:10px;
	line-height:34px;
}

.services_panel .bottom{
	font-size:17px;
	padding-left:10px;
	line-height:28px;
	color: #000;
	height:34px;
}

USAGE::

    <div class="services_panel"> 
      <div class="top">PHP/MySQL DEVELOPMENT</div> 
      <div class="bottom"><em>Rapid</em> and <em>low cost</em> PHP development all in the UK</div> 
    </div> 
    <!-- end first services panel --> 
    <div class="services_panel"> 
      <div class="top">#1 VALUE WEB HOSTING</div> 
      <div class="bottom"><em>Unlimited</em> webspace, bandwidth and email accounts</div> 
    </div> 
    <!-- end second services panel -->

*/

#topnav {
	width:425px;
	height:29px;
	background:#4a9500 url(http://www.kukimedia.com/images/base/kuki_topnav_bg.jpg);
	/*float: left;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	line-height:26px;
	padding-left:18px;
	letter-spacing:2px;
	position: absolute;
	top:0px;
	right:10px;
}


#topnav li {
text-decoration:none;
display:inline;
}

#topnav li a {
color:#FFF;
text-decoration:none;
}

#topnav li a:hover {
text-decoration:underline;
}









/* MAIN NAV */

#mainnav_wrapper {
	width: 980px;
    margin: 0 auto;
}

#services {
	background:#fff url(http://www.kukimedia.com/images/base/services.jpg) no-repeat; 
	height:48px;
	width:98px;
	float:left;
}

#mainnav_wrapper ul {
	width:882px;
	float:left;
	margin-bottom:10px;	
}

#mainnav_wrapper ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:20px;
	display:block;
}

#mainnav_wrapper ul li {
	list-style:none;
	background:#fff url(http://www.kukimedia.com/images/base/kuki_maintab.gif) no-repeat; 
	width: 126px;
	height: 48px;
	display:inline;
	text-align: center;	
	float: left;
}

#mainnav_wrapper ul li a:hover, #mainnav_wrapper ul li.cur {
	list-style:none;
	background:#fff url(http://www.kukimedia.com/images/base/kuki_maintab_over.gif) no-repeat; 
	width: 126px;
	height: 48px;
	display:inline;
	text-align: center;	
	float: left;
}









/* CONTENT AREA */

#content_wrapper {
	width: 980px;
    margin: 0 auto;
}

#content_wrapper li {
	list-style:none;
	line-height:31px;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	clear:both;
	margin-left:20px;
	margin-bottom:15px;	
	margin-top:10px;	
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;	

}

#content h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;	
}

#content h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#66CC00;	
	margin-top:10px;	
	margin-bottom:10px;
}

#content h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#C4C4C4;	
	margin-top:10px;	
	margin-bottom:10px;
}

#content ul {
	margin-left:20px;
}

#content ul li {
	list-style-type: disc;
	font-size:17px;
	font-weight: bold;
	line-height:19px;
}	



/* CONTENT PANELS */
#leftpanel {
	float: left;
	width: 613px;
	margin-top:15px;
}

#rightpanel {
	float: left;
	width: 323px;
	margin-left: 20px;
	margin-top:15px;
}



/* HOSTING PANEL */
#hosting_panel {
	height:49px;
	width: 503px;
	background-color:#66CC00;
	font-size:39px;
	color:#fff;
	font-weight: bold;
	padding-left:4px;
	line-height:50px;
	float:left;
}

#hosting_panel em {
	color: #333333;
	font-style:normal;
}

#hosting_panel_body {
	height:278px;
	width: 505px;
	margin-top:0px;
	padding-top:14px;
	font-size:39px;
	color:#fff;
	font-weight: bold;
	line-height:50px;
	border:1px solid #66CC00;
	float:left;
}

#hosting_panel_body .left {
	width:295px; 
	float: left; 
	font-size:15px;
	color: #000;
}

#hosting_panel_body .right {
	font-size:15px;
	color: #000;
	width:193px;
    padding-left:10px;
    float: left;
	color: #000;
}

#hosting_panel_body .right .buynow {
	margin-left:64px;
	margin-top:14px;
}



#hosting_panel_body .right em {
	color: #66CC00;
	font-style:normal;
	text-decoration:underline;
}



/* SMALL BUSINESS PANEL */
#small_business {
	width:225px;
	border: 1px solid #000100;
	float: right;
}	 

#small_business .head {
	background-color:#66cc00;
	color: #fff;
	font-size:23px;
	line-height:29px;
	font-weight:bold;
	padding-left:15px;
	padding-top:15px;
	height: 69px;
	font-family:Arial, Helvetica, sans-serif;
}

#small_business .body {
	background-color:#fff;
	color: #000;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
}

#small_business .foot {
	text-align:center;
	background-color:#333333;
	color: #fff;
	height:40px;
	font-size:26px;
	line-height:36px;
}

#small_business .body em {
	color:#66cc00;
	font-style:normal;
	font-weight:bold;
}



/* NAVIGATION UNDER CONTENT, ABOVE FOOTER */

#footernav_wrapper {
	width: 100%;
    margin: 0 auto;
	position: relative;
	background-color:#66CC00;
}

#footernav_wrapper .container {
	margin-left:20px;
}

#footernav {
	width: 960px;
	height: 160px;
    margin: 0 auto;
	position: relative;
}

#footernav h2 {
	font-size:21px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;	
}

.servicelist {
	margin-top:10px;
	width:200px;
	color:#fff;
	float: left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;	
}

.servicelist a {
	color:#fff;
	text-decoration: none;
}

.servicelist a:hover {
	text-decoration: underline;
}
.servicelist li {
	font-size:14px;
	line-height: 15px;
}



/* FOOTER */
#footernav .headertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;		
}

#footernav li{
	list-style:none;
}

#contactform {
	margin-top:10px;
	font-size:20px;
	color:#fff;
	float: left;
	width:326px;
}

#contactform .getintouch {
	margin-top:5px;
	float: left; 
	width:110px; 
	color:#333333; 
	font-size:13px; 
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#contactform .getintouch .text {
	padding-bottom:7px;
}	




/* FORM */
#footernav_wrapper input {
	padding:0.15em;
	width:182px;
	height:17px;
	border:1px solid #333333;
	background:#fafafa;
	color:#333333;
	font-size:12px;	
	margin-bottom:3px;
	float:left;
}

#footernav_wrapper .btn {
	width:70px;
	height:24px;
	padding-left:0.15em;	
	background-color:#333333;
	color: #fff;
	text-align:center;
	font-size:15px;
	border: 1px solid #fff;
	float:left;
}

/* FORM LIVE VALIDATION CLASSES */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}





/* FOOTER */
#footer_wrapper {
	width: 100%;
    margin: 0 auto;
	position: relative;
	background-color:#333333;
	height:150px;
}

#footer{
	width: 980px;
	height: 93px;
    margin: 0 auto;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

#footer .graphic {
	float: left; 
	width:297px;
}

#address {
	float: left;
	width:510px;
	padding-top:10px;
	color: #fff;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

#address a{
	color: #fff;
	text-decoration:none;
}

#address  em {
color: #66CC00;
font-style:normal;
}

#backtotop {
	width:50px;
	float: left;
	margin-left:60px;
}	

/* NEWS */

.newsitem {
	margin-top:20px;
	
}

.newsitem h2 {
	color: #7cab29 !important; 
	font-size: 20px !important;
	margin-bottom: 2px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	letter-spacing: -1px;
	line-height: 100%;
	padding-bottom: 3px;
	font-weight: bold;
}

.newsitem h2 a {
	color: #7cab29 !important;
	text-decoration:none;
}

.newsitem h1 {
	color: #7cab29 !important; 
	font-size: 20px !important;
	margin-bottom: 2px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	letter-spacing: -1px;
	line-height: 100%;
	padding-bottom: 3px;
	font-weight: bold;
}

.newsitem h1 a {
	color: #7cab29 !important;
	text-decoration:none;
}

.newsitem ul {
	margin-bottom:10px;
}

.newsitem ul li {
	list-style:none !important;
	font-size:12px !important;
	font-weight:normal !important;
	line-height: 8px;
	padding-left: 20px;
	background-image: url(http://www.kukimedia.com/images/base/rightarrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.newsitem .details {
	margin-left:60px; 
	/* border:1px solid; */ 
	width:900px; 
	height:10px;
}

.newsitem .details .category {
	background:#fff url(http://www.kukimedia.com/images/base/blog-category.gif) no-repeat;
	width:770px;
	padding-left:20px;
	font-size: 12px;
	height:16px;
	color: #999999;
	/* border:1px solid; */ 
	padding-top:2px;
	float: left;
}	

.newsitem .details .category a {
	text-decoration:underline;
	color: #999999;
}

.newsitem .details .comments {
	/* border:1px solid; */ 
	background:#fff url(http://www.kukimedia.com/images/base/blog-comments.gif) no-repeat;
	padding-left:20px;
	padding-top:2px;
	width:90px;
	font-size: 12px;
	height:16px;
	color: #999999;
	float: left;
}
.newsitem .details .comments a {
	text-decoration:underline;
	color: #999999;
}

.newsitem .details .commentnow {
	/* border:1px solid; */ 
	background:#fff url(http://www.kukimedia.com/images/base/blog-comment-now.gif) no-repeat;
	padding-left:20px;
	padding-top:2px;
	width:80px;
	font-size: 12px;
	height:16px;
	color: #999999;
	float: left;
}
.newsitem .details .commentnow a {
	text-decoration:underline;
	color: #999999;
}





.newsdate {
	background:#fff url(http://www.kukimedia.com/images/base/kukidate_stamp.gif) no-repeat;
	/* border:1px solid; */
	width:49px;
	height:53px;	
	float: left;
	margin-right:10px;
}

.newsdate .month {
	color: #fff;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding-left:13px;		
	float: left;
}

.newsdate .date {
	color: #999999;
	font-size:24px;
	padding-left:11px;	
	float: left; 
}

#commentform {
	background-color:#fff;
	width:485px; 
	height:470px;
	margin-top:20px;
}

#commentform p {
	margin-bottom:20px;
}

#commentform textarea {
	width: 478px;
	height: 115px;
	background-color: #f1fedb;
	border: #bdd77f 1px solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus  {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#commentform input {
	width: 200px;
	background-color: #f1fedb;
	border: #bdd77f 1px solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 3px;
	padding: 3px;
	margin-top: 3px;
}


#commentform #submit {
	background-color: transparent;
	background-image: url(http://www.kukimedia.com/images/base/comment-submit.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-family: Arial,Georgia,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #ffffff;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	float: right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

.commentlist

{
	margin-top:10px;
	width: 960px;
}

.commentlist li 

{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f1fedb;
	border: 1px solid #bdd77f;
	margin-bottom:10px;
}







/* ----- Share Panel ----- */
/* ------------------------------------------------------------ */
.share {
	float:left;
	position:relative;
	width:100px;
}
.share_icon {
	float:left;
	border:1px solid;
	width:100px;
}
.share p {
	padding: 0;
	font-weight: bold;
}
.share .panel {
	position: absolute;
	z-index: 1;
	right: 42px;
	bottom: 35px;
	float: left;
	width: 161px;
	background: url(http://www.kukimedia.com/images/share/share_top.png) 0 0 no-repeat !important;
	background-image: url(http://www.kukimedia.com/images/share/share_top.gif);
}
.share .panel ul {
	float: left;
	width: 145px;
	margin: 0 0 -25px 0;
	padding: 0 11px 25px 5px;
	list-style: none;
	background: url(http://www.kukimedia.com/images/share/share_bottom.png) 0 100% no-repeat !important;
	background-image: url(http://www.kukimedia.com/images/share/share_bottom.gif);
}
.share .panel ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #d2d2d2;
	font-size:12px !important;
	background-color:#ffffff;
	border-right: 1px dotted #d2d2d2;
}
.share .panel ul li.last {
	border-bottom: none;
}
.share .panel ul li a {
	display: block;
	padding: 5px 5px 5px 25px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #666;
	height: 25px;
	line-height:25px;
}
.share .panel ul li a.send {
	background-image: url(http://www.kukimedia.com/images/share/send.gif)
}
.share .panel ul li a.digg {
	background-image: url(http://www.kukimedia.com/images/share/digg.gif)
}
.share .panel ul li a.reddit {
	background-image: url(http://www.kukimedia.com/images/share/reddit.gif)
}
.share .panel ul li a.delicious {
	background-image: url(http://www.kukimedia.com/images/share/delicious.gif)
}
.share .panel ul li a.furl {
	background-image: url(http://www.kukimedia.com/images/share/furl.gif)
}
.share .panel ul li a.technorati {
	background-image: url(http://www.kukimedia.com/images/share/technorati.gif)
}




/* ----- Showcase Styles ----- */
/* ------------------------------------------------------------ */
#content .showcase {
	float: left;
	/* border: 1px solid #ff6600; */	
	width:960px;
}

#content .showcase ul {
	margin-left: 0px;
}	
	
#content .showcase ul li {
	font-style:normal;
	list-style:none;
	display:inline;
	width:300px;
	float: left;
	margin:10px;
}

#content .showcase .weblink {
	/*border: 1px solid;*/
	padding-left: 20px;
	background-image: url(http://www.kukimedia.com/images/base/rightarrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	width:300px; 
	height:40px;
}

#content .showcase .weblink a {
	text-decoration:none;
	display: block;
	color: #000;
}

