body	{
	padding: 0px;
	margin: 0px;
	background-color:#000;
	background-image:url(img/back_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-family: "Tahoma", "Arial", "Verdana";
	color: #efefef;
	font-size:10pt;
	font-weight:100;
	}
#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 1000px;
	 text-align:justify;
	}
#top	{
	width: 996px;
}

#main_content	{
	width: 996px;
	background-image:url(img/body_back.jpg);
	background-repeat:repeat-y;
	
}
#content	{
	padding-left:35px;
 	padding-right:35px;
	padding-top:30px;
	padding-bottom:30px;
	
}
#bottom	{
	padding:30px;
	background-color:#000000;
}
#bottom_content	{
	
	text-align: center;
	}
h1	{
	color: #87daf5;
	font-size: 13pt;
	font-weight: 100;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2	{
	color: #fff;
	font-size: 12pt;
	font-weight:100;
}

p,ul,ol	{
	color: #d3d3d3;
	font-weight:100;
	line-height:18px;
	font-size:11pt;
	letter-spacing:0.5px
}	
div#content ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div#content li {
	background-image:url(img/point.jpg);
	background-position:0 70%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:20px;
}
li.none {
	
}

a:link  
	{
	color: #fff;
	TEXT-DECORATION: none
	}
a:visited 
	{
	color: #fff;
	TEXT-DECORATION: none
	}
a:active 
	{
	color: #fff;
	TEXT-DECORATION: none
	}
a:hover 
	{
	color: #dbedff;
	TEXT-DECORATION: underline
	}

/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:1000px;
		height:54px;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(img/sprite.png) no-repeat scroll top left;
		display:block;
		height:54px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:129px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.about_us {
		width:124px;
		background-position:-129px 0px;
	}
	
	ul#menu li a.services {
		width:124px;
		background-position:-253px 0px;
	}
	
	ul#menu li a.prices {
		width:124px;
		background-position:-377px 0px;
	}
	
	ul#menu li a.portfolio {
		width:124px;
		background-position:-501px 0px;
	}	
		ul#menu li a.offers {
		width:124px;
		background-position:-625px 0px;
	}
		ul#menu li a.blog {
		width:124px;
		background-position:-749px 0px;
	}	
		ul#menu li a.contact_us {
		width:127px;
		background-position:-877px 0px;
	}	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(img/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -54px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.about_us span {
		background-position:-129px -54px;
	}

ul#menu li a.services span {
		background-position:-253px -54px;
	}

ul#menu li a.prices span {
		background-position:-377px -54px;
	}

ul#menu li a.portfolio span {
		background-position:-501px -54px;
	}
ul#menu li a.offers span {
		background-position:-625px -54px;
	}	

ul#menu li a.blog span {
		background-position:-749px -54px;
	}	
	
	ul#menu li a.contact_us span {
		background-position:-877px -54px;
	}	




#flash { margin: 0px 0px 0px 0px; text-align: center; }
#slider { position: relative; width: 513px; height: 216px; background:url(img/loading.gif) no-repeat 50% 50%; }
#slider img { position: absolute; top: 0px; left: 0px; display: none; }
