/*screen.css*/


/*Global Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
html, body, form, fieldset {color:#535353;font-size: 14px;font-family: "", "Georgia", "Times New Roman", serif;line-height:1.5em}
abbr, img {border:none;}
address, caption, cite,th{font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%}
b,em {font-weight:normal;font-style:normal}

/*Global Styles*/
html {
	height:100%;
}
body	{
	height:100%;
	background:url(../img/main_tile.gif);
}


h1	{
color:#6b645a;
font-size:200%;
font-style:italic;
text-transform:uppercase;
line-height:1.0em;
font-weight:normal;
margin-bottom:1em;
}

h2	{
letter-spacing:3px;
text-transform:uppercase;
color:#c1c1c1;
font-size:90%;
margin-bottom:3px;
}

#footer h2 {
	color:#5e5e5e;
}

h3	{
font-family:"LinoLetterStd-BoldItalic";
color:#6a829a;
font-size:100%;
font-style:italic;
letter-spacing:2px;
font-weight:normal;
text-transform:uppercase;
}

h4 {
	font-family:"Georgia";
	color:#c1c1c1;
	font-style:italic;
	font-size:120%;
}

p	{
color:#535353;
margin-bottom:1.2em;
line-height:1.5em;
}

em	{
color:#FFF;
font-style:italic;
}

hr	{
color:#ccc;
border-color:#ccc; /*safari fix*/

}

a:link	{text-decoration:none;color:#535353;}
a:visited {text-decoration:none;color:#535353;}
a:hover	{color:#61717c;text-decoration:none;}
a:active	{text-decoration:none;color:#4b687c;}


/*classes*/

#suggest label {
	margin-bottom:2px;
	color:#7f7f7f;
}

input.field {
	padding:5px 5px;
	font-size:100%;
	font-family:"Georgia";
	width:300px;
	border:1px solid #acacac;
	background-color:#acacac;
}

img.tv {
	margin-left:4px;
	position:relative;
	bottom:-1px;
}

.floatClear	{
clear:both;
visibility:hidden;
}

#menu {
	position:absolute;
	right:20px;
	top:10px;
	margin-right:20px;
	margin-top:20px;
}

#container {
	width:720px;
	margin:0 auto;
	padding-bottom:270px;
}

#bg_container {
	background:url(../img/top_tile.gif) repeat-x;
	width:100%;
	height:100%;
	height:auto;
	min-height:100%;
}

clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#col1, #col2 {
	margin-right:15px;
}

#col1, #col2, #col3 {
	float:left;
	width:230px;
}

#header {
	padding-top:35px;
	margin-bottom:40px;
	position:relative;
}

#nav {
	position:absolute;
	right:20px;
	bottom:0px;
}

#nav li a {
	display:block;
	padding:5px 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #141414;
	background-color:#141414;
}

#nav li a:hover {
	color:#757575;
	background-color:#0c0c0c;
	border-color:#0c0c0c;
}

.page-title {
	margin-bottom:15px;
}

span.plus {
	color:rgb(106, 130, 154);;
}

.link-list {
	margin-bottom:25px;
}

.link-list li {
	margin-bottom:2px;
}

#bg_footer {
	background:url(../img/footer_tile.gif) repeat-x;
	position:relative;
	margin-top:-270px;
	height:270px;

}

#footer {
	padding-top:38px;
	width:720px;
	margin:0 auto;
}

	#footer #fcol1 {
		float:left;
		width:350px;
		margin-right:18px;
	}
	
	#footer #fcol2 {
		float:left;
		width:350px;
	}
	
	#footer p {
		color:#3a3a3a;
	}
	
	#footer #chd {
		margin-top:15px;
	}


.validation-summary {
	margin-bottom:20px;
}

.validation-summary strong {
	color:#7f7f7f!important;
}


#success {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	padding:15px 0;
	text-align:center;
	background-color:#000;
	width:100%;
	z-index:1;
}













