/*   
Theme Name: Shimex International Ltd.
Description: Shimex International Ltd. Theme is a Premium Wordpress Theme with a unique design and fully CMS features. Contact <a href="http://www.executivewebs.com" target="_blank">Executive Web Solutions</a> for more details about this theme.
Author: Md. Faizul Kabir
Author URI: http://www.executivewebs.com/
Theme URI: http://www.executivewebs.com/portfolios/
Version: 1.0
License: GNU General Public License v2 or later
*/
body{
}

.clear{
	clear:both;
}

h2{
	color: #5d403f;
}

#container{
	width:900px;
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 1px 1px 10px  #222;
	-webkit-box-shadow: 1px 1px 10px  #222;
	box-shadow: 1px 1px 10px #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header{
	padding-top:10px;
}

#header #logo{
	width:550px;
	height:80px;
	float:left;
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:10px;
}

#header #topcontact{
	width:310px;
	height:80px;
	float:right;
	text-align:right;
	font-size:12px;
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:10px;
}

#container #body{
	font-size:12px;
	color:#333333;
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
	border-bottom:1px solid #5d403f;
}

#container #body #sidebar{
	float: left;
	text-align:left;
	width: 200px;
	margin-right:10px;
	border-radius: 5px;
}

#container #body #content{
	float: right;
	text-align:left;
	width: 660px;
	padding-left: 9px;
	border-left:1px solid #5d403f;
}

#container #body #content p{
	text-align:justify;
}

#container #body #content #readmore{
	text-align:right;
}

#container #body #content #photo-gallery{
	margin:0 auto;
}

#container #body #content #photo-gallery ul.gallery{
	margin:0;
	padding:0;
}

#container #body #content #photo-gallery ul.gallery li{
	display:inline;
	margin:1px;
}

#container #body #content #photo-gallery ul.gallery li img{
	border-radius:5px;
}

#container #body #content input, #container #body #content textarea{
	border:1px solid #c9c9c9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#container #footer{
	font-size:11px;
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
}

#container #footer #copyright{
	width:440px;
	float:left;
	text-align:left;
}

#container #footer #poweredby{
	width:440px;
	float:right;
	text-align:right;
}

#slideshow{
    position:relative;
    height:300px;
	border-top:5px solid #5d403f;	
}

#slideshow img{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active{
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active{
    z-index:9;
}
