/*
Theme Name: CC
Theme URI: http://nissanke.nimve.com/
Description: Developed by L. U. Nissanke
Version: 1.0
Author: L. U. Nissanke
Tags: nothing
*/

* html,* html body, * img.bg /* IE6 Fixed Position Jitter Fix */
{
    background-attachment:fixed;
}

body 
{
    margin:0px;
    padding:0px;
    font: 12px/24px verdana ,Arial,Sans-serif;
    color:#666666;
    background-color: #000000;
    background-image: url(images/site_bk.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: top center;
}

.clear-both 
{
    clear:both;
}

h1 
{
    font: Bold Italic 16pt/22pt verdana ,Arial,Sans-serif;
    color:red;
    margin:0px;
    padding:0 0 20px 0;
}

h2 
{
    font: Bold 16px/16px verdana ,Arial,Sans-serif;
    color:black;
    margin:0px;
    padding:0 0 10px 0;
}

p 
{
    margin:0px;
    padding:0 0 20px 0;
}

p.readmore 
{
    margin:20px 0 0 0;
    width:100%;
    text-align:right;
}

p.readmore a 
{
    font: 12px/16px verdana ,Arial,Sans-serif;
    color: #009fd0;
    text-decoration:none;
}

p.readmore a:hover
{
    font: 12px/16px verdana ,Arial,Sans-serif;
    color: #009fd0;
    text-decoration:underline;
}

#data_form_base 
{
    width:600px;
    clear:both;
}

#data_form_single_row
{
	clear:both;
}

#data_form_title 
{
    width:100px;
    float:left;
    padding-bottom:10px;
    clear:left;
    font: bold italic 10pt verdana;
}

#data_form_item 
{
    width:310px;
    float:left;
    padding-bottom:5px;
    clear:right;
}

#data_form_item select, #data_form_item input
{
    font:8pt/14pt arial;
}

#base_site 
{
    margin:0 auto;
    min-width:980px;
    background-image: url(images/sitebkzz.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

#top_banner_base 
{
    margin:0 auto;
    height:131px;
    background: url(images/top-banner-bk.png) repeat-x bottom left;
}

#top_banner 
{
    margin:0 auto;
    width:980px;
    padding: 10px 0 0 0;
}

#logo 
{
    height:120px;
    width:420px;
    float:left;
}

/* Top Navigation ============================================================= */

#navi_base 
{
    float:right;
    /*height:35px;*/
    text-align:right;
    /*width:560px;*/
    margin: 80px 0 0 0;
}

#navi_base ul.menu
{
    margin:0px;
    padding:0px;
}

#navi_base li.menu-item
{
    display:inline;
    margin: 0 0 0 5px;
    padding:10px 0px 0px 0px;
    width:100px;
    height:30px;
    float:left;
    
    text-align:center;
    position:relative;
    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    
    background-color: #dbdbdb;
    
    border-radius: 5px 5px 0px 0px; 
    
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8e8e8e), to(#cbcbcb));
    background: -webkit-linear-gradient(#8e8e8e, #cbcbcb);
    background: -moz-linear-gradient(#8e8e8e, #cbcbcb);
    background: -ms-linear-gradient(#8e8e8e, #cbcbcb);
    background: -o-linear-gradient(#8e8e8e, #cbcbcb);
    background: linear-gradient(#8e8e8e, #cbcbcb);

    -pie-background: linear-gradient(#8e8e8e, #cbcbcb);

    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);

}

#navi_base li.current-menu-item, #navi_base li.current-menu-parent 
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    
    background-color: #003176;
    
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#003176), to(#2669af));
    background: -webkit-linear-gradient(#003176, #2669af);
    background: -moz-linear-gradient(#003176, #2669af);
    background: -ms-linear-gradient(#003176, #2669af);
    background: -o-linear-gradient(#003176, #2669af);
    background: linear-gradient(#003176, #2669af);

    -pie-background: linear-gradient(#003176, #2669af);

    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);

}
     

#navi_base li.menu-item a 
{
    font: bold 12px/16px verdana;
    color:#5b5b5b;
    text-decoration:none;
    text-transform:uppercase;
}

#navi_base li.menu-item a:hover
{
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
}

#navi_base li.current-menu-item a, #navi_base li.current-menu-parent a
{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}

/* Sub navi => drop down ===================================================== */
#navi_base ul.menu li
{
    z-index:9999999;
}

#navi_base ul.menu li ul.sub-menu
{
	list-style: none;
	margin: 0px; 
	padding: 0px 0 0 0px;
	width: 230px;
	float: left;
	position:absolute;
	top:40px;
	background: url(images/sub-bk.png) no-repeat bottom;
	display: none;
}

#navi_base ul.menu ul.sub-menu li
{
    margin: 0px;
    padding:10px 20px 10px 20px;

    display:inline;
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	float:left;
	width:188px;
	background: none;
	height:auto;
	text-align:left;
	border-top: dotted 1px #666666;
}

#navi_base ul.sub-menu
{
    background:url(../images/sub-navi-bk1.png) no-repeat bottom;
}

#navi_base ul.menu ul.sub-menu li a
{
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform:none;
	font-weight:normal;
}

#navi_base ul.menu ul.sub-menu li a:hover 
{
    color: #6ae2e9;
}

/* ============================================================================ */

#site 
{
    margin: 0px auto;
    padding: 20px 0 0px 0;
    width:980px;
}

.footer-base 
{
    margin: 20px 0 0px 0;
    padding: 20px;
    
    width:940px;
    height:120px;
    
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    
    -webkit-box-shadow: 0px 0px 5px 0px #444444;
    -moz-box-shadow: 0px 0px 5px 0px #444444;
    box-shadow: 0px 0px 5px 0px #444444;
    
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7EAE6));
    background: -webkit-linear-gradient(#FFFFFF, #E7EAE6);
    background: -moz-linear-gradient(#FFFFFF, #E7EAE6);
    background: -ms-linear-gradient(#FFFFFF, #E7EAE6);
    background: -o-linear-gradient(#FFFFFF, #E7EAE6);
    background: linear-gradient(#FFFFFF, #E7EAE6);
    -pie-background: linear-gradient(#FFFFFF, #E7EAE6);
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);
}

.footer-base #left 
{
    padding:0px 20px 0 0px;
    font: bold 18px/16px Arial,Sans-serif;
    color:#000000;
    float:left;
    width:120px;
}

.footer-base #right
{
    padding:0 0 0 20px;
    font: 18px/16px Arial,Sans-serif;
    float:left;
    width:780px
}
    
/* HP ========================================================================= */
#hp_base 
{
    width:980px;
    clear:both;
}

#hp_main_image
{
    height:400px;
    width:980px;
}

.hp-main-image
{
    
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 5px 0px #444444;
    -moz-box-shadow: 0px 0px 5px 0px #444444;
    box-shadow: 0px 0px 5px 0px #444444;
    
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7EAE6));
    background: -webkit-linear-gradient(#FFFFFF, #E7EAE6);
    background: -moz-linear-gradient(#FFFFFF, #E7EAE6);
    background: -ms-linear-gradient(#FFFFFF, #E7EAE6);
    background: -o-linear-gradient(#FFFFFF, #E7EAE6);
    background: linear-gradient(#FFFFFF, #E7EAE6);
    -pie-background: linear-gradient(#FFFFFF, #E7EAE6);
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);

}

.hp-row-2-base
{
    height:220px;
}

.hp-service-buttons
{
    float:left;
    width:500px;
    margin:20px 0 0 0;
    text-align:center;
}

/* HP Service boxes - new ===================================================== */
.hp_service_new_boxes
{
    background-color: #fff;
    float:left;
    height:80px;
    width:210px;
    padding: 20px 17px 0 10px;
    text-align:right;
    margin:0 10px 20px 0;
    background-color: #fff;
    
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 5px 0px #444444;
    -moz-box-shadow: 0px 0px 5px 0px #444444;
    box-shadow: 0px 0px 5px 0px #444444;
    
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7EAE6));
    background: -webkit-linear-gradient(#FFFFFF, #E7EAE6);
    background: -moz-linear-gradient(#FFFFFF, #E7EAE6);
    background: -ms-linear-gradient(#FFFFFF, #E7EAE6);
    background: -o-linear-gradient(#FFFFFF, #E7EAE6);
    background: linear-gradient(#FFFFFF, #E7EAE6);
    -pie-background: linear-gradient(#FFFFFF, #E7EAE6);
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);
}

.hp_service_new_boxes a
{
    font: italic 16px arial, verdana;
    color:red;
    text-decoration:none;
}

.hp_service_new_boxes a:hover
{
    text-decoration:underline;
}


.hp_service_1_new 
{
    background-image:url(images/hp_service_1_new.jpg);
    background-repeat:no-repeat;
    background-color: #fff; 
}

.hp_service_2_new { background:url(images/hp_service_2_new.jpg) no-repeat scroll 0 0 #fff; }
.hp_service_3_new { background:url(images/hp_service_3_new.jpg) no-repeat scroll 0 0 #fff; }
.hp_service_4_new 
{
    background:url(images/hp_service_4_new.jpg) no-repeat scroll 0 0 #fff; 
    margin-right:0px;
}


.hp-content-base
{
    width:980px;
    margin:0px;

    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7EAE6));
    background: -webkit-linear-gradient(#FFFFFF, #E7EAE6);
    background: -moz-linear-gradient(#FFFFFF, #E7EAE6);
    background: -ms-linear-gradient(#FFFFFF, #E7EAE6);
    background: -o-linear-gradient(#FFFFFF, #E7EAE6);
    background: linear-gradient(#FFFFFF, #E7EAE6);
    -pie-background: linear-gradient(#FFFFFF, #E7EAE6);
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);
}

#hp_content_row
{
    width:326px;
    float:left;
}

#hp_content
{
    padding:20px;
}

#hp_content h2 
{
    margin:0 0 30px 0;
}

#hp_content ul 
{
    margin:0px;
    padding: 0 0 0 10px;
}

#hp_content li
{
    margin: 0px;
    list-style-image: url(images/arrow.jpg);
}

/* Contents ======================================================================== */
#content_top 
{
    background-image: url(images/content_bk_top.png);
    background-repeat:no-repeat;
    height:20px;
    width:980px;
    clear:both;
}

#content_bottom
{
    background-image: url(images/content_bk_bottom.png);
    background-repeat:no-repeat;
    height:20px;
    width:980px;
}

.hp-content-body
{
    background-image: url(images/content_bk_middle.png);
    background-repeat:repeat-y;
    padding:0 20px 0 20px;
    width:940px;
    background-color:#ffffff;
}
    
#content_body
{
    background-image: url(images/content_bk_middle.png);
    background-repeat:repeat-y;
    padding:0 20px 0 20px;
    width:940px;
    /*background-color:#ffffff;*/
    display:inline-block;
    min-height:600px;
	height: auto;
}

#content_body img
{
    float:left;
    margin:0 20px 20px 0;
    /*border: solid 1px #707070;*/
    padding:5px;
}

#content_body img.right-image 
{
    float:right;
    margin: 0 0 20px 20px;
}

/* Our services =============================================================== */
.services-contents img
{
    float:none !important;
}

#services_left 
{
    float:left;
    width:300px;
}

#services_right 
{
    float:left;
    width:620px;
    padding:0 0 0 20px;
}

/*** 
    Slide Show
    set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Contact us page ============================================================ */
.contact-left 
{
    width:400px;
    float:left;
}

.contact-right 
{
    width: 520px;
    padding: 0 0 0 20px;
    float:left;
    min-height:500px;
}

/* Services page ============================================================== */

/* Services navigation -------------------------------------------------------- */
.services-navigation 
{
    float:left;
    width:240px;
    text-align:left;
}


.services-navigation ul.menu
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align:left;
}

.services-navigation li.menu-item
{
    margin:0px;
    padding:8px 10px  8px 10px;
    background-image: url(images/submenu-line.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    text-align:left;
}

.services-navigation li.current-menu-item
{
    font-weight:bold;
}
     

.services-navigation li.menu-item a 
{
    font-size:14px;
    text-decoration:none;
    color: #239ae6;
}

.services-navigation li.menu-item a:hover
{
    font-size:14px;
    text-decoration:underline;
}

.services-navigation li.current-menu-item a
{
    text-decoration:none;
}

/* end services navigation ---------------------------------------------------- */

.services-contents 
{
    float:left;
    padding:0 0 0 30px;
    width:670px;
}

.error-message {
    color: red; 
    font-size: 16px;
    margin: 0 0 20px 0;
}

.contact-right #name, #telephone, #email, #subject 
{
    border: solid 1px #a9a9a9;
    height:20px;
}

.contact-right #message
{
    border: solid 1px #a9a9a9;
    height:100px;
}

img.bg {
    height:auto;
    left:0;
    min-height:100%;
    min-width:1024px;
    position: fixed;
    top:0;
    width:100%;
    z-index:-1;
}

/* Newsletter ================================================================= */
.hp-newsletter-base 
{
    float:left;
    width:398px;
    height:205px;
    margin:20px 0 0 0;
    padding: 15px 30px 0px 50px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 5px 0px #444444;
    -moz-box-shadow: 0px 0px 5px 0px #444444;
    box-shadow: 0px 0px 5px 0px #444444; 
    
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7EAE6));
    background: -webkit-linear-gradient(#FFFFFF, #E7EAE6);
    background: -moz-linear-gradient(#FFFFFF, #E7EAE6);
    background: -ms-linear-gradient(#FFFFFF, #E7EAE6);
    background: -o-linear-gradient(#FFFFFF, #E7EAE6);
    background: linear-gradient(#FFFFFF, #E7EAE6);
    -pie-background: linear-gradient(#FFFFFF, #E7EAE6);
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);
}

.wpmlwidget legend 
{
    width:120px;
    float:left;
    padding: 5px 0 0 0;
    font: normal 13px/20px Arial,Helvetica,sans-serif !important;
}

.hp-newsletter-base input.widefat 
{
    border:1px solid #bebebe; 
    background:#f5f5f5; 
    width:200px; 
    height:20px; 
    padding:5px 0 0 5px; 
    color:#7b7b7b; 
    font-size:11px
}

span.wpmlbutton
{
    margin:0 0 0 120px;
}

span.wpmlbutton .button 
{
    border: 1px solid #8E8E8E;
    padding: 3px 15px 3px 15px;
    text-align: center; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #F1F2F3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F1F2F3), to(#C5C7C9));
    background: -webkit-linear-gradient(#F1F2F3, #C5C7C9);
    background: -moz-linear-gradient(#F1F2F3, #C5C7C9);
    background: -ms-linear-gradient(#F1F2F3, #C5C7C9);
    background: -o-linear-gradient(#F1F2F3, #C5C7C9);
    background: linear-gradient(#F1F2F3, #C5C7C9);
    -pie-background: linear-gradient(#F1F2F3, #C5C7C9);
    cursor:pointer;
    behavior: url(http://corporatecomputers.net.au/wp-content/themes/cc/PIE.htc);
}

p.wpmlerror
{
    font: normal 12px/20px Arial,Helvetica,sans-serif !important;
    font-style:italic !important;
}


/**
Contact form
**/
.wpcf7-form 
{
    padding: 20px;
}

.wpcf7-text 
{
    background-color: Transparent;
    background-repeat: no-repeat;
    border: medium none;
    height: 25px;
    margin: 0 0 10px 0;
    padding: 0px;
    width: 400px;
}

.contact-text-area
{
    background-color: Transparent;
    background-repeat: no-repeat;
    border: medium none;
    height: 180px;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 400px;
}

img.ajax-loader {
	border:none !important;
	float:none !important;
}

form p 
{
    margin:0px;
    padding: 0px;
}

form p.required:after
{
    color:Red;
    content: " *";
}

.text-1
{
    width:400px;
    border:solid 1px #a3a3a3;
    height:25px;
}

.textarea-1 
{
    width:400px;
    border:solid 1px #a3a3a3;
    height:200px;
}

.widgettitle
{
display: none;
}
