@charset "utf-8";
/* CSS Document */

/*
	RESET
*/

* 					{ margin-left: auto ; margin-right: auto ; padding: 0;}
html 				{ overflow-y: scroll;}
html, body 			{ height: 100%; }
body 				{ font-size: 12px; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #000000;}   
h1					{ font-size: 25px;}
a 					{ outline: none; text-decoration: none;	color: #FFFFFF; }

/*
	UTILITY
*/
.floatLeft			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear:both; }


div#wrapper {
				width: 1000px;
				border: thin;

}	

div#header	{
				height: 235px;
}

div#logo	{
				width: 358px;
				float: left;
}

div#phone	{
				font-size: 40px;
				font-weight:bold;
				text-align: right;	
}

div#menu	{
				margin-top: 15px;
				font-size: 16px;
				font-weight:bold;
				text-align: left;
}
div#button	{
			padding-left: 20px;
			padding-right: 20px;
}

#button a { outline: none; text-decoration: none;	color: #FFFFFF; }
#button	a:hover { color: #25a3de} 
#button	a:active { color: red} 

div#bar		{
			background-color:#FFFFFF;
			height: 5px;
}

div#container {
			margin: 0 0 0 0;
			background-color: #0f3255;
}

div#container.home {
			margin: 0 0 0 0;
			background-color: #0f3255;
			background-image:url(images/background.png);
			height: 388px;
}

div#content.home {
		margin: 20px 370px 0 0;
		width: 595px;
}


#content a { outline: none; text-decoration: none;	color: yellow; }
#content a:hover { color: #eba850} 
#content a:active { color: red} 

.phone	{
			font-size: 16px;
}