@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Droid Sans', sans-serif;
	background:#fff url(bg.jpg) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
}
.navigation{
    margin: 0px auto;
    font-family: "Droid Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;    
}
.navigation .item{
    position:absolute;
}
.user{
    margin-top:20px;
    margin-left:50px;
}
.home{
   margin-top:20px;
   margin-left:225px;
}
.shop{
   margin-top:20px;
   margin-left:400px;
}
.camera{
   margin-top:20px;
   margin-left:575px;
}
.fav{	
   margin-top:20px;
   margin-left:750px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images/fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:120px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
    
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
    z-index:9999;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
    text-shadow:1px 1px 1px #fff;
}
.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #p666;
    box-shadow:1px 1px 4px #666;
}
#container{
    margin: 0 auto;
    width: 950px;
}
.logo{
	width:402px;
    height:90px;
    position:relative;
    background:transparent url(logo.png) no-repeat top left;
}

.slider-wrapper { 
	position:relative;
	margin-top:110px;
}

#content{
	position:relative;
	background:#fff;
	line-height:1.5;
	text-align: justify;
	font-size: 14px;
	padding: 15px;
	color: #444;
   overflow: hidden;
}
#pcontent{
	padding:10px;
	width: 695px;
	border-right: 1px solid rgba(0,0,0,0.3);
}
#content h1{
	font-family: 'Roboto', sans-serif;
	color:#555;
	font-weight: normal;
}
hr {
  height: 1px;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #333333), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  border: 0;
}
hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
#content h2{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color:#1ba1e2;
}
#content > ul{
	margin-left: 50px;
}
#pcontent p a{
	font-size: 12px;
	text-decoration: none;
	color: #1ba1e2;
}
#pcontent p a:hover{
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.h3_style{
	color: #336699;
	font-style: italic;
   text-shadow:1px 0px 1px #1ab1e2;
}
.grid_images{
    float: left; /* has them left-align */
    height: 150px;
    width: 150px;
    margin: 15px; /* gives them gutters in between */
    background-position: 50% 50%; /* ensures they're centered */
    background-repeat: no-repeat;
    border: 2px solid #ccc;
}
#sidebar_container { 
  float: right;
  width: 200px;
}
.sidebar { 
  float: right;
  padding:5px;
}
.sidebar h3{
	color: #1ba1e2;	
}
.sidebar h4{
	color: #555;	
}
.sidebar h5{
	color: #aaa;
	font-style: italic;	
}
.sidebar p{
	font-size: 12px;
}
.space{
	background-color: #fff;
	padding-right: 10px;
}
.address{
	margin-left:30px;
 	float:left;
	width:50%;
	line-height:1.6;
	color:black;
}
.form{
	float: left;
	color: black;
}
.name input{
	height: 20px;
	margin-bottom:15px;
 	padding: 5px 5px 5px 5px;
}
.email input{
	height: 20px;
	margin-bottom:15px;
 	padding: 5px 5px 5px 5px;
}
.telephone input{
	height: 20px;
	margin-bottom:15px;
 	padding: 5px 5px 5px 5px;
}
.text textarea{
	width: 350px;
	height: 100px;
	margin-bottom: 15px;
 	padding: 5px 5px 5px 5px;
}
.submit input{
	padding:5px;
	border:none;
	color: #fff;
	background-color: #1ba1e2;
	cursor:pointer
}
.resp-tabs-list li{
text-align: left;
}

#footer{
	position:relative;
	width:940px;
	text-align:center;
	background-color:#336699;
	color: white;
	padding:5px;
	font-size: 13px;
	border-top:2px solid #eee;
}

#footer a{
	text-decoration: none;
	color: white;
	font-weight: 700;
}

