@charset "UTF-8";
/*
======================================================================
Css Name: Master - Screen Css
Css URL: http://wisdompos.com.au/
Description: Master Screen Stylesheet for Wisdom Pos Website
Version: 1.0
Author: Andreas Pratikto
Author Email: andreas@inspireimage.com.au
Author URL: www.inspireimage.com.au
======================================================================*/

/* Colors
======================================================================
	#191919 : Dark grey - bg panel
	#e1e1e1 : Very light grey - text
	#555555 : light grey - line
	#c2c2c2 : Grey -  border picture
	#52ac1b : Green -  h2
	#ff4200 : Orange -  h1
	#c69c6d : Krem  - bold text
	
====================================================================== */




/*----------------------------------
		Overall Layout
-----------------------------------*/

html, body, div, span, h1, h2, h3, h4, p, a, img, li, ol, ul, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; vertical-align: baseline; }/* Reset browser defaults for consistency */
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #000000 url(../images/bg.jpg) repeat-x;
	color: #e1e1e1;
	font: normal 100% Arial, Helvetica, Verdana, sans-serif;
}
.container {
	font-size: 0.8em;
	width: 832px;
	margin: 0 auto;
	text-align: left;
}



/*----------------------------------
		Typography
-----------------------------------*/

h1 { font-size: 2.4em;margin-bottom: 10px; color:#ff4200; }
h2 { font-size: 1.6em; margin-bottom: 10px; }	
h3 { font-size: 1.4em; margin-bottom: 10px;}	
p { font-size: 1em; line-height: 150%; }

.heading_wrapper { position: absolute; margin-left: 162px; }/*buat h2--karena pake sifr*/	
.spacer {height: 24px;} /*buat ganjel heading 2*/

strong { color: #c69c6d;}	
.intro { font-size: 1.4em;}	
.testi { font-style: italic; line-height: 150%; }


/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }	
span.sIFR-alternate { position: absolute;left: 0;top: 0; width: 0;height: 0;display: block;overflow: hidden; }


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 { visibility: hidden; }
.sIFR-hasFlash h2 { visibility: hidden; }
.sIFR-hasFlash h3 { visibility: hidden; }
	
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/



/*-------------Link Style-----------------*/
		
a:link, a:visited { color: #52ac1b; text-decoration:none; }
a:hover { padding-bottom: 1px; border-bottom: 1px dotted #ff4200; color: #ff4200; }
	
#email_us:link, #email_us:visited {
	height: 42px;
	width: 176px;
	position: absolute;
	background: url(../images/email_us.jpg) no-repeat 0px 0px;
}
#email_us:hover {background-position: 0 -42px; border: none;}	
	
.more:link, .more:visited {
	background: url(../images/more_button.jpg) no-repeat 0px 0px;
	height: 23px;
	width: 90px;
	position: absolute;
	margin-left: -2px;
	margin-top: 2px;
}
.more:hover {background-position: -91px 0px; border: none;}

.email_us_header:link, .email_us_header:visited { /*buat email us btn di header*/
	height: 35px;
	width: 169px;
	position: absolute;
	background: url(../images/email_header.jpg) no-repeat 0px 0px;
	margin-left: 634px;
	top: 215px;
}
.email_us_header:hover {background-position: 0 -36px; border: none;}
	
.demo:link, .demo:visited {
	background: url(../images/demo_button.jpg) no-repeat 0px 0px;
	height: 23px;
	width: 90px;
	position: absolute;
	margin-left: -2px;
	margin-top: 2px;
}
.demo:hover {background-position: -91px 0px; border: none;}
.back_top a:link, .back_top a:visited {
	color:#444;
	text-decoration: none;
}
.back_top a:hover { padding-bottom: 1px; border-bottom: 1px dotted #ff4200; color: #ff4200; }
	
.log_out a:link, .log_out a:visited { font-weight:bold; }
.log_out { text-align:right; }

#free_demo:link, #free_demo:visited { 
	background: url(../images/free_demo.jpg) no-repeat 4px 8px;
	position:absolute;
	width: 176px;
	height: 65px;
	border:none;}

	
/*----------------------------------
		Header layout 
-----------------------------------*/

          
		  
		  
		  
		  
		  
		  
		  
		  
		  
		  
		  
		  
		  


/*----------------------------------
		Content Page
-----------------------------------*/

.content { padding-top: 8px; }
.left, .right { display: inline; float: left; }/*Left column and right column*/

	
	

/*-------------Left Column-----------------*/


/*---------------Menu----------------------*/
ul.nav { 
	list-style-type:none;
	padding-left:0;
	margin-left:0;}
ul.nav a {
	display:block;
	width: 192px;
	height: 32px;
	line-height: 32px;
	padding-bottom: 1px;
	background-position: -387px 0px;
	background-repeat: no-repeat;
}

.home:link, .home:visited { background-image: url(../images/home.jpg); }	
.about:link, .about:visited { background-image: url(../images/about_us.jpg); }
.contact:link, .contact:visited { background-image: url(../images/contact_us.jpg); }	
.testimonials:link, .testimonials:visited { background-image: url(../images/testimonials.jpg); }		
.sollutions:link, .sollutions:visited { background-image: url(../images/sollutions.jpg); }	
.support:link, .support:visited { background-image: url(../images/support.jpg); }	
.partners:link, .partners:visited { background-image: url(../images/partners.jpg); }
	
.home:hover, .about:hover, .contact:hover, .testimonials:hover, .sollutions:hover, .support:hover, .partners:hover{ background-position: -193px 0px; border: none;} /*menu---RollOver stage*/
#home .home, #about .about,  #contact .contact, #testimonials .testimonials, #sollutions .sollutions, #support .support, #partners .partners {background-position: 0 0;} /*to indicate curremt page*/


/*-------------end menu-------------------*/




.left {width: 192px;}
.left_content {
	padding-left: 6px;
	padding-top: 10px;
	height: 76px;
	display: block;
}
.left_top_curve {
	height: 10px;
	background: url(../images/left_panel_top.jpg) no-repeat 0px 0px;
}
.left_bottom {
	margin-top: 8px;
	background: #191919 url(../images/left_panel_bottom.jpg) no-repeat 0px bottom;
	padding-bottom: 8px;
	
}




/*------------Right  column----------------*/

.right {
	margin-left: 8px;
	width: 630px;
	background: #191919 url(../images/right_panel_bottom.jpg) no-repeat 0px bottom;
	padding-bottom: 7px;
}
.right_top_curve {
	background: url(../images/right_panel_top.jpg) no-repeat 0 0 ;
	height: 7px;
}
.right_content {
	background-color: #191919;
	padding-top: 5px;
	padding-bottom: 20px;
}

.thumb { /*ini picture di home page*/
	float: left;
	border: #c2c2c2 2px solid;
	margin-right: 10px;
	margin-bottom: 4px;
}

.right_first { padding: 0px 15px 10px 13px; }
.right_second { border-top: 1px solid #555555; padding: 10px 15px 10px 13px; }	
.right_second ul {
	padding-left: 12px;
	font-size: 1em;
	line-height: 150%;
	list-style-type: square;
}
#about .right_second ul {
	padding-left: 20px;
	font-size: 1em;
	line-height: 150%;
	list-style-type: none;
	list-style-image: url(../images/tick.jpg);
}

.pic_right{ float: right; border:#c2c2c2 2px solid ; margin: 0 0 5px 10px;}
.pic_partners{
	float: right;
	border:none;
	padding-left: 10px;
}	

.strecter {clear: both; height: 1px;}	
.back_top {clear: both; text-align: right; font-size: 0.8em; font-weight: bold;}		
	

/*----------------Contact Form-------------------------------------*/

.warning {visibility: hidden;}
	
.fill_me {
	width: 100%;
	border: 1px solid #555555;
	background: #272727;
	color: #e1e1e1;
	font-weight: normal;
}
.title {
	border: 1px solid #555555;
	background: #272727;
	color: #e1e1e1;
	font-weight: normal;

}
.button {
	border: 1px solid #555555;
	background: #272727;
	color: #e1e1e1;
}
.required { font-size: 0.8em;}
.response {
	height: 300px;
	text-align: center;
	padding-top: 20px;
	font-style: normal;
	font-weight: bold;
}	




/*----------------Login page and protect page-------------------------------------*/

.client {
	width: 400px;
	float:right;
	clear:right;
	margin-top: 5px;
	border: 1px solid #555555;
	background: #272727;
	color: #e1e1e1;
	font-weight: normal;
}
.user {
	float:left;
	clear:left;
	margin-top: 5px;}
	
.button_login {
    float:right;
	clear:right;
	margin-top: 5px;
	border: 1px solid #555555;
	background: #272727;
	color: #e1e1e1;
}

.back { clear:both; text-align: center; font-size:1em; font-weight: bold;}
.error {display: inline; color: #CC3333;} 
/*----------------------------------
		footer
-----------------------------------*/

.footer { clear: both;font-size: 0.8em;line-height: 150%;margin: 0px 0px 0px 213px;padding: 20px 0px; }

	
	
