/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content { margin: 20px; }

#menu .module { margin: 10px 5px; }

#toolbar,
#headerbar { margin: 0px; }

#headerbar .module {
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

body#page{
background:#fff;
padding:40px 0;

}

#menubar{
background:#123456  ;
}

#content{background:#f7f7f7 url("../images/section.png")top center no-repeat;
padding: 20px;
}

.wrapper { background:#f7f7f7 ; 
		box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 
		-moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 
		-webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 
		-o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 
	
}

#header{ background:#fff ;
}

#sidebar-a
.module-title
{background: url("../images/title.png") bottom left repeat-x;
color: #000;
 font-size: 14px; 
  line-height: 37px;
font-weight: 700;
padding-bottom: 5px; 
   position: relative;
  text-transform: uppercase;
    
}
#sidebar-b
.module-title
{background: url("../images/title.png") bottom left repeat-x;
color: #000;
font-size: 14px;
 line-height: 37px;
font-weight: 700;
padding-bottom: 5px;
 position: relative;
 text-transform: capitalize;
}


#content
header{ background: url(../images/cont2.png) bottom scroll no-repeat;
background-position:bottom left ;
color:#000;
padding-bottom: 10px;
text-transform: none;
}

#sidebar-a{ background:#f5f5f5 ;
-moz-box-shadow:    inset 0 0 10px #ddd;
-webkit-box-shadow: inset 0 0 10px #ddd;
box-shadow:inset 0 0 10px #ddd;
}
#sidebar-b{ background:#f5f5f5 ;
-moz-box-shadow:    inset 0 0 10px #d9d9d9;
-webkit-box-shadow: inset 0 0 10px #d9d9d9;
box-shadow:inset 0 0 10px #ddd;
}

#maininner{ background:#fff ;
}

#top-a
{ background:#fff ;
}

#top-b
{ background:#f7f7f7;}

#bottom-a,#bottom-b
{ background:#f5f5f5;
color:#444;
}
#bottom-a
.module-title{
background: url("../images/div.jpg")repeat-x  bottom;
padding-bottom: 10px;
text-transform: none;
}

#bottom-b
.module-title{
background: url("../images/div.jpg")repeat-x  bottom;
padding-bottom: 10px; 
text-transform: uppercase;
}	
 
#top-b .mod-box {
	-moz-box-shadow: 0 0 2px 2px #e0e0e0;
	-webkit-box-shadow: 0 0 2px 2px#e0e0e0;
	box-shadow: 0 0 2px 2px #e0e0e0;
}

#menubar{
position: relative;
padding:5px;
 margin-top: -5px;
}

#menu { margin-bottom: -1px; 
padding:5px;
}

#search { margin: 6px 6px 0 0; }

#content{padding:20px;min-height:230px;}

#toolbar {padding:5px;
}

#footer{padding: 10px;
color: #7A8E9C;
font-size: 12px;

text-align: center;
background: #123456; /* Old browsers */
background: -moz-linear-gradient(top,  #123456 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#123456), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #123456 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #123456 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #123456 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #123456 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123456', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#maininner
.module-title
{
 -moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		border-radius: 3px; 
		background: #111; 
		border: 0;
		border-bottom: 1px solid #444;
		text-shadow: 0px 1px 0px #444;
		padding-left: 14px; padding-right: 14px; padding-top: 5px !important; padding-bottom: 5px;
		margin:0;
		color: #fff;
		text-decoration: none;
		line-height: 20px;
		font-size: 12px;
		font-weight: normal;		
		font-family: 'Open Sans', sans-serif;
        letter-spacing: 0px;
 }


#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}