/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #363536;
	text-align: center;
	padding-bottom: 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #363536;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
