/* CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END CSS RESET*/




/*MAIN STYLES*/

html {
	
	background: #000;
}


body {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #eee;
}

#container {
       width: 990px;
       margin: 0 auto;
       padding: 0;
}

#header {
	margin: 30px 0 0 0;
	width: 990px;
	height: 150px;
}

img {
	border: none;
}

h1 {
	background: url(../img/logo.png) no-repeat;
	width: 250px;
	height: 113px;
	float: left;
	text-indent: -1999px;
	/*margin-left: 10px;*/
}

#pagehead {
	float: left;
	width: 250px;
	text-align: center;
	clear: both;
}

h2 {
	font: 18px Arial, sans-serif;
	color: #eee;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	font-weight: normal;
	text-transform: uppercase;
	width: 35%;
	margin: -5px auto;
	clear: both;
}

h3 {
	font: 12px Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	font: 14px Arial, sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}

p a {
	text-decoration: underline;
	color: #eee;
}

p a:hover {
	text-decoration: underline;
	color: #999;
}

/* UPDATED STYLES ------------------------------------------------------------------------------ */

ul {
        margin:2px 0 15px 0;
        
}

ul li {
        line-height:15px;
}

/* UPDATED STYLES ------------------------------------------------------------------------------ */


/*BACKGROUND*/

#bgBox { 
	width: 100%; 
	height: 100%; 
	border: 0px #000 solid; 
	overflow: hidden; 
	z-index:-1; 
	position:absolute; 
	top:0px; 
	left:0px;
}

#bgImg { 
	float: left; 
	padding: 0px; 
	margin: 0px; 
	margin-left:0px; 
	left:0px; 
	position:relative; 
}

#docBox {
    overflow:auto;
}

/* HEADERS */

#headerleft {
	float: left;
	width: 250px;
}

#headerright {
	width: 600px;
	float: right;
	margin-top: 50px;
}


/* MAILING LIST */

#mailinglist {
	float: right;
	clear: both;
}

#mailinglist label {
	display: none;
}

#mailinglist input:hover {

}

#mailinglist input {
		font-size:10px;
        color:#666;
        background-color: #bbb;
        border: none;
        padding: 3px 6px;
        margin: 0 -5px 0 0;
        border: 1px solid #000;       
}

#mailinglist #submit {
        border: 1px solid #000;
        margin: 0;
        padding: 3px 6px;
        text-transform: uppercase;
        overflow: visible;
        color:#000;
        background:#eee;
}



/* NAV*/

#nav {
	float: right;
	margin: 30px 0 0 0;
	clear: both;
	width: 600px;
	text-align: right;
}


#nav ul li {
	padding: 0 0 0 30px;
	list-style: none;
	display: inline;
}

#nav ul li a{
	text-decoration: none;
	font: 14px Arial, sans-serif;
	text-transform: uppercase;
	color: #eee;
	font-weight: normal;
}

#nav ul li a:hover {
	font-weight: bold;
	color: #7d1a1a;
}

#nav ul li a.current {
	font-weight: bold;
	color: #7d1a1a;
}

#nav ul li.social1 {
	padding-left: 20px!important;
	position: relative;
	top: 10px;
}

#nav ul li.social2 {
	padding-left: 15px!important;
	position: relative;
	top: 10px;
}



/* CONTENT */

#content {
	width: 990px;
	min-height: 600px;
	margin: 50px 0 0 0;
}

#left {
	float: left;
	width: 310px;
}

#left ul {
	font: 14px Arial, sans-serif;
	margin: 37px 0 0 90px;
}

#left ul li a {
	text-align: left;
	list-style: none;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #eee;
	font-weight: normal;
}

#left ul li a:hover {
	font-weight: bold;
	color: #7d1a1a;
}

#left ul li a.current {
	font-weight: bold;
	color: #7d1a1a;
}


#main {
	width: 670px;
	float: right;
	margin-bottom: 10px;
}

/* USED WHEN THERE ARE NOT ENOUGH ITEMS FOR PAGINATION, NEEDS TO BE CHANGED BACK TO #MAIN WHEN THE PAGINATION IS NEEDED*/
/* NOTE: PAGINATION DIV IS NOT COMMENTED OUT, JUST PAGINATION SCRIPT IN HEADER */
#main_nopagination {
	width: 670px;
	float: right;
	margin-bottom: 10px;
	padding-top: 12px!important;
}


#pagination {
	width: 670px;
	margin-bottom: 28px;
	text-align: right;
}

#pagination .previous_link, .next_link {
	text-decoration: none;
	color: #eee;
}

.entry {
	width: 670px;
	float: right;
	margin-bottom: 30px;
}

.title {
	width: 150px;
	float: left;
}

.article {
	width: 520px;
	float: right;
	display: block;
}

.article img {
	padding: 10px 0;
}

.article p {
	line-height: 1.4em;
	letter-spacing: 0.03em;
}

.article a {
	text-decoration: underline;
	color: #eee;
}

.brand {
	width: 200px;
	margin-left: 10px;
	padding-top: 14px;
}

.logo {
	width: 200px;
	margin-left: 10px;
}

.branddesc {
	padding: 10px 0;
	margin-left: 10px;
}

.branddesc h4 {

}

.branddesc p {
	line-height: 1.4em;
	letter-spacing: 0.03em;
}

#footer {
	width: 990px;
	height: 50px;
	margin-top: 10px;
/*	padding-left: 40px;*/
	clear: both;
}


#copyright {
	float: right;
	font-size: 11px;
	color: #888;
	padding-top: 10px;
}


/* FORMS */

#main form {
	text-align:left;
	width:515px;
	margin: 30px 0 20px 0;
}

#main form fieldset {
	border: 0;
}

#main form fieldset legend {
	visibility:hidden;
}

#main form fieldset ol {
	list-style: none;
}

#main form fieldset ol li {
	padding: 5px 0;
	position: relative;
}

#main form fieldset ol li label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin: 0 0 0 -70px;
	text-transform: uppercase;
}

#main label, input, textarea {
	font: 12px 'arial', sans-serif !important;
}

#main form fieldset input,form fieldset textarea {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eeeeee;
	padding: 3px;
	color: #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	width: 290px;
	margin-left: 65px;
}

#main form fieldset input:focus,form fieldset textarea:focus {
	border-color: #333;
	color: #222;
}

#main form fieldset button {
	border: 1px solid #7d1a1a;
	background: #eee;
	padding: 2px 5px;
	color: #7d1a1a;
	margin: 5px 0 15px 150px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	float: left;
}

#main form fieldset button:hover {
	background: #fff;
	color: #333;
}

/* validation */

#main #message {
	display: none;
	line-height: 1.1em;
	padding-top: 5px;
}

#main #message .success {
	color: #eee;
	padding-left: 5px;
}

#main #message .error {
	color: #7d1a1a;
}

#main form fieldset .astrix {
	color: #eee;
	font-weight: bold;
	padding: 5px;
}

#main .validation {
	display: none;
	position: absolute;
	width: 100px;
	color: #fff;
	background: #7d1a1a;
	right: 50px;
	top: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	padding: 2px 5px;
	font: 10px/18px arial, verdana, tahoma, sans-serif;
	text-transform: uppercase;
}

#main .invalid input {
	border: 1px solid #7d1a1a !important;
}
/* // validation */



/* BRANDS PAGE */

#display {
	width: 670px;
	height: 600px;
}

ul#projectList {
	font: 14px Arial, sans-serif;
	margin: 37px 0 0 90px;
}

ul#projectList li a {
	text-align: left;
	list-style: none;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #eee;
	font-weight: normal;
}

ul#projectList li a:hover {
	font-weight: bold;
}

ul#projectList li a.current {
	font-weight: bold;
}

ul#projectList {
        list-style-type:none;
}

#hidden { 
        display:none;
}