
body
{
margin:0;
/* background : #212121 url(/images/new_back.png) scroll center top; */
background:url(/images/texture-test1.png) #1E1E1E;	
min-width:960px;
font-family:Trebuchet MS,Helvetica,Arial,Tahoma,Verdana,Sans-serif;
text-shadow: 2px 2px 1px #000;
}

p, ul, h1, h2
{
	margin:0;
}

#wrapper
{
 margin:0 10px;
 min-width:960px;
}

#header
{
/* background:transparent url(/images/head_back_grad_1.png) repeat-x scroll 0 0; */
background: #181818;
height:60px;
box-shadow: 0px 0px 5px black;  
margin-bottom:35px;   
}

#head_in
{
margin:0px auto;
width: 960px;
color:white;
position: relative;
font-size:16px;

}
	#head_in a
	{
		color:white;
		text-decoration: none;
		display: block;
		
		 
	}
	
	#head_in h1 {text-indent:-99999px;}
	
	#head_in h1, h2
	{
		text-shadow:2px 1px 0 gray;
	
	}

	h2 {	margin:10px 0;
    text-align: center;
	
	}
#head_in_left
{
	position:absolute;
	left:40px;
}
#head_in_left h1
{

font-size:20px;
vertical-align:middle;
font-family: Trebuchet MS, Verdana, Arial, Hevetica;
}



#head_in_right
{
	position:absolute;
	right:20px;
}

#badge_holder
{
width:250px;
line-height:60px;
text-align:center;
}

#img_logo {float:left; border:0px;}


#main
{
	margin:30px auto;
	width:960px;
}

#homepage_holder
{
	margin:0px auto;
	width:670px;
}
#homepage_holder img
{
	border:0; 
	height:300px;
	display: block;
	border-radius: 5px 5px 5px 5px;
}
#homepage_holder a
{

background: none repeat scroll 0 0 #181818;
border-radius: 5px 5px 5px 5px;
	 box-shadow: 1px 1px 10px black;     
color:black;
display:block;
float:left;
font-size:20px;
font-weight:bold;
margin:5px; 
text-align:center;
text-decoration:none;
position:relative;
	padding:5px;
}

#footer
{
	margin-top:30px;
	color:white;
	/*background-color:#232525;*/
	height:80px;
	padding:20px;
	text-align:center;
}
#footer a
{
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#image_view
{
width:620px;
height:620px;
}

#image_view img

{
	border:7px solid white;
}
#loader2
{
border:3px solid white;
}

#gallery_holder
{
/*
	background-color:#232525;
	border:10px solid #232525; -moz-border-radius:10px;
*/	
	color:white; margin:20px auto;  padding:0 20px; 
}
.clear
{
clear:both;
}
.content_box
{
	clear:both;
	padding: 0 10px;
}
.one_box
{
	width:291px;
	float:left;
}
.one_box_top
{
	width:291px;
	height:19px;
	background: transparent url(/images/boxes/box_1_04.png) no-repeat;

}
.one_box_middle
{

	background: transparent url(/images/boxes/bx1_middle_10.png) repeat-y scroll 0 0;


}
.one_box_bottom
{
	width:291px;
	height:20px;
	background: transparent url(/images/boxes/boxes_16.png) no-repeat;
}

.second_box
{
	width:657px;
	float:left;
	margin-left:12px;
}
.second_box_top
{
	width:657 px;
	height:19px;
	background: transparent url(/images/boxes/boxes_06.png) no-repeat;

}
.second_box_middle
{


	background: transparent url(/images/boxes/boxes_12.png) repeat-y scroll 0 0;


}
.second_box_bottom
{
	width:657px;
	height:20px;
	background: transparent url(/images/boxes/boxes_18.png) no-repeat;
}


.inside_content
{
	padding:5px;
}

.left_thumb
{
	float:left;
	margin: 0 15px 10px 0;
}

.left_thumb img
{
border:3px solid white;
}


.clear
{ clear:both; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden;line-height: 0; height: 0;}

.clearfix {display: block;}

html[xmlns] .clearfix { display: block;}

.the_image img
{
	border:3px solid white;
}
.top_right_a
{
/*background:transparent url(/images/arrow_up_back_fill_gray2.png) no-repeat scroll center bottom;*/
border-left: 1px solid #1E1E1E;
display:block;
float:left;
line-height:60px;

padding:0 15px;
color:#7F7F7F;
font-size:13px;
text-decoration:none;
font-weight: bold;
}
.last_top_a
{
border-right:1px solid #1E1E1E;
}
#head_in_right a:hover
{
color:white;

	/*background:#316AC5;*/
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	/*height: 600px; */
	/*cursor: e-resize; */

	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 680px;
	/* max width here, for users without javascript */
	/* width: 15000px; */
	position:absolute;
	
	padding: 15px 0 0 15px;
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');
	list-style: none;
		
}
.sc_menu li {
	
	float: left;
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;

	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #fff solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height:400px;
    position: relative;

}
.sc_menu a:hover img {
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	border-color:black;
	*/
}
#hold_images
{
 position:relative;
}

/* preturi */

#content_holder
{
 width:960px;
 margin:20px auto; 
 /*background-color:#232525;*/
 color:white;
}
#content_holder h2
{
text-align: center;
margin-bottom:10px;
}
.pad_10
{
padding: 10px;
}
.box_price
{
position: relative;
background-color: #181818;
float:left;
margin: 0px 20px 20px 0px;
width: 260px;
height: 240px;
}
.box_price h3
{ 
background-color:#316AC5;
font-size:30px;
font-weight:bold;
	box-shadow: 3px 3px 3px black;          

line-height:50px;
margin:0;
text-align:center;
}
.box_price ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:20px 0 20px 10px;
padding:0;
}
.box_price li
{

	background: transparent url(/images/check_green.png) no-repeat scroll left center;
	padding-left: 30px;
	font-weight: bold;
	font-size: 1em;
	margin-bottom:3px;
}
.box_price p
{
 font-size: 30px;
 font-weight: bold;
 text-align:center;
 position: absolute;
 right: 5px;
 bottom: 5px;
 /*background-color: #232525; */
 padding: 5px;
}
.information img {border-radius: 5px; box-shadow:3px 3px 3px black;}
.information p
{
  margin:10px auto;
}

.image_thumbs .box {  margin:5px; padding:5px; background:  #181818; border-radius:5px 5px 5px 5px; float:left; box-shadow: 3px 3px 10px black; position:relative; }
.image_thumbs a
{ 
	display:block;
	text-decoration:none;
	
}

.image_thumbs img {
	border-radius: 5px;
	
	display:block;
	border:0px;
}

div.home-title {  background: none repeat scroll 0 0 #181818;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px black;  
    color: #FFFFFF;
    left: -7px;
    max-width: 138px !important;
    padding: 7px 10px 6px;
    position: absolute;
    top: 15px;
    z-index: 1;
    font-family:Trebuchet Ms;
    
}
