/*

	# Company: Holden Demos

	# CSS Author: Nick Maller (www.defythypixel.com)

	# File: screen.css

*/

@import url(form.css);

@import url(layout.css);

@import url(components.css);

body

{

	padding: 0;

	background: url(../images/body-bg.jpg) repeat-x;

	color: #5a5a5a;

	font-size: 100%;

	font-family: Arial, Sans-Serif;

    line-height: 1.125em;

}

ul

{

	list-style-type: none;

}

ul li

{

	margin-left: 0;

	padding: 0 0 1px 16px;

	

	background: url(../images/bullet.gif) no-repeat 5px 4px;

}

/* 
** Links
*/

a:link,

a:visited

{

	color: #9b131c;

}

a:hover

{

	color: #c7232e;

}
h1,

h2,

h3,

h4,

h5,

h6

{

	padding: 4px 0 12px;
	margin:0;
	color: #220b05;

}

h1 {	font-size: 150%; color: #220b05; padding: 0 0 10px; letter-spacing: -1px; }
h3 {	font-size: 14px; color: #220b05; }



ul,

ol,

dl,

fieldset

{

	padding-bottom: 18px;

	line-height: 1.25em;


}

p {
	padding-bottom: 15px;

	line-height: 1.25em;
}

/* 

	** Global reset and setting vertical rhythm



*

{

	margin: 0;

	padding: 0;

	line-height: 122%;

}



*/

/* 

	** Headings



h1,

h2,

h3,

h4,

h5,

h6

{

	padding: 4px 0 12px;

	color: #220b05;

}

h1 {	font-size: 150%; color: #220b05; padding: 0 0 10px; letter-spacing: -1px; }

h2 {	font-size: 120%; color: #220b05; }

h3 {	font-size: 110%; color: #220b05; }

h4 {	font-size: 100%; color: #220b05; }

h5 {	font-size: 100%; color: #220b05; }

h6 {	font-size: 100%; color: #220b05; }


*/


/* 

	** Content Elements




li

{

	line-height: 1.3em;

}

table

{

	margin-bottom: 22px;

}

em

{

	font-weight: bold;

}

blockquote

{

	color: #959697;

}

cite

{

	color: #c2c2c3;

}

*/

/* 

	** Lists



ul ul,

ol ol

{

	padding: 0;

	list-style-position: inside;

}

ul li,

ol li

{

	margin-left: 27px;

}



*/




/* 

	** tables



table

{

	width: 100%;

	table-layout: fixed;

	border-collapse: collapse;

	border: 1px solid #34180c;

}

table caption

{

	text-align: left;

	font-weight: bold;

}

table small

{

	color: #787372;

}

table th,

table td

{

	padding: 6px;

	

	line-height: 1.1em;

	border: 0;

}

table th

{

	text-align: left;

}

table td

{

	border: 1px solid #beb8b6;

}

table thead th,

table thead td

{

	background-color: #34180c;

	color: #fff;

}

table tr.alt th,

table tr.alt td

{

	background-color: #f5f4f4;

}*/