@charset "utf-8";
/* CSS Document */
body
	{
	margin:0px;
	padding:0px;
	background-color:#44403D;
	}
h1,h4,h5,h6,span
	{
	margin:0px;
	padding:0px;
	color: #FFF;
	font-size: 16px;
	}
	
	h2
	{
	margin:0px;
	padding:35px 0 0 0;
	color: #FFF;
	font-size: 16px;
	font-family:"Courier New", Courier, monospace;
	}
	
	
	h3
	{
	margin:0px;
	padding:0px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	}
	
	h4
	{
	margin:0px;
	padding:35px 0 0 0;
	color: #000;
	font-size: 14px;
	font-family:"Courier New", Courier, monospace;
	}
	
	a:hover {
		color:#CCC;
		text-decoration:underline;
	}
	
	a:link {
	color:#CCC;
	text-decoration: none;
	}
	
	a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
	.highlight {
	background:url(images/highlight.png);
	height:10px;
	width:60px;
	
	
	}
	
	
	
	
/*----------------------------------------------------------------------header---------------------------------------------------------------------*/	
#headerbg
	{
		width:100%;
		height:740px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/headerbg.jpg);
		background-repeat:repeat-x;
		background-position:left top;
	}
	
	
#headerblank
	{
		width:1004px;
		height:740px;
		float:none;
		margin:0 auto;
		padding:0px;
	}
#header
	{
		width:1004px;
		height:740px;
		float: left;
		margin:0px;
		padding:0px;
		background-image: url(images/header.jpg);
		background-repeat:no-repeat;
	}
	/*----------------------------------------------------------------------header2---------------------------------------------------------------------*/
	
	#headerbg2
	{
	width:100%;
	height:900px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/headerbg2.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
	#headerblank2
	{
	width:1004px;
	height:900px;
	float:none;
	margin:0 auto;
	padding:0px;
	}
	
#header2
	{
	width:1004px;
	height:900px;
	float: left;
	margin:0px;
	padding:0px;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	}
	
	/*----------------------------------------------------------------------headerweb---------------------------------------------------------------------*/
	
	#headerbgweb
	{
	width:100%;
	height:1870px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/headerbg2.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
	#headerblankweb
	{
	width:1004px;
	height:1870px;
	float:none;
	margin:0 auto;
	padding:0px;
	}
	
#headerweb
	{
	width:1004px;
	height:1870px;
	float: left;
	margin:0px;
	padding:0px;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	}
	
	/*----------------------------------------------------------------------headerrates---------------------------------------------------------------------*/
	
	#headerbgrates
	{
	width:100%;
	height:1200px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/headerbg2.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
	#headerblankrates
	{
	width:1004px;
	height:1200px;
	float:none;
	margin:0 auto;
	padding:0px;
	}
	
#headerrates
	{
	width:1004px;
	height:1200px;
	float: left;
	margin:0px;
	padding:0px;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	}
	
	
		/*----------------------------------------------------------------------headercontact---------------------------------------------------------------------*/
	
	#headerbgcontact
	{
	width:100%;
	height:1100px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/headerbg2.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
	#headerblankcontact
	{
	width:1004px;
	height:1100px;
	float:none;
	margin:0 auto;
	padding:0px;
	}
	
#headercontact
	{
	width:1004px;
	height:1100px;
	float: left;
	margin:0px;
	padding:0px;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	}
	
	/*----------------------------------------------------------------------menu---------------------------------------------------------------------*/
	
	
#menublank
	{
	width:935px;
	height:29px;
	float:left;
	margin:0px;
	padding:20px 0 0 19px;
	}
#menu
	{
	width:867px;
	height:40px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
	.menuicons
	{
	width:200px;
	height:40px;
	float:right;
	margin:0px 400px 0px 0px;
	padding:0px;
	}
	
#menu ul
	{
	width:790px;
	height:40px;
	float:left;
	margin:0px 0px 0px 60px;
	padding:0px;
	display:block;
	}
#menu ul li
	{
		height:29px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#menu ul li a.menu
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	}
#menu ul li a.menu:hover
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}
	
	#menu a:hover, #menu .current_page_item a {
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}


#menu .current_page_item a {
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}

	
	#menublank
	{
	width:935px;
	height:40px;
	float:left;
	margin:0px;
	padding:2px 0 0 69px;
	}
	
	/*----------------------------------------------------------------------menu2---------------------------------------------------------------------*/
	
#menu2
	{
	width:400px;
	height:29px;
	float:left;
	margin:15px 0 0 0;
	padding:0px;
	}
#menu2 ul
	{
	width:350px;
	height:29px;
	float:left;
	margin:0px 0px 0px 130px;
	padding:0px;
	display:block;
	}
#menu2 ul li
	{
	height:29px;
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	width: 150px;
	}
#menu2 ul li a.menu
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	}
#menu2 ul li a.menu:hover
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}
	
	#menu2 a:hover, #menu .current_page_item a {
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}


#menu2 .current_page_item a {
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}
	
	/*----------------------------------------------------------------------menu3---------------------------------------------------------------------*/
	
	#menu3
	{
	width:867px;
	height:29px;
	float:left;
	margin:0px;
	padding:0px;
	}
#menu3 ul
	{
	width:250px;
	height:29px;
	float:left;
	margin:0px 0px 0px 130px;
	padding:0px;
	display:block;
	}
#menu3 ul li
	{
	height:29px;
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	width: 170px;
	}
#menu3 ul li a.menu
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	}
#menu3 ul li a.menu:hover
	{
	height:25px;
	float:left;
	margin:0px;
	padding:4px 21px 0 11px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background-image:url(images/menuover4.jpg);
	background-repeat:repeat-x;
	}
	
	
	
#headerrightblank
	{
		width:311px;
		float: right;
		margin:0 70px 0 0;
		padding:0px;
	}
#headernav
	{
		width:290px;
		height:25px;
		float: right;
		margin:0px;
		padding:0 0 0 21px;
	}
#headernav ul
	{
		height:25px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#headernav ul li
	{
		height:15px;
		float: left;
		margin:0px;
		padding:7px 0 0 0;
		display:block;
	}
#headernav ul li a.register
	{
		width:67px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 17px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration:none;
		background-image:url(images/registericon.jpg);
		background-repeat:no-repeat;
		background-position:left;

	}
#headernav ul li a.register:hover
	{
		width:67px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 17px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration: underline;
		background-image:url(images/registericon.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.login
	{
		width:41px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 20px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration:none;
		background-image: url(images/login.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.login:hover
	{
		width:41px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 20px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration: underline;
		background-image: url(images/login.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.bookmark
	{
		width:62px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 21px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration:none;
		background-image: url(images/bookmark.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.bookmark:hover
	{
		width:62px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 21px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration: underline;
		background-image: url(images/bookmark.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.blog
	{
		width:35px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration:none;
		background-image: url(images/blog.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#headernav ul li a.blog:hover
	{
		width:35px;
		height:15px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-decoration: underline;
		background-image: url(images/blog.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
.headertxt
	{
		width:273px;
		float: left;
		margin:12px 0 0 0;
		padding:0 0 0 38px;
		font-family:Arial;
		font-size:12px;
		color:#fff;
	}
.headerboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#fff;
	}
.headerdecoratxt
	{
		font-family:Arial;
		font-size:12px;
		color:#fff;
		text-decoration:underline;
	}
.headertxt02
	{
		width:273px;
		float: left;
		margin:8px 0 0 0;
		padding:0 0 0 38px;
		font-family:Arial;
		font-size:12px;
		color:#fff;
	}
#special
	{
		width:260px;
		float:left;
		margin:196px 0 0 0;
		padding:0 0 0 50px;
		font-family: "Arial Narrow";
		font-size:28px;
		color:#fffd64;
		line-height:28px;
	}
#year
	{
		width:215px;
		float:left;
		margin:0px;
		padding:0 0 0 96px;
		font-family: "Arial Black";
		font-size:22px;
		color:#fff;
		line-height:20px;
	}
#searchblank
	{
		width:170px;
		float:left;
		margin:20px 0 0 0;
		padding:19px 0 0 140px;
	}
#searchinput
	{
		width:147px;
		height:22px;
		float:left;
		margin:0px;
		padding:0px;
	}
.searchinput
	{
		width:139px;
		height:17px;
		float:left;
		margin:0px;
		padding:5px 0 0 10px;
		font-family:Arial;
		font-size:10px;
		color:#000;
	}
#advancedsearch
	{
		width:115px;
		float:left;
		margin:0px;
		padding:8px 0 0 3px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
	}
.advancedsearch
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}
.advancedsearch:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-decoration: underline;
	}
#go
	{
		width:31px;
		height:18px;
		float:left;
		margin:8px 0 0 0;
		padding:0px;
	}
.go
	{
		width:26px;
		height:16px;
		float:left;
		margin:0px;
		padding:2px 0 0 5px;
		font-family:Arial;
		font-size:10px;
		color:#e1d300;
		text-decoration:none;
		background-image:url(images/gobutton.jpg);
		background-repeat:no-repeat;
	}
.go:hover
	{
		width:26px;
		height:16px;
		float:left;
		margin:0px;
		padding:2px 0 0 5px;
		font-family:Arial;
		font-size:10px;
		color:#e1d300;
		text-decoration:none;
		background-image:url(images/gobutton.jpg);
		background-repeat:no-repeat;
	}
	
	
	
	


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#bannertxtblank
	{
	width:707px;
	height:350px;
	float:left;
	margin:0px;
	padding:300px 0 0 69px;
	}
	
	#bannertxtblank2
	{
	width:707px;
	height:475px;
	float:left;
	margin:0px;
	padding:400px 0 0 69px;
	}
	
#bannerheading
	{
		width:687px;
		height:37px;
		float:left;
		margin:0px;
		padding:0px;
		font-family: Arial;
		font-size:36px;
		color:#e9e389;
	}
#bannerheading h2
	{
	width:687px;
	height:37px;
	float:left;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:36px;
	color:#56CDE7;
	}
#bannertxt
	{
	width:687px;
	float:left;
	margin:23px 0 0 0;
	padding:0px;
	font-family: Arial;
	font-size:14px;
	color:#b8b8b8;
	
	}
#bannertxt p
	{
		width:687px;
		float:left;
		margin:0px;
		padding:0px;
		font-family: Arial;
		font-size:14px;
		color:#b8b8b8;
	}
/* about me */

#aboutme
	{
	width:687px;
	float:left;
	margin:0px 0 0 0;
	padding:0px;
	font-family: Arial;
	font-size:14px;
	color:#b8b8b8;
	background:url(images/behindmad.png) no-repeat;
	height: 320px;
	}
#aboutme p
	{
	width:600px;
	float:left;
	margin:0px;
	padding:120px 10px 0 60px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
/* ----------------------------------------------------------------------------- deals ----------------------------------------------------------------------------- */

#deals
	{
	width:687px;
	float:left;
	margin:0px 0 0 0;
	padding:100px 0 0 0;
	font-family: Arial;
	font-size:14px;
	color:#000;
	background: url(images/deals.png) no-repeat;
	height: 530px;
	}
#deals p
	{
	width:600px;
	float:left;
	margin:0px;
	padding:140px 10px 0 60px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
	
	
	/* ----------------------------------------------------------------------------- rates ----------------------------------------------------------------------------- */

#ratesport
	{
	width:935px;
	height:795px;
	float:left;
	margin:0px;
	padding:280px 0 0 0px;
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
	

#rates
	{
	width:600px;
	float:left;
	margin:0px 0 0 100px;
	padding:0px 0 0 0px;
	font-family: Arial;
	font-size:14px;
	color:#000;
	background: url(images/rates.png) no-repeat;
	height: 795px;
	}
#rates p
	{
	width:600px;
	float:left;
	margin:0px;
	padding:140px 10px 0 60px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
	
	
	
	/* ----------------------------------------------------------------------------- resume ----------------------------------------------------------------------------- */

#resumeport
	{
	width:935px;
	height:795px;
	float:left;
	margin:0px;
	padding:280px 0 0 0px;
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
	

#resume
	{
	width:600px;
	float:left;
	margin:0px 0 0 100px;
	padding:0px 0 0 0px;
	font-family: Arial;
	font-size:14px;
	color:#000;
	background: url(images/resume.png) no-repeat;
	height: 795px;
	}
#resume p
	{
	width:600px;
	float:left;
	margin:0px;
	padding:140px 10px 0 60px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
	




/* ----------------------------------------------------------------------------- banner ----------------------------------------------------------------------------- */ 


.bannertxt
	{
		float:left;
		padding:31px 0 0 0;
		font-family: Arial;
		font-size:14px;
		color:#98d2ba;
	}
#bannermore
	{
		width:687px;
		float:left;
		margin:23px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:14px;
		color:#b8b8b8;
	}
.bannermore
	{
		width:74px;
		height:20px;
		float: right;
		margin:0px;
		padding:4px 0 0 0;
		font-family: Arial;
		font-size:11px;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image:url(images/morebutton.jpg);
		background-repeat:no-repeat;
	}
.bannermore:hover
	{
		width:74px;
		height:20px;
		float: right;
		margin:0px;
		padding:4px 0 0 0;
		font-family: Arial;
		font-size:11px;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image: url(images/morebuttonover.jpg);
		background-repeat:no-repeat;
	}
#bannerpic
	{
		width:159px;
		height:170px;
		float:left;
		margin:69px 0 0 0;
		padding:0px;
		background-image:url(images/bannerpic.jpg);
		background-repeat:no-repeat;
	}
	
	/* ------------------------------------------------ Content ------------------------------------------------*/

#content2 {
	float: right;
	width: 520px;
	height: 400px;
}


#contentfooter
	{
		width:1004px;
		float:left;
		margin:0px;
		padding:0px;
		background:url(images/footerbkg.jpg) no-repeat;
	}
	
/*----------------------------------------------HEADER-----------------------------------------------------------------------END-------------------------------------*/	
#contentbg
	{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/contentbg.jpg);
		background-repeat:repeat-x;
	}
#contentblank
	{
		width:1004px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#content
	{
		width:1004px;
		float:left;
		margin:0px;
		padding:0px;
	}
#bannerbot
	{
	width:1004px;
	height:55px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/bannerbot.jpg);
	background-repeat: no-repeat;
	}
#bannerbottxt
	{
	width:450px;
	height:42px;
	float:left;
	margin:0px;
	padding:13px 0 0 154px;
	font-family:Arial;
	font-size:26px;
	color:#0CF;
	background: url(images/specials.jpg) no-repeat;
	}
#bannerbottxt h4
	{
		width:450px;
		height:55px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:26px;
		color:#2c2c2c;
	}
#details
	{
	width:100px;
	height:35px;
	float:left;
	margin:14px 0 0 0;
	padding:0px;
	}
.details
	{
	width:100px;
	height:35px;
	float:left;
	margin:0px;
	padding:7px 0 0 15px;
	font-family:"Comic Sans MS", cursive;
	font-size:10px;
	color:#000;
	text-decoration:none;
	background-image:url(images/detailsbutton.jpg);
	background-repeat:no-repeat;
	}
.details:hover
	{
	width:100px;
	height:35px;
	float:left;
	margin:0px;
	padding:7px 0 0 15px;
	font-family:"Comic Sans MS", cursive;
	font-size:10px;
	color:#000;
	text-decoration:underline;
	background-image:url(images/detailsbuttonover.jpg);
	background-repeat:no-repeat;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#contentleft
	{
		width:285px;
		float:left;
		margin:0px;
		padding:28px 0 59px 69px;
	}
#newsheading
	{
	width:230px;
	height:48px;
	float:left;
	margin:0px;
	padding:10px 0 0 55px;
	background-image:url(images/newsheading.png);
	background-repeat:no-repeat;
	}
#newsheading h3
	{
	width:230px;
	float:left;
	margin:0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	}
#newstxtbg
	{
	width:266px;
	height:auto;
	float:left;
	margin:0px;
	padding:19px 0 0 19px;
	background-repeat:no-repeat;
	}
#newsboldtxt
	{
		width:242px;
		height:19px;
		float:left;
		margin:0px;
		padding:0 0 0 24px;
		font-family:Arial;
		font-size:13px;
		font-weight: bold;
		color:#f4ff79;
		background-image:url(images/numicon.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
#newsboldtxt02
	{
	width:242px;
	height:19px;
	float:left;
	margin:4px 0 0 0;
	padding:10px 0 0 24px;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
	color:#0CF;
	background-repeat:no-repeat;
	background-position:left;
	}
#newsboldtxt03
	{
	width:242px;
	height:19px;
	float:left;
	margin:0px;
	padding:10px 0 0 24px;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
	color:#CCC;
	background-repeat:no-repeat;
	background-position:left;
	}
.newstxt
	{
	width:256px;
	float:left;
	margin:9px 0 0 0;
	padding:0px;
	background-image: url(images/sidemenu.png);
	height: 364px;
	}
	
	.contact
	{
	width:400px;
	float:left;
	margin:9px 0 0 150px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	font-weight: normal;
	color:#060202;
	}
	
	.sidetxt
	{
	width:170px;
	float:left;
	margin:9px 0 0 30px;
	padding:0px 20px 0 20px;
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	font-weight: normal;
	color:#000;
	background: url(images/stickynote.png) no-repeat;
	height: 200px;
	}
	
	.submitbutton{
	background-image:url('images/submit.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border: 0px;
	background-color: #F4EFF5;
	}
	
.boldtxt
	{
		font-family:Arial;
		font-size:11px;
		font-weight: bold;
		color:#d5f4d2;
	}
.morenewsbutton
	{
		width:256px;
		height:15px;
		float: left;
		margin:0px;
		padding:0px;
	}
.morenews
	{
		width:36px;
		height:15px;
		float: right;
		margin:0px;
		padding:0 0 0 8px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image:url(images/morenews.jpg);
		background-repeat:no-repeat;
	}
.morenews:hover
	{
		width:36px;
		height:15px;
		float: right;
		margin:0px;
		padding:0 0 0 8px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image: url(images/morenewsover.jpg);
		background-repeat:no-repeat;
	}
/*---------------------------------------------------------------LEFT---------------------------------------------------------------------------END-------------------*/	
#contentmid
	{
		width:204px;
		float:left;
		margin:0 0 0 12px;
		padding:28px 0 0 0;
	}
#awardheading
	{
		width:158px;
		height:57px;
		float:left;
		margin:0px;
		padding:4px 0 10px 46px;
		font-family:Arial;
		font-size:35px;
		color:#FFF;
		background-image:url(images/awardheading.jpg);
		background-repeat:no-repeat;
	}
#awardheading h3
	{
		width:158px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:35px;
		font-weight:normal;
		color:#FFF;
	}
.headingtxt	{
		font-family:Arial;
		font-size:13px;
		color:#FFF;
		line-height:13px;
	}
#awardtxtblank
	{
		width:194px;
		float:left;
		margin:0px;
		padding:0 0 0 10px;
	}
.awardtxt
	{
	width:174px;
	height:54px;
	float:left;
	margin:0px;
	padding:12px 0 0 20px;
	background-image:url(images/txtbg.png);
	background-repeat:no-repeat;
	}


	
.awardboldtxt
	{
	width:174px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
	
	.awardtxt:a
	{
	width:174px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
	
.awardnormaltxt
	{
		width:174px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:10px;
		color:#2f6d54;
	}
/*----------------------------------------------AWARDPART--------------------------------------------------------------------------------------------------------END--*/	
#projectblank
	{
		width:365px;
		height:352px;
		float:left;
		margin:0px;
		padding:28px 0 0 0;
	}
#project
	{
	width:300px;
	height:352px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(images/projectsbg.jpg);
	background-repeat:no-repeat;
	}
#projectgallery
	{
	width:200px;
	height:350px;
	float:left;
	margin:0 0 0 100px;
	padding:0px;
	}
#project-pic
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 0 6px 0;
		padding:0px;
	}
.project-pic
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic.jpg);
		background-repeat:no-repeat;
	}
.project-pic:hover
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic.jpg);
		background-repeat:no-repeat;
	}		
#project-pic02
	{
	width:93px;
	height:93px;
	float:left;
	margin:0 6px 6px 0px;
	padding:0px;
	
	}
.project-pic02
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/26.jpg);
		background-repeat:no-repeat;
	}
.project-pic02:hover
	{
	width:400px;
	height:274px;
	float:right;
	margin:-200px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/26.jpg);
	background-repeat:no-repeat;
	}
	
#project-pic03
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 0 6px 0;
		padding:0px;
	}
.project-pic03
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/25.jpg);
		background-repeat:no-repeat;
	}
.project-pic03:hover
	{
	width:400px;
	height:274px;
	float:left;
	margin:-200px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/25.jpg);
	background-repeat:no-repeat;
	}		
#project-pic04
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 0 6px 0;
		padding:0px;
	}
.project-pic04
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/24.jpg);
		background-repeat:no-repeat;
	}
.project-pic04:hover
	{
	width:400px;
	height:274px;
	float:right;
	margin:-200px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/24.jpg);
	background-repeat:no-repeat;
	}			
#pic05
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 6px 6px 6px;
		padding:0px;
	}
.pic05
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/23.jpg);
		background-repeat:no-repeat;
	}
.pic05:hover
	{
	width:400px;
	height:274px;
	float:left;
	margin:-200px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/23.jpg);
	background-repeat:no-repeat;
	}	
#project-pic06
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 0 6px 0;
		padding:0px;
	}
.project-pic06
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/07.png);
		background-repeat:no-repeat;
	}
.project-pic06:hover
	{
	width:400px;
	height:274px;
	float:right;
	margin:0px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/07.png);
	background-repeat:no-repeat;
	}	
		
#project-pic07
	{
	width:93px;
	height:93px;
	float:left;
	margin:0px 0px 0px 6px;
	padding:0px;
	}
.project-pic07
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(websites2/10.png);
		background-repeat:no-repeat;
	}
.project-pic07:hover
	{
	width:400px;
	height:274px;
	float:left;
	margin:0px 0px -600px 0px;
	padding:0px;
	background-image: url(websites2/10.png);
	background-repeat:no-repeat;
	}		
#project-pic08
	{
		width:93px;
		height:93px;
		float:left;
		margin:0 6px 6px 6px;
		padding:0px;
	}
.project-pic08
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic08.jpg);
		background-repeat:no-repeat;
	}
.project-pic08:hover
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic08.jpg);
		background-repeat:no-repeat;
	}			
#project-pic09
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
	}
.project-pic09
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic09.jpg);
		background-repeat:no-repeat;
	}
.project-pic09:hover
	{
		width:93px;
		height:93px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/proje-pic09.jpg);
		background-repeat:no-repeat;
	}		
#paging
	{
		width:294px;
		height:26px;
		float:left;
		margin:17px 0 0 70px;
		padding:0px;
		background-image:url(images/paging.jpg);
		background-repeat: no-repeat;
	}
#paging ul
	{
		width:294px;
		height:26px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;
	}
#paging ul li
	{
		height:26px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#paging ul li.sap
	{
		width:1px;
		height:24px;
		float:left;
		margin:1px 0 0 0;
		padding:0px;
		word-spacing:0px;
		background-image:url(images/pagingsap.jpg);
		background-repeat:no-repeat;
	}	
#paging ul li a.prev
	{
		height:20px;
		float:left;
		margin:0px;
		padding:6px 9px 0 13px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#000;
		text-align:center;
		text-decoration:none;
	}
#paging ul li a.prev:hover
	{
		height:26px;
		float:left;
		margin:0px;
		padding:6px 9px 0 13px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#000;
		text-align:center;
		text-decoration:none;
	}
#paging ul li a.num
	{
		height:17px;
		float:left;
		margin:1px 0 0 0;
		padding:6px 6px 0 6px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#1c7650;
		text-align:center;
		text-decoration:none;
	}	
#paging ul li a.num:hover
	{
		height:17px;
		float:left;
		margin:1px 0 0 0;
		padding:6px 6px 0 6px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#d44d2f;
		text-align:center;
		text-decoration:none;
		background-color:#daf2e1;
	}
#paging ul li a.numlast
	{
		height:17px;
		float:left;
		margin:1px 0 0 0;
		padding:6px 0 0 6px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#1c7650;
		text-align:center;
		text-decoration:none;
	}	
#paging ul li a.numlast:hover
	{
		height:17px;
		float:left;
		margin:1px 0 0 0;
		padding:6px 0 0 6px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#d44d2f;
		text-align:center;
		text-decoration:none;
		background-color:#daf2e1;
	}
#paging ul li a.next
	{
		height:20px;
		float:left;
		margin:0px;
		padding:6px 13px 0 10px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#000;
		text-align:center;
		text-decoration:none;
	}	
#paging ul li a.next:hover
	{
		height:20px;
		float:left;
		margin:0px;
		padding:6px 10px 0 10px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#000;
		text-align:center;
		text-decoration:none;
	}
/*-------------------------------------------------------CONTENT---------------------------------------------------------------------------END----------------------*/	
#footerbg
	{
		width:100%;
		height:126px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/footerbg.jpg);
		background-repeat:repeat-x;
	}
#footerblank
	{
		width:1004px;
		height:126px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#footer
	{
		width:1004px;
		height:126px;
		float: left;
		margin:0px;
		padding:0px;
	}
#footerlinks
	{
		width:1004px;
		float: left;
		margin:20px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		color:#c8c8c8;
		text-align:center;
	}
.footerlinks
	{
		font-family:Arial;
		font-size:11px;
		color:#c8c8c8;
		text-align:center;
		text-decoration:none;
		padding:0 3px 0 3px;
	}
.footerlinks:hover
	{
		font-family:Arial;
		font-size:11px;
		color:#c8c8c8;
		text-align:center;
		text-decoration: underline;		
		padding:0 3px 0 3px;
	}
#copyrights
	{
		width:1004px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		color:#ade6a7;
		text-align:center;
	}
#validation
	{
		width:549px;
		float: left;
		margin:10px 0 0 0;
		padding:0 0 0 455px;
	}
.xhtml
	{
		width:36px;
		height:15px;
		float: left;
		margin:0px;
		padding:0 0 0 8px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.xhtml:hover
	{
		width:36px;
		height:15px;
		float: left;
		margin:0px;
		padding:0 0 0 8px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.css
	{
		width:28px;
		height:15px;
		float: left;
		margin:0 0 0 3px;
		padding:0 0 0 16px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.css:hover
	{
		width:28px;
		height:15px;
		float: left;
		margin:0 0 0 3px;
		padding:0 0 0 16px;
		font-family:Arial;
		font-size:10px;
		color:#FFF;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
#desinedby
	{
		width:1004px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#e9e389;
		text-align:center;
	}
.desinedby
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}
.desinedby:hover
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		text-decoration: underline;
	}
	
/* ----------------------------------------------------------  web portfolio ---------------------------------------------------------- */

.hSelected {
	border-top:1px solid #2e3246;
	height:245px;
	margin-top:0px;
	line-height:1.65em;
	clear:both;
	padding:15px 10px 15px 10px;
	float: left;
	width: 750px;
	background-color: #000;
	}	
.hSelected img {
		float:left; 
		margin:0 15px 15px 0
		}
		
		#websiteport
	{
	width:935px;
	height:auto;
	float:left;
	margin:0px;
	padding:400px 0 0 0px;
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
	/*

input#contactsubmit
{
	width:59px;
	height:23px;
	border:0;
	vertical-align:middle;
	cursor:pointer;
	margin:0 0 0 100px;
	background:url(images/post_btn.gif) top left no-repeat;
}

 Form */
/* contact */ 

#contactf
	{
	width:687px;
	float:left;
	margin:0px 0 0 0;
	padding:100px 0 0 0;
	font-family: Arial;
	font-size:14px;
	color:#000;
	background: url(images/contact.png) no-repeat;
	height: 530px;
	}
 
 .contact
	{
	width:200px;
	float:left;
	margin:0px;
	padding:0px 10px 0 30px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
	.contact2
	{
	width:600px;
	float:left;
	margin:0px;
	padding:10px 10px 0 60px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	}
	
	.contactchat
	{
	width:240px;
	float:right;
	margin:0px;
	padding:0px 0px 0 0px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	background: url(images/notepad.png) no-repeat;
	}
 
.form
{
	width:100%;
	overflow:hidden;
}
.form_string
{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
}
.form_name
{
	float:left;
	width:150px;
	font:normal 14px/180% Georgia, Times, serif;
	color:#fff;	
}
.form_input
{
	float:left;
	width:350px;
	overflow:hidden;
}
.form_input input
{
	width:200px;
	height:19px;
	background:#ecebeb;
	border:1px solid #fff;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;	
	padding:0 4px;
	margin:0 0 5px;
}
input.input_captcha
{
	width:200px;
	height:19px;
	background:#ecebeb;
	border:1px solid #fff;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;	
	padding:0 4px;
	margin:0 0 5px;
}
.form_input img
{
	margin:0 0 10px 0;
}
.form_input select
{
	width:210px;
	height:19px;
	background:#ecebeb;
	border:1px solid #fff;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;	
	padding:0 0px 0 4px;
	margin:0 0 5px;
}
.form_input textarea
{
	
	width:200px;
	height:130px;
	background:#ecebeb;
	border:1px solid #fff;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;	
	padding:0 4px;
	margin:0 0 5px;
}
.form_input input.submit
{
	width:120px;
	height:30px;
	cursor:pointer;
}

.comments
{
	width:100%;
	padding:20px 0 20px 0;
}
.comments_header
{
	width:100%;
	padding:0 0 10px;
}
.comments_count
{
	float:left;
	width:28px;
	height:23px;
	background:url(images/comments.gif) top left no-repeat;
}
.comments_count span
{
	display:block;
	width:23px;
	text-align:center;
	padding:4px 0 0 0px;
	font:bold 11px "Trebuchet MS", Helvetica, Sans-serif;
}
.comments_header_inner
{
	float:left;
	width:auto;
	display:block;
	margin:0px 0 0 10px;
	font:bold 24px/22px "Trebuchet MS", Helvetica, Sans-serif;
	text-transform:uppercase;
}


.comment_body
{
	width:100%;
}
.comment_body_left
{
	width:55px;
	float:left;
}
.comment_body_left img
{
	border:1px solid #c8bc97;
}
.comment_body_right
{
	width:550px;
	float:left;
}
.comment_body_right h3
{
	font:bold 14px/12px "Trebuchet MS", Helvetica, Sans-serif;
	font-style:normal;
	padding:0 0 5px 0;
	color:#402f1a;
}
.comment_body_right h3 a
{
	text-decoration:none;
}
.comment_body_right span
{
	display:block;
	font:bold 11px/11px "Trebuchet MS", Helvetica, Sans-serif;
	padding:0 0 5px;
}
.comment_body_right p
{
	font-size:14px;
	font-style:normal;
}
.comment_block
{
	width:610px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	background:url(images/comment_body.gif) top left repeat;
	padding:10px 20px;
	font-style:normal;
	list-style:none;
}
.comment_block h1
{
	border-bottom:0;
	margin:0;
	padding:0 0 15px;	
	color:#402f1a;
}

#wpcf 
{
	width:100%;
	overflow:hidden;	
}
#wpcf label
{
	width:100px;
	display:block;
	float:left;
	font-size:14px;
	color:#000;
}
#wpcf input
{
	width:200px;
	height:19px;
	border:1px solid #f4eff5;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;
	padding:0 4px;
	margin:0 0 5px;
	background: url(images/contactbkg.jpg);
}
#wpcf textarea
{
	float:left;
	display:block;
	width:368px;
	height:100px;
	background:url(images/contactbkg.jpg);
	border:1px solid #f4eff5;
	font:normal 12px/180% Georgia, Times, serif;
	color:#000;
	padding:0 4px;
	margin:0 0 5px;
}
input#contactsubmit
{
	width:59px;
	height:23px;
	border:0;
	vertical-align:middle;
	cursor:pointer;
	margin:0 0 0 100px;
	background:url(images/post_btn.gif) top left no-repeat;
}

/*----------textbox-----------*/
#textbox {
	width:800px;
	background:url(images/textboxbkg.jpg);
	height:auto;
	margin:auto;
}

.text {
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	margin:10px 80px 10px 80px;
	font-size:14px;
}
