body, html
{
margin: 0;
padding: 0;
background: #000 url("/pics/bg.jpg") repeat fixed;
color: #ccc;
font-size: 12px;
font-family: "Trebuchet MS", sans-serif;

}

.my-sticky-element.stuck {
position:fixed;
top:30px;
width:210px;
height: 700px;
z-index: 999;
}

.my-sticky-element-1.stuck {
position:fixed;
top: 0px;
width:760px;
height: 32px;
padding: 39px 0 20px 0px;
z-index: 1;
margin-bottom: 30px; 
margin-left:-1px;
border: 0px solid #fff;
background: #000 url("/pics/bg.jpg") repeat fixed;
border:0px solid; 
}

.my-sticky-element-2.stuck {
position:fixed;
top: 200px;
width:250px;
height: 30px;
padding: 0px 0 0 0;
z-index: 999;
background: #ede4c5;
}

.social
{
filter: url(/pics/filter.svg#grayscale); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Google Chrome & Safari 6+ */

}
.social:hover
{
filter: none;
-webkit-filter: grayscale(0);
position: relative;
top: 1px; 
right: 1px;
}

.buttons:hover
{
filter: none;
-webkit-filter: grayscale(0);
position: relative;
top: 2px; 
}

a:link
{
text-decoration: underline;
color: #a7d204;
}
a:visited
{
text-decoration: underline;
color: #a7d204;
}
a:hover
{
text-decoration: underline;
color: #a7d204;
}


.scrollUp {
  position:fixed;
  top:auto;
  bottom:30px;
  left:auto;
  right:30px;
  border-radius:20px;
  background-color:#000;
  z-index:9999;
  opacity:1.0;
  cursor:pointer;
  padding:0px;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
}








.wrap
{
width:1020px;
margin: 0 auto;
border: 0px solid #fff;
}











.content
{
display: block;
width: 1020px;
height: 100%;
overflow: hidden;
border-bottom: 1px dotted #646464;
padding-bottom: 20px;
}

.sidebar
{
display: block;
width: 210px;

border: 0px solid #ccc;
float: left;
padding: 10px;
}


.sidebar_img
{
border-radius: 10px;
margin-left: 20px;
}

.sidebar_menu
{
font-family: "Trebuchet MS", sans-serif;
font-size:20px;
text-transform: uppercase;
text-align: right;
line-height: 35px;
padding-right: 20px;
color: #ccc;
border: 0px solid #fff;
}

.sidebar_menu a
{
color: #fff;
text-decoration: none;
}
.sidebar_menu a:hover
{
color: #fff;
text-decoration: underline;
}

.divider
{
width: 1px;
height: 550px;
border-right: 1px dotted #ccc;
float: left;
}

.baloon
{
display: block;
width: 403px;
height: 134px;
background: url("/pics/baloon.png") no-repeat;
padding: 10px 0 0 0px;
}
.baloon_text
{
display: block;
font-size: 13px;
padding: 3px 20px 20px 40px;
color: #ccc;
}

.main
{
font-family: "Trebuchet MS", sans-serif;
font-size:15px;
text-align: none;
padding: 0px 30px 30px 30px;
border: 0px solid #ccc;
float: right;
width: 725px;
}

.breadcrumbs
{
display: block; 
width: 760px; 
padding: 0 0 10px 0; 
margin: 0 0 30px 0; 
border-bottom: 1px dashed #646464;
}

.discount_table
{
background: rgba(255,255,255,0.5);
border-radius: 4px;
color: #fff;
}
.discount_table td
{
background: rgba(0,0,0,0.5);
border-radius: 4px;
padding: 10px;
}

.web-portfolio-bg
{
text-align: center;
display: block; 
width: 360px;
height: 390px;  
float: left;
border: 0px solid #ccc;
}

.footer
{
margin-bottom: 20px;
}


.header 
{
font-family: "Trebuchet MS", sans-serif;
font-size: 30px;
margin-bottom: 25px;
color: #fff;
}

.contact
{

font-family: Arial;
font-size: 15px;

}

a.email
{
text-decoration: underline;
color: #a7d204;
}

a.email:hover
{
text-decoration: underline;
color: #a7d204;
}


			span.reference{
				position:fixed;
				left:10px;
				bottom:10px;
				font-size:12px;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				text-shadow:1px 1px 1px #000;
				margin-right:30px;
			}
			span.reference a:hover{
				color:#ddd;
			}


.sdt_menu

{
position: relative;

left: 130px;
}
			
			
			
			
			
ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:13px;

}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
	
	}

















ul.sdt_menu li{

	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
	left: -130px;
	}


	












	
	
	ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #fff inset;
	-webkit-box-shadow:0px 0px 2px #fff inset;
	box-shadow:0px 0px 2px #fff inset;
	border-radius: 0px; 
}

ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	zs-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}

ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
	
}

ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}

ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}

ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
	position: relative;
	top:-5px;
}

ul.sdt_menu li span span.sdt_descr{
	color:#a7d204;
	float:left;
	clear:both;
	width:170px; /*For dumbass IE7*/
	font-size:11px;
	letter-spacing:1px;
	margin-top: 5px;
	position: relative;
	top:-5px;
	
}

ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}


ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#a7d204;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

