

*{ 
	margin: 0;
	padding: 0;
 }

br{clear:left;}

body{
	 font: 15px/2 Georgia, serif; 
	 background: #fff; 
	 }

/*h1,logo{
	text-indent:-9999px;
	display:block;
	margin:50px 0 0 0; 
	}*/

#logo{
	background-image:url(../img/kooki_logo.png);  
	background-repeat:no-repeat;  
	width:200px;  
	height:170px;
	}



h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	color:#646362;
	margin:0 0 7px 0;
	}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	color:#8f2878;
	margin:0 0 5px 0;
	text-decoration:underline;
	}
	

#caption{
	padding:0 0 0 80px;
	
}

#tag-line{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6c6b6b;
	font-size:11px;
	padding-left:75px;
	}

#page-wrap{
	max-width: 1000px; 
	min-width: 1000px;
	min-height:768px; 
	margin: 0 auto; 
	position: relative;
	background: white url(../img/bg.gif) top center no-repeat; 
	overflow: hidden; 
	}

#header{ 
	max-width: 980px; 
	min-width: 560px; 
	background: #222;
	margin: 15px auto 0; 
	}

#logo-flash{ 
	height:240px;
	}

#main-content{ 
	width: 441.6px; 
	padding: 0 1%; 
	float: left; 
	}

#main-sidebar{ 
	width: 460.8px;
	padding: 0 1%; 
	float: right; 
	}
        
#content-wrapper{	
	position: relative; 
	width: 230px;
	height: 240px; 
	padding: 0 0 0 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	margin-top:10px;              
	}

p a{
	text-decoration:underline;
	color:#fba81a;
	}



/*---------------StartFormStyles---------------------*/
.form{
	position:relative;
	top:-17px;
	left:75px;
	height:249px;
	margin-top:10px;
	}

.form label,input{
	display:block;
	width:150px;
	float:left;
	margin-bottom:10px;
	}
	
.txt-box{
	background-color:#feefd4;
	border:1px solid #c1ad76;
	width:220px;
	}
	
.form label{
	text-align:right;
	width:75px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a04581;
	}
	
#submit-button{
	width:81px;
	height:34px;
	border:0;
	background:transparent url(../img/sumbit.gif) no-repeat center top; 
	text-indent:-1000em; 
	cursor:hand;
	margin:0;
	padding:0;
	}
	
#button{
	padding:5px 0 0 140px;
	}
	
#thankyou{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a04581;
	padding-top:5px;
	}

.mandetory,#errors{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;color:#a04581;
	}

#errors-container{
	display:block;
	margin-left:100px;
	}
/*---------------EndFormStyles---------------------*/



#top-nav{
	margin:42px 0 0 0;
	position:relative;
	left:63px;
	}




/*---------------FooterStyles---------------------*/

#address-home{
	position:relative;
	left:50px;
	top:100px;
	}

#address{
	position:relative;
	left:50px;
	top:70px;
	}


#footer{ 
	clear: both; 
	max-width: 960px; 
	min-width: 560px; 
	background: #fff;
    margin: 0 auto 15px;
	}
	
#footer p{ 
	padding: 10px; 
	color: white; 
	}
	
#footer a{ 
	color: white; 
	border-bottom: 1px dotted white; 
	text-decoration: none; 
	}
	
#footer a:hover{ 
	border-bottom-style: solid; 
	}
	
	
/*---------------MenuStyles---------------------*/

#menu{
	width:352px; height:70px;
	background-image:url(../img/menu.gif) no-repeat;
	position:relative;
	margin:0;
	padding:0;
	}

#menu li{
	display:inline;
	margin-left:5px;
	}

#menu li a{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 70px;
	background: url(../img/menu.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

/*up state*/
li#glblnav-about a {
	left: 0;
	width: 87px;
	background-position: 0 -70px;
	}

li#glblnav-services a {
	left: 87px;
	width: 87px;
	background-position: -87px -70px;
	}

li#glblnav-news a {
	left: 174px;
	width: 87px;
	background-position: -174px -70px;
	}

li#glblnav-contact a {
	left: 265px;
	width: 87px;
	background-position: -265px -70px;
	}
	
/*hover state*/
li#glblnav-about a:hover {
	height:70px;
	background-position: 0 0;
	}

li#glblnav-services a:hover {
	height:70px;
	background-position: -87px 0;
	}

li#glblnav-news a:hover {
	height:70px;
	background-position: -174px 0;
	}
	
li#glblnav-contact a:hover {
	height:70px;
	background-position: -265px 0;
	}

/*current state*/

#body_about li#glblnav-about a {
	height:70px;
	background-position: 0 0;
	}

#body_services li#glblnav-services a {
	height:70px;
	background-position: -87px 0;
	}
	
#body_news li#glblnav-news a {
	height:70px;
	background-position: -174px 0;
	}


#body_contact li#glblnav-contact a {
	height:70px;
	background-position: -265px 0;
	}
	



/*TWITTER FEED*/

#twitterfeed-holder{ 
	position:relative;
	width:355px;
	float:right;
	margin:32px 100px 0 0;
	}
	
#twitter-feed{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#c2c2c2;
	line-height:11px;
	width:255px;
	text-align:right;
	height:120px;
	}
	#twitter-feed a{ text-decoration:none; color:#c2c2c2;}
	#twitter-feed span{ color:#898989; font-style:normal; display:block; text-align:left;}
	#twitter-feed ul{ list-style:none;}
	#twitter-feed li{ margin-bottom:3px;}
	
#social{
	float:left;
	padding:30px 0 0 25px;
	text-align:center;
	}
	#social p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#922b6f;
			clear:both;
			}



/*BLOG FEED*/

.headline a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height:16px;
	color:#8f2878;
	margin:0 0 5px 0;
	text-decoration:underline;	
}

.feedburnerFeedBlock ul{ list-style:none;}
.feedburnerFeedBlock img{ display: none;}