
			html {
				background-color : black;
			}
			#container {
				margin : 0 auto;
				max-width : 960px;
				width : 100%;
			}
			table {
				width : 100%;
				height : 100%;
				border: 0px solid black;
			}
			#outline{
				height : 100%;
				background-color : white;
				border-radius : 25px;
			}
			.tabs {
				border : 0px solid black;
				background-color : #21439B;
				cursor : pointer;
				text-align : center;
				font-weight : bold;
				color : white;
				font-size : 20px;
				height: 30px;
				width : 25%;
			}
			
			.tabs:hover{
				color: #fece06;
			}
			
			.content{
				width : 50%;
				height : 100%;
			}
			
			#logo {
			height : 150px;
			padding-left : 15px;
			}
			
			#title {
				color :  #21439B;
				font-size : 20px;
				text-align : right;
				padding-right : 15px;			
			
			}
			
	#slider1 {
    width: 900px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top : 0px;
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 20px;
}
.left {
	top: 0;
    left: 0;
	width: 300px !important;
	height: 500px;
	font-size: 14px !important;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 480px;
}
/*ul { list-style-type: none;}*/



* {font-family:"Arial"}
#products{
 vertical-align : top;
 }
 #products2{
	text-align:center; 
    vertical-align:middle;
 }
 #picture2{
  vertical-align : top;

 }
 .rotate { 
 /* Safari */ -webkit-transform: rotate(-90deg); 
 /* Firefox */ -moz-transform: rotate(-90deg); 
 /* IE */ -ms-transform: rotate(-90deg); 
 /* Opera */ -o-transform: rotate(-90deg); 
 /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
 }
 
.datatable tr:hover{
				background-color: #fece06;
			}
			

