
/*------------------------------------------------

                  CSS Document 

------------------------------------------------*/


body{
	background-color:#fff;
	margin:0;
	text-align:left;
	font: 80%  Verdana, Arial, sans-serif;
	line-height: 140%;
	color:#000;
	margin-bottom:10px;
	min-width :720px;
}

#wrapper{
	width:778px;
	padding: 0px 5px 5px 5px;
	margin:0px auto;
	}

/*------------------------------------------------

                  Text Elements

------------------------------------------------*/



h1 {
		font-family: Trebuchet, Arial,Helvetica,sans-serif;
    	font-size: 150%;
    	font-weight: bold;
		color:#000;
    	margin-bottom:0;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
    	font-size: 130%;
    	font-weight: bold;
		color:#333333;
    	margin-bottom:0;
}

h3, h4, h5, h6 {
    	font-family: Arial,Helvetica,sans-serif;
    	font-size: 120%;
    	font-weight: bold;
		color:#333333;
    	margin-bottom:0;
}


a:hover{
	text-decoration:underline;
}
a,a:link{
	text-decoration:none;
	color:#fff;

}

.a2:hover{
	text-decoration:underline;
}

.a2,a:link{
	text-decoration:none; 
	color:#fff;
	font-weight:normal;
}

img { 
	border: none; 
} 

ul{
	font:Verdana, Arial, sans-serif;
	list-style-type:disc;
	color:#333;
	text-align:left;
	margin-left:10px;
}

li{
	font:Verdana, Arial, sans-serif;
	list-style-type:square;
	color:#333;
	line-height: 85%;
	text-align:left;
	margin-left:10px;
}


/*------------------------------------------------

                     Menu

------------------------------------------------*/

#homeMenu {
	width:600px;
	height:25px;
	margin-top: 0px;
	padding-top:10px;
	font-size:80%;
	color: #666;
	text-align:left;
}

/*------------------------------------------------

                     Top

------------------------------------------------*/

#top{
	width:778px;
	height:100px;
	padding: 0px;
	text-align:center;
}

#headerLogo{
	width: 120px;
	height: 100px;
	margin-right:20px;
	text-align:center;
	float:left;
}

#headerRight{
	width: 580px;
	height: 55px;
	text-align:left;
	vertical-align:middle;
	float:left;
	margin-top:10px;
}

#basket{
	width: 100px;
	height: 25px;
	text-align:center;
	float:right;
	background-color:#F00;
	}
	
#breadcrumb{
	height:20px;
	width:740px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size:90%;
	color: #fff;
	padding-left:10px;
	font-weight: bold;
}

/*------------------------------------------------

                     Middle

------------------------------------------------*/

#homeimage{
	width:778px;
	height:350px;
	background-color:#000;
}


#middle{
	width:778px;
	height:240px;
	padding: 0px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#FFF;
}

#headerBar{
	width:778px;
	height:25px;
	text-align:left;
	margin-bottom:5px;
	border-bottom:1px solid #CC0000;
	}
	
#homeText{
	width:512px;
	height:200px;
	float:left;
	margin-right: 5px;	
	font-size: 90%;
	color:#737373;
	background-color:#cccccc;

}

.homePortalLeft{
	width:256px;
	height:200px;
	float:left;
	text-align:left;
	margin-right: 5px;	
	font-size: 90%;
	color:#737373;
	background-color:#cccccc;
	}
	
.homePortalRight{
	width:256px;
	height:200px;
	float:right;
	margin: 0px;	
	text-align:left;
	font-size: 90%;
	color:#737373;	
	}

/*------------------------------------------------

                    Bottom

------------------------------------------------*/


#bottom{
	width:778px;
	text-align:left;
	padding:0px;
	color:#999;
	font-size: 75%;
}

#bottom a, a:link, a:visited{
	padding:0px;
	text-decoration:none;
	color:#999;
	font-weight:normal;
}

#bottom a:hover{
	text-decoration:underline;
	color:blue;
	font-weight:normal;
}

#bottom img{
	vertical-align:middle;
	margin-left:20px;
}

