/* Maizan Electronics - Style Sheet */

* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}


body
{ 
background-image: url(bg.gif);
font-family:Arial, Helvetica, sans-serif;
} 



/*Main Styles*/

#container {
width: 940px;
/*background: #ebedf2;*/
margin: auto;
overflow: hidden;
min-height: 800px;
}

#header {
overflow: hidden;
height: 100%;
/*background:#1f1f1f;*/
}

#header img {
float: left;
}

#slogan {
float: right;
font-family:Georgia, "Times New Roman", Times, serif;  
font-size: 14px;
line-height: 32px;
color: #b1b4c4;
margin-top: 6px;
}

#main_navigation {
overflow: hidden;
background: #2b2b2b;
}

#sidebar {
width: 230px;
padding-left: 20px;
float: right;
background-image: url(side_bg.gif);
background-repeat:repeat-x;
background-color:#dedcdc;
min-height: 820px;
}

#sidebar h2{
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 5px 0px;
}

#sidebar ul#sidenav {
list-style-image: url(arrow.gif);
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
margin:10px 0px 30px 0px; 
padding-left: 20px;
}

#sidenav li {
}

#sidenav li a{
color: white;
}

#sidebar ul#logos {
/*list-style-image: url(arrow.gif);*/
/*margin:20px 20px 30px 0px; */
padding-left: 8px;
padding-bottom: 10px;
}


#main {
padding-left: 30px;
padding-right: 10px;
padding-bottom: 20px;
font-family: Helvetica;
font-size: 16px;
line-height: 25px;
background-color:#dedcdc;
width: 650px;
min-height: 800px;
float: left;
}

#main h2 {
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 5px 0px;
font-weight:normal;
}

#main ul {
list-style-image: url(arrow.gif);
font-family:Arial, Helvetica, sans-serif;
/*font-size: 20px;*/
margin:0px 0px 0px 0px; 
padding-left: 20px;
}



#footer {  
padding:3px 20px 5px 10px;
text-align: center;
width: 910px;
color: white;
}  


/*Slider Stuff*/

#slider1 {
width: 940px; /* important to be same as image width */
height: 302px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
background: #2b2b2b;
}


#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, Helvetica, sans-serif;
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: 14px;
}

.left {
top: 0;
left: 0;
width: 100px !important;
height: 278px;
}

.right {
right: 0;
bottom: 0;
width: 226px !important;
height: 290px;
}

ul { list-style-type: none;}

/*End slider stuff*/


