@charset "utf-8";
/* CSS Document */

/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}
a img{
	border:none;
}
body{
	background:url(../img/background.png) repeat-x #efefef;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.container{
	width:960px;
	margin:0px auto;
	background:url(../img/shadow.png) repeat-y;
}
.header{
	width:938px;
	height:108px;
	float:left;
	margin:0 0 0 11px;
}
.logo{
	width:250px;
	height:60px;
	float:left;
	margin:26px 0 0 20px;
}
.logosback{
	width:666px;
	height:108px;
	float:left;
}
/*---------------------Start navigation----------------------------*/
.navigationback{
	width:938px;
	height:44px;
	float:left;
	margin:0 0 0 11px;
}
.navigation{
	float:left;
	width:800px;
}
.menu{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;	
}

.menu li{
	float:left;
	display:inline;
	font-size:15px;
}

.menu li a{
	text-align:center;
	font-family:Arial;
	margin:0 ;
	padding:14px 45px 13px;
	display:block;
	color: #f5f5f5;
	text-decoration:none;
	float:left;
	border-left:#333333 1px solid;
	border-right:#000000 1px solid;
}
.menu li a:hover{
	background:#0093dd;
	margin:0px;
	color:#fff;
	float:left;
}
.ac{
	background:#0093dd;
	margin:0px;
	color:#fff;
	float:left;
}


.socialnetworklink{
	width:135px;
	height:36px;
	float:left;
	padding-top:7px;
}
.socialnetworklink a img{
	float:left;
	margin:0 7px 0 0;
}
/*---------------------End navigation----------------------------*/
/*---------------------Start Containt----------------------------*/
.containt{
	width:938px;
	float:left;
	margin:0px 0 0 11px;
	background:#fff;
	padding:5px 0 0 0;
}
#main{
	width:938px;
	float:left;
	height:500px;
	background:url(../img/wood-texture.jpg) repeat-x;
}
#coming_soon{
	position:absolute;
	top:230px;
	left:485px;
}
#left_panel{
	border:1px solid #f1f1f1;
	width:215px;
	height:500px;
	margin-left:6px;
	float:left;
	//background:url(../img/wood-texture.jpg) repeat-x;
}
#thumb_Catagory{
	width:130px; height:110px;	margin-left:55px;margin-top:10px;cursor:pointer;
}
#thumb_Catagory:hover{
	cursor:pointer;
}

#middle_panel{
	border:1px solid #f1f1f1;
	width:493px;
	height:500px;
	margin-left:6px;
	float:left;
	overflow:scroll;
}
#pic_thumb{
	border:5px solid #f1f1f1;
	width:100px;
	height:90px;
	margin-left:8px;
	margin-top:15px;
	float:left;
}
#right_panel{
	border:1px solid #f1f1f1;
	width:200px;
	height:500px;
	margin-left:6px;
	float:left;
}


/*---------------------End Containt----------------------------*/
/*--------------------Start Footer--------------------------*/
.footer{
	width:938px;
	height:30px;
	float:left;
	margin:5px 0 0 0;
}

.footerback{
	width:938px;
	height:31px;
	background:#111;
	color:#a1a1a1;
	float:left;
}
.footernavigationback{
	width:643px;
	height:31px;
	float:left;
}
.footermenu{
	list-style-position: outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.footermenu li{
	display:inline;
	font-size:12px;
}
.footermenu li a{
	text-align:center;
	margin:0px;
	padding:8px 10px;
	display:block;
	color: #ccc;
	text-decoration:none;
	font-size:12px;
	float:left;
	border-left:1px solid #000;
	border-right:1px solid #555555;	
}

.footermenu li a:hover{
	text-align:center;
	margin:0px;
	display:block;
	color: #111;
	text-decoration:none;
	float:left;
	background:#f7c787;	
}
.copyright{
	width:230px;
	float:right;
	margin-top:8px;
	color:#ccc;
	font-size:11px;
}
/*--------------------End Footer--------------------------*/
.clearer{
	clear:both;
}

