/* --------------

CSS Styles for Jaysoft Ltd website

				----------------*/

body {
	margin: 0px;
	padding: 0px;
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #666;
	text-align:center;
	background: #FFF url(images/footer.png) repeat-x bottom left;
	}
	
#wrap {
	width: 762px;
	margin: 10px auto;
	text-align: left;
	}

a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	}

	

/* --------------

Header

				----------------*/
	
#header {
	height: 226px;
	width: 762px;
	background: url(images/header.png) no-repeat;
	color: #FFF;
	}

#header h1{
	text-indent: -9999px;
	}
	
#header ul {
	color: #FFF;
	float: right;
	width: 125px;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
padding-top: 10px;
	}

html>body #header ul {
margin-right: 4px;
}
	
#header ul li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	}
	
#header ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 125px;
	padding-left: 10px;
	}
	
#header ul li a.selected {
	color: #5596D1;
	background: url(images/selected.gif) no-repeat top left;
	height: 40px;
	padding-top: 11px;
	margin-top: -10px;
	}

html>body #header ul li a.selected {
	margin-bottom: -10px;
}
	
#header p {
	margin-left: 100px;
	margin-top: 65px;
	width: 260px;
	font-weight: bold;
	float: left;
	}
	
html>body #header p {
	margin-left:200px;
	margin-top: 65px;
	}

	
/* --------------

Main

				----------------*/

#main {
	width: 100%;
	margin: 30px 0px 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	}
				
h2 {
	font-weight: normal;
	line-height: 30px;
	font-size: 15px;
	margin: 0px;
	}
	
h2.intro {
	color: #5596D1;
	border-top: 1px solid #D2E1EF;
	border-bottom: 1px solid #D2E1EF;
	}
	
h2.featured {
	color: #FF6600;
	margin-top: 20px;
	border-top: 1px solid #CCC;
	}
	
a.more {
	font-weight: bold;
	float: right;
	margin-top: 20px;
	color: #FF6600;
	}
	
#main ul li {
	list-style-image: url(images/bullet.png);
	}
	
#main img {
	float:  right;
	margin: 5px 0px 20px 10px;
	}
	
/* --------------

Services

				----------------*/
	
#services {
	width: 374px;
	background: url(images/services_bg.png) repeat-y;
	float: left;
	clear: both;
	margin-bottom: 30px;
	}
	
#services h3 {
	color: #FF0000;
	background: url(images/services_top.png) no-repeat top left;
	padding: 20px 10px;
	margin: 0px;
	font-size: 14px;
	}
	
#services dl {
	width: 374px;
	margin: 0px;
	background: url(images/services_btm.png) no-repeat bottom left;
	padding-bottom: 10px;
	}
	
#services dt {
	font-weight: bold;
	width: 340px;
	margin: 0px 0px 0px 10px;
	}
	
#services dt a {
	color: #666;
	text-decoration: none;
	}
	
	
#services dd {
	margin: 0px 0px 20px 10px;
	padding-left: 10px;
	width: 340px;
	background: url(images/dd_bg.png) repeat-y top left;
	}
	
	
/* --------------

News

				----------------*/
	
#news {
	width: 374px;
	background: url(images/news_bg.png) repeat-y;
	float: right;
	clear: right;
	}
	
#news h3 {
	color: #FF0000;
	background: url(images/news_top.png) no-repeat top left;
	padding: 20px 10px;
	margin: 0px;
	font-size: 14px;
	}
	
#news dl {
	width: 374px;
	margin: 0px;
	background: url(images/news_btm.png) no-repeat bottom left;
	padding-bottom: 10px;
	}
	
#news dt {
	font-weight: bold;
	width: 340px;
	margin: 0px 0px 0px 10px;
	}
	
#news dt a {
	color: #666;
	text-decoration: none;
	}
	
	
#news dd {
	margin: 0px 0px 20px 10px;
	padding-left: 10px;
	width: 340px;
	background: url(images/dd_bg.png) repeat-y top left;
	}

/* --------------

Footer

				----------------*/	
	
#footer {
	clear:both;
	text-align: center;
	height: 40px;
	margin-top: 30px;
	}
	
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	}

#feature {
	clear: both;
	display: table;
	}
	
#feature img {
	float: left;
	margin: 10px 10px 0px 0px;
	}

/* --------------

Project page

				----------------*/	

#project_main {
	width: 100%;
	margin: 30px 0px 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	}

.project {
	float: none;
	margin: 10px 10px 30px 80px;
	}

/* --------------

Blog

				----------------*/	

.post_item h3{
font-size: 15px;
color: #FF6600;
}

/* --------------

Form

				----------------*/	

form {
width: 100%;
}

fieldset {
border: 1px solid #CCC;
padding: 20px;
}

legend {
color: #666;
font-size: 12px;
}