@charset "utf-8";
/* CSS Document */

body{
margin:20px 0px;
padding:0;
font-family: 'Open Sans', sans-serif;
background:url(../agnis_webkit/patterns/mix/textured_stripes.png);
}

#maincontainer{

width: 1000px; /*Width of main container*/
margin:0 auto; /*Center container on page*/
border:1px solid #CCC;
}

#topsection{
background: #fff !important;
}

#topstrip{
	padding:5px 0px;
	z-index:2;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
	color:#fff !important;
	font-size:120%;
	
background: #3c3598;
height:25px;
}

#topstrip a:link{ color:#fff; text-decoration:none; }
#topstrip a:hover{ color:#FF0;  }
	
#logo{
height:75px;
margin:0px 10px;
	}

.logo{
float:left;
padding:10px 15px 0px;	
font-family: 'Francois One', sans-serif;
font-size:35px;
color:#3c3598;
}
.menu{
float:right;
padding:10px 0px;	
}
#slider-bg{
width:100%;
float:left;

background:url(../images/slider-bg.jpg) repeat-x;
border:5px solid #000;
border-width:5px 0px;
}

.slider-info{
float:left;
width:420px;
padding:00px 12px 0px 30px;
}
.slider-image{
float:left;
width:510px;
padding:6px 12px 6px 12px;	
}

#contentwrapper{
color:#4c4c4c;
float: left;
width: 100%;
background:#FFF;
}

#content{
background:#FFF;
padding:10px 10px;
}


#contentcolumn{
margin-right: 300px; /*Set right margin to RightColumnWidth*/
}
#rightcolumn{
font-size:88%;
color:#666;
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
}
.image{
border:1px solid #8c8c8c;
margin:15px 0px 0px 0px;	
}
#footer{
font-size:13px;
clear: left;
width: 98%;
background: #000000;
color: #fff;
padding: 10px 1%;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.sliderborder img{ border:2px solid #fff !important; }

/*===================
		new css
=====================*/

.box{
width:98%;
margin-bottom:10px;
padding:5px 1% 5px 1%;
}
.box img{
width:178px;
}