/*
Theme Name: Kessa Realty Theme
Theme URI: 
Description: This is a custom theme for Kessa Realty. 
Version: 2.8
Author: Govnah, SILKY IT PRODUCTIONS
Company URI: http://www.silky-productions.com
*/

/* Stylesheet 
** Date: 09/02/2010
** Client: Kessa */

/****************************************************
				Genral Classes
****************************************************/
.clear {clear:both}

.right { float:right; margin-bottom:10px;}

.alignright{float:right; margin-right:15px; padding:0; margin-bottom:10px;}

.alignleft{float:left; margin-right:10px; padding:0; margin-bottom:10px;}

a img {border:0}

ul {
    list-style-type:none;
	padding:0 0 0 20px;;
}

li {
	list-style:none;
	padding-left:30px;
	padding-bottom:10px;
    background: transparent url(images/bullet-point.png) no-repeat;
    background-position:0 2px;
}

h2 {text-decoration:underline; font-size:20px;}

hr {clear:both;}
/*------------------------------------------------*/


/****************************************************
				Genral LINKS
****************************************************/

a {
	color:#d9151b;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

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

/****************************************************
					Layout
****************************************************/
body {
	font-family:Verdana, Geneva, sans-serif;
    font-size:100%;
    line-height:1.125em;
	background:url(images/bg.jpg) repeat-x;
	background-color:#131313;
	color:white;
	margin:0;
}


#wrap {
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
	font-size:12px;
}

#nav {
	width:1000px;
	height:48px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
} 
#nav ul{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	height:48px;
	padding-top:15px;
	padding-left:0px;
}
#nav li{
	display:inline;
	list-style-type:none;
	background:none;
	padding:0 0px 0 0;
}
#nav li a{
	color:white;
	padding:15px 15px 19px 15px;
}
#nav ul a:hover{
	background:url(images/nav_hover.gif) repeat-x;
}

#banner {
	position:relative;
	width:100%;
	height:400px;
	background:url(images/banner.jpg) no-repeat;
}

#notification {
	width:648px;
	height:100px;
	float:right;
	margin-top:205px;
	margin-right:160px;
}#notification h3 {
	padding:0;
	padding:5px 0 0 5px;
}#notification p {
	padding:0;
	margin:10px 0 0 15px;
}#notification a.readmore{
	padding:0;
	margin:-25px 20px 0 0;
	font-weight:bold;
	color:#ff5f08;
	border:1px #ff5f08;
	border-style:solid none solid none;
}#notification a:hover.readmore{
	color:white;
}#notification a {font-weight:bold; color:white;
}#notification a:hover {font-weight:bold; color:#d9151b;}

#notice1 {
	width:314px;
	height:auto;
	float:left;
}
#notice2 {
	width:314px;
	height:auto;
	float:right;
}

#content {
	position:relative;
	width:100%;
	height:auto;
	background-color:#ff5f08;
	border-bottom:1px #fca11f solid;
	margin-bottom:20px;
}

.pic {
	position:relative;
	width:197px;
	height:163px;
	float:left;
	margin:20px 20px 0 20px;
	padding:6px 4px 6px 4px;
	background:url(images/front-pic.jpg) no-repeat;
}.pic ul, .pic li { list-style:none; background:none; padding:0; margin:0}

.pic-contact {
	position:relative;
	width:197px;
	height:163px;
	float:right;
	margin-right:20px;
	padding:6px 4px 6px 4px;
	background:url(images/front-pic.jpg) no-repeat;
}.pic-contact ul, .pic-contact li { list-style:none; background:none; padding:0; margin:0}

.services {
	position:relative;
	width:230px;
	height:auto;
	float:left;
	padding-right:20px;
}

.about {
	position:relative;
	width:450px;
	height:auto;
	float:right;
	text-align:justify;
	padding:0 20px 0 30px;
	background:url(images/divider.png) no-repeat center left;
}

#footer {
	position:relative;
	width:980px;
	height:30px;
	background:url(images/footer.jpg) no-repeat;
	font-weight:bold;
	padding:20px 20px 0 20px;
}


/****************************************************
			   Other pages layout
****************************************************/
#sidebar {
	width:250px;
	background:white;
	float:left;
	height:auto;
	background:url(images/sidebar_bg.gif) repeat-y;
	font-weight:bold;
}#sidebar h2 {
	color:#d9151b;
	padding-bottom:10px;
	margin-right:20px;
	text-decoration:none;
	border-bottom:1px dashed #d9151b;
}

#rightside {
	width:750px;
	height:auto;
	float:right;
	text-align:justify;
	padding-bottom:20px;
}#rightside h2 {
	padding-left:20px;
}#rightside p {
	padding-left:30px;
	margin-right:20px;
}#rightside li {
	margin-left:20px;
}
/*------------------------------------------------*/



@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";