/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	background-color: #101a1f;
	line-height: 1.2;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/backgrounds/body.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 
p {
	margin: 0 0 10px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	margin: 0px auto;
	width: 600px;
	text-align: left;
}
#slogan {
	position: relative;
	margin-top: 88px;
	height: 45px;
}
#menu {
	position: relative;
	margin-top: 64px;
	text-align: right;
	text-transform: uppercase;
}
#page {
	position: relative;
	text-align: left;
	margin-top: 11px;
    padding: 30px 40px;
	height: 156px;
	background-color: #FFF;
	background-image: url(../images/backgrounds/brands-page.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	margin-top: 12px;
}
/* 
-----------------------------------------------------------------------------
Menu
-----------------------------------------------------------------------------*/
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #CCC;
	text-decoration: none;
	padding-left: 10px;
	
}
#menu a:hover {
	color: #FFF;
}
/* 
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page p {
	color: #666;
    margin-bottom: 20px;
}
#page h1 {
	text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 30px;
    color: #000;
}
#page a {
	text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#page a:hover {
	color: #4a768e;
}
.label {
	color: #666;
    text-align: right;
    padding-right: 5px;
}
td {
	padding-bottom: 5px;
}
#page td a {
	text-transform: lowercase;
	text-decoration: underline;
	color: #4a768e;
    font-weight: normal;
}
