﻿/*This is css of the main website*/
@import "layout.css";/*Layout of website*/


 /*This is Logo's style*/
#logo
{
	height:216px;
	width:184px;
	left:20px;
	position:relative;
	z-index:1;
	
}

#header_public > #logo
{
	top:-20px;
}

 /*This is Navigation's style*/
#nav
{
	height:314px;
	width:703px;
	background:url("images/main_nav_bg.png") no-repeat;
	margin:0 auto;
	position:relative;
	top:-58px;
	z-index:0;
}

#nav ul
{
	list-style:none;
}

#nav li
{
	float:left;

}

#nav li a
{
	font-size:20px;
	display:block;
	margin-top:270px;
	width:175px;
	text-align:center;
	color:#c3c2c2;
}

#nav li a:hover
{
	color:#fff
}

 /*This is public page Navigation's style*/
#left ul
{
	list-style:none;
}
#left li
{
	text-align:center;
}
.title a
{
	display:block;
	height:37px;
	width:209px;
	background:url(images/nav_bg.png) no-repeat;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:37px;
	font-family: "Comic Sans MS", cursive, sans-serif
}
.title ul li a
{	
	display:block;
	height:29px;
	background:none;
	line-height:29px;
	color:#417aa0;
}
.title ul li a:hover
{	
	color:#fff;
}

 /*This is Crumb's style*/
#crumb
{
	height:31px;
	width:665px;
	line-height:31px;
	background:url(images/crumb_line.gif) repeat-x bottom;
	color:#518ab7;
	padding-left:14px;
}

#crumb h2
{
	font-size:16px;
	display:inline;
}
#crumb a
{
	color:#518ab7;
	font-weight:bold;
	padding:0 6px
}
#crumb a:hover, #crumb a:active
{
	color:#154d7c;
}
#crumb .active
{
	color:#154d7c;
}
/*product show*/
#product
{
	width:720px;
	margin-top:12px;
	margin-left:20px;
}
#product ul li
{
	float:left;
	list-style:none;
	
}
#product a
{
	width:230px;
	height:153px;
	display:block;
	position:relative;
	z-index:1;
}
#product img
{
	border:none;
}
span.imageOver
{
	background:url("images/zoom.gif") no-repeat 50% 50%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}
#gallery
{
	overflow:hidden;
	width:776px;
	position:relative;
	top:26px;
	left:75px
}
#gallery ul
{
	list-style:none;
	width:2999px;
}
#gallery li
{
	float:left;
	margin-left:1px
}
#gallery img
{
	height:112px;
	width:150px;
	border:solid 2px #aeaeae;
}


/*product detail show*/
.prolist { 
	position:relative; 
	height: 92px;
	width:726px;
	margin-top:12px;
	margin-bottom:10px; 
	overflow:hidden; 
	background:none;
}
.prolist .prolist_content{
 	position:absolute; 
	width:4380px;
	left:0px;
}
.prolist ul{  
	margin-bottom:10px; 
    float:left;
	height: 92px;
	margin:0;
	padding:0;
}
.prolist ul li { 
	float:left;
	display:inline;
	text-align:center;
	margin-right:16px;
	margin-left:5px
}
.prolist ul li span { 
	display:block;
	overflow:hidden; 
}
.prolist ul li img { 
	display:block; 
	width:124px; 
	height:92px; 
	background:#EEE;
	border:0;
}
.module_left_right{ 
	cursor:pointer;
}
.goLeft , .goRight
{
	position:absolute;
	z-index:99px;
	height:16px;
	width:15px
}
.goLeft
{
	left:0px;
	top:40px;
}
.goRight
{
	left:700px;
	top:40px;
}
#placeholder
{
	height:300px;
	width:400px;
	margin-top:62px;
	margin-left:175px
}
#description
{
	width:720px;
	text-align:center;
	font-size:18px;
	margin-top:32px;
}
#different_page
{
	margin-top:40px;
	margin-left:300px;
	color:#1E4C7B
}

#different_page a
{
	font-size:16px;
	color:#fff;
	margin:0 4px;
	font-weight:bold;
}
#different_page a:hover
{
	color:#1E4C7B
}
 /*This is Contact's style*/
 #contact h3
 {
	font-size:30px;
	margin-top:12px;
	margin-left:12px;
	color:#1E4C7B
 }
 #contact ul
 {
	margin-top:12px;
	margin-left:30px;
	font-size:18px;
	color:#1E4C7B;
 }
 #contact li
 {
	padding-bottom:6px;
	list-style:disc;
	font-size:20px;
	color:#000
 }
 
 /*This is Footer's style*/
#footer_top
{
	background:url(images/footer_top.gif) repeat-x;
	height:57px;
	width:100%
}

#footer_content
{
	background:url(images/footer_style.gif) no-repeat;
	margin:0 auto;
	width:960px;
	height:410px;
	text-align:center;
}

#footer_content h1
{
	background:url(images/new_product.png) no-repeat;
	height:110px;
	width:336px;
	margin:0 auto;
	margin-bottom:20px;
	font-size:0;        /* for firefox & opera */ 
	color: transparent; /* for webkit */ 
	line-height:0; 
	overflow:hidden;    /* for IE */
}

#slidebar
{
	background:url(images/slidebar_bg.png) no-repeat;
	height:178px;
	width:920px;
	margin:0 auto;
}

#footer_content p
{
	color:#fff;
	height:24px;
	position:absolute;
	top:380px;
	left:43%;
	font-size:20px;
	font-family: "Comic Sans MS", cursive, sans-serif
}

#footer_public > #footer_content p
{
	margin:0 auto;
	position:static;
	padding-top:20px;
}

#footer_content a
{
	color:#fff
}

#footer_content a:hover
{
	text-decoration:underline;
}


