/* CSS Document */

body
{
	background: url(images/body-bg.jpg) repeat-x #fbfef3;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
h1
{
	color:#003399;
	border-bottom:1px dotted #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #fff   2px 2px;
	font-size:28px;
}
h2
{
	color:#003399;
	border-bottom:1px dotted #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #fff   2px 2px;
	font-size:24px;
}
#main-wrapper
{
	margin:0 auto;
	width:940px;
}
#header
{
	width:940px;
}
#header .menu
{
	background: url(images/menu-bg.jpg) repeat-x;
	height:50px;
}
#header .menu ul 
{
	margin:0px;
	padding:0px;
}
#header .menu ul li
{

	float:left;
	color:#FFFFFF;
	width:auto;
	list-style:none;
	padding:15px 10px 0 5px;
	margin:0 5px 0 10px;

	
}
#header .menu ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#header .menu ul li a:hover
{
	
	text-decoration:underline;
}
.spliter{ background:url(images/spliter.jpg) repeat-y; height:35px; width:2px;}

#banner
{
	margin:10px 0 10px 0;
}
.theme-default #slider {
    margin:0px auto;
    width:940px; /* Make sure your images are the same size */
    height:297px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}
#gallery
{	
	width:920px;
	padding:0 10px 10px 10px;
	margin-bottom:20px;
}
#gallery img
{
	height:200px;
	width:200px;
	border:10px solid #26478c;
	float:left;
	margin-right:10px;
}

#main-left
{
	padding: 10px;
	border:1px solid #ccc;
	width:650px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	float:left;
}
#main-left .gallery img
{
	height:110px;
	width:650px;
	width:130px;
	border:6px solid #26478c;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


#main-right
{
	padding: 10px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	float:right;
	width:230px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#right-gallery img
{
	width:105px;
	height:100px;
	margin:1px;
	padding:2px;
	border:1px solid #CCCCCC;
	
}
	


#footer
{
	background-color: #26478c;
	height:40px;
	text-align:center;
	color: #FFFFFF;
	margin-top:10px;
	padding-top: 20px;
}




