@CHARSET "UTF-8";

/**
 * 	default css
 *	@autor: kris
 *	@copy : Essyo software development		
 */

body {
	background			: #FFF;
	color				: #000;
	font-size			: 12px;
	font-family			: 'Trebuchet MS', Trebuchet, Tahoma, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height			: 1.429;
	margin				: 0;
	padding				: 0;
	text-align			: left;
	}

 @font-face{
    font-family			: 'Bold';
    src					: url('/lib/Default/fonts/Bold.ttf') format('truetype');
 }

 @font-face{
    font-family			: 'Normal';
    src					: url('/lib/Default/fonts/Normal.ttf') format('truetype');
 }

/* Headings */
h1 {
	font-size			: 35px;
	letter-spacing		: -1px;
	}
h2 {
	font-size			: 24px; 
	letter-spacing		: -1px
	}
h3 {
	font-size			: 20px; 
	letter-spacing		: -0.5px;
	}
h4 {
	font-size			: 18px; 
	letter-spacing		: -1px
	}
h5 {
	font-size			: 16px;
	letter-spacing		: -1px
	}
h6 {
	font-size			: 14px;
	letter-spacing		: -1px
	}	
h2, h3, h4, h5, h6 {
	font-weight			: 400;
	line-height			: 1.1;
	margin-bottom		: .8em;
}

/* Anchors */
a {
	outline				: 0;
	}
a img {
	border				: 0px; 
	text-decoration		: none;
	}

::-moz-selection {
	background			: #F6CF74; 
	color				: #fff;
	}
::selection {
	background			: #F6CF74; 
	color				: #fff;
	}

/* Lists */
ul {
	list-style			: none;
}

ol {
	list-style			: none;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display				: block;
}

/***** Layout *****/
.body {
	clear				: both; 
	margin				: 0 auto; 
	width				: 990px;
	}
img.right figure.right {
	float				: right; 
	margin				: 0 0 2em 2em;
	}
img.left, figure.left {
	float				: right; 
	margin: 0 0 2em 2em;
	}

/* fonts */
.arial{
	font-family			: Arial, Tahoma, 'Trebuchet MS', Trebuchet
	}
.helvetica{
	font-family			: Helvetica, Tahoma, 'Trebuchet MS', Trebuchet
	}
.trebuchet{
	font-family			: Trebuchet, Tahoma, 'Trebuchet MS', Arial
	}

.size11{
	font-size			: 11px
	}
.size12{
	font-size			: 12px
	}
.size13{
	font-size			: 13px
	}
.size14{
	font-size			: 14px
	}
.size15{
	font-size			: 15px
	}
.size16{
	font-size			: 16px
	}
.size18{
	font-size			: 18px
	}
.size20{
	font-size			: 20px
	}

input, textarea{
    border-top			: 1px solid #cccccc;
    border-right		: 1px solid #cccccc;
    border-bottom		: 1px solid #cccccc;
    border-left			: 1px solid #cccccc;
    background			: #fafafa;
    color				: #4c4c4c;
	}

input.important, textarea.important{
    border-top			: 1px solid #8aa8e6;
    border-right		: 1px solid #365fb3;
    border-bottom		: 1px solid #365fb3;
    border-left			: 1px solid #8aa8e6;
    background			: #fafafa;
    color				: #808080;
	}

input.required, textarea.required{
    border-top			: 1px solid #ff7f00;
    border-right		: 1px solid #fa5300;
    border-bottom		: 1px solid #fa5300;
    border-left			: 1px solid #ff7f00;
    background			: #fad932;
    color				: #b8351b
    }

input.focus, textarea.focus{
    color				: #000; 
    background			: #fff;
    border-color		: #35729c;
    }

input.unfocused, textarea.unfocused {
    border-top			: 1px solid #b3b3b3;
    border-right		: 1px solid #808080;
    border-bottom		: 1px solid #808080;
    border-left			: 1px solid #b3b3b3;
    background			: #fafafa;
    color				: #000
	}
	
.hide{display:none}

button{cursor:pointer;}
	
