/* Global Reset */
html{}
body{
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:(../images/bg_page.gif);
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
img { margin:0; padding:0; border:0; text-decoration: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

li{ list-style:none; float:left; }

a img { border:none; }

a { cursor:pointer; outline:none; }

/* Page Holder */

.container{
	padding: 0;
	margin: 0 auto;
	width: 1003px;
	border-bottom:1px solid;
}

/* General Styles */
.clear { clear:both; overflow:hidden; width:100%; }
.fltlft{ float:left; }
.fltrt{ float:right; }

/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 { font-weight:normal;}


#header,
#wrapper,
#footer {
	width: 100%;
	text-align:left;
	clear:both;
	overflow:hidden;
}
/* Header */
#header {
	  border-top: 8px solid #3A3A3A;
	  
	}
#logo
{

    height: 91px;
    padding: 1px 0 0 5px;
    width: 613px;
	margin-left:200px;
}
.top-contact
{
color: #0469A9;
    float: right;
    margin: 15px 5px 0 0;
    text-align: right;
}
/* Footer */
#footer {}
.foot
{
	
   background: none repeat scroll 0 0 #3A3A3A;
    font-size: 11px;
    line-height: normal;
    padding: 30px 0 0;
    text-align: center;
}

/* Content */
#wrapper {background: #ffffff; height:100%;}
.slider1
{

	float:left;
	
}
.slider1 ul
{
	padding: 12px 5px 0px; 
}
.slider1 ul li
{
	background:#CCC;
   padding:10px 10px;
	margin-bottom:2px;
	width:160px;
	border-radius:0 5px 5px 0;
	margin:2px;
	
}
.slider1 ul li a
{
	color:#000;
	display:block;
}
.slider1 ul li a:hover
{
	color:#000;
	display:block;
	
}
.slider2
{
	width:500px;
	float:right;
	border:2px solid;
	
}
.loginform
{
	
	  
    color: #2F2F2F;
	text-align:center;
    
    font-size: 28px;

    padding: 6px 0 6px 10px;
    position: relative;
	text-transform:uppercase;
	background: skyblue;
	line-height: 50px;
}
.slider2 p
{
	margin-top:12px;
	text-align:center;
	
	
}
.login
{
	border:1px solid;
}
