@import url('../type.css');
@import url('pluto.css');

body
{
	text-align : center;
	background : #171717 url('images/BodyBackground.png') center repeat-y;
}


#container-1
{
	background : url('images/ContainerBackground.png') center repeat-y !important;
	background : url('images/ContainerBackground.gif') center repeat-y;
}

#container-2
{
	width : 761px;
	background : #888;
	margin : auto;
	text-align : left;
	position : relative;
	background : url('images/ContainerBackgroundBottom.png') bottom no-repeat;
	border-top : 0px;
}

#header
{
	background : url('images/HeaderBackground.png') no-repeat;
	height : 300px;
}

#header h1
{
	position : absolute;
	top : 0px;
	left : 150px;
	height : 125px;
	width : 460px;
	background : url('images/Logo.png') !important;
	background : url('images/Logo.gif');
}

#header h1 span
{
	display : none;
}

#header img
{
	position : absolute;
	top : 0px;
	left : 0px;
}

#menu li
{
	width : 170px;
	height : 27px;
	position : absolute;
	list-style : none;
}

#menu li a
{
	display :block;
	width : 170px;
	height : 27px;
	text-align : center;
	color : #fff;
	line-height : 27px;
	text-decoration : none;
}

#menu li a:hover
{
	background : #ff0;
}

#menu #m1
{
	top : 150px;
	left : 33px;
}

#menu #m1 a
{	
	background : url('images/LeftMenuStar.2.png') top !important;
	background : url('images/LeftMenuStar.2.gif') top;
}

#menu #m1 a:hover
{	
	background : url('images/LeftMenuStar.2.png') bottom !important;
	background : url('images/LeftMenuStar.2.gif') bottom;
}


#menu #m2
{
	top : 185px;
	left : 14px;
}

#menu #m3
{
	top : 220px;
	left : -4px;
}

#menu #m2 a, #menu #m3 a
{	
	background : url('images/LeftMenu.2.png') top !important;
	background : url('images/LeftMenu.2.gif') top;
}

#menu #m2 a:hover, #menu #m3 a:hover
{	
	background : url('images/LeftMenu.2.png') bottom !important;
	background : url('images/LeftMenu.2.gif') bottom;
}

#menu #m4
{
	top : 150px;
	right : 33px;
}

#menu #m4 a
{	
	background : url('images/RightMenuStar.2.png') top !important;
	background : url('images/RightMenuStar.2.gif') top;
}

#menu #m4 a:hover
{	
	background : url('images/RightMenuStar.2.png') bottom !important;
	background : url('images/RightMenuStar.2.gif') bottom;
}

#menu #m5
{
	top : 185px;
	right : 14px;
}

#menu #m6
{
	top : 220px;
	right : -4px;
}

#menu #m5 a, #menu #m6 a
{	
	background : url('images/RightMenu.2.png') top !important;
	background : url('images/RightMenu.2.gif') top;
}

#menu #m5 a:hover, #menu #m6 a:hover
{	
	background : url('images/RightMenu.2.png') bottom !important;
	background : url('images/RightMenu..2gif') bottom;
}

#leftbar, #rightbar
{
	width : 178px;
	padding : 5px;
	color : #fff;
	float : left;
	margin-top : -30px;
}

#leftbar img,#rightbar img
{
	margin : 0px;
	padding : 1px;
	border : 1px solid #888;
	margin-top : 15px;
}


#rightbar
{
	float : right;
	text-align : center;
}

#leftbar h2,#rightbar h2
{
	font-size : 16px;
	text-align : center;
	color : #fff;
	border : 0px;
	font-style : normal;
}

#leftbar h3, #rightbar h3
{
	font-size : 12px;
	margin-top : 15px;
	color : #fff;
}

#footer
{
	clear : both;
}

#abc
{
	background : url('images/Footer.png') center no-repeat !important;
	background : url('images/Footer.gif') center no-repeat;
	padding-top : 50px;
	height : 25px;
	font-size : 10px;
	color : #777;
}

#abc a
{
	color : #777;
}

#car
{
    position : relative;
}

#car img
{
    position :absolute;
    left : 0px;
    bottom : 0px;
    border : 0px;
    padding : 0px;
}

#main
{
    height : auto !important;
    height : 600px;
    min-height : 600px;
    margin-left : 200px;
    margin-right : 200px;
}

img
{
    margin : 0px;
    border : 0px;
    padding : 0px;
}

#main img
{   
    margin : 5px;
    padding : 1px;
	border : 1px solid #888;
}

fieldset
{
    padding : 5px;
}

fieldset div
{
    margin : 5px;
    position : relative;
}

fieldset div div
{
    margin : 0px;
    margin-left : 125px;
}

label
{
    font-weight : bold;
    position : absolute;
}

.text
{
    padding : 2px 3px 2px 3px;
    border : 1px solid #46479c;
    font-size : 10px;
}