/* @override http://localhost/~hidalgo/tomolly/css/screen.css */

/* Title:	Tomolly - master style */
/* Author:	Kalon Edser, http://www.kalonedser.com */
/* Updated:	5 June 2009 */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 */

/* @group Core */

body {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.125em; /* 16x1.125=18 */
	text-align: center;
	color: #FFF;
	background: #e81005 url(../img/bg.png) 50% 455px repeat;
	}

p, ul, ol {
	margin: .5em 0 1.25em 0;
	font-size: 0.69em; /* 16x.69=11 */
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .25em 0;
	}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	}
a:hover, a:active {
	color: #f9c3c0;
	text-decoration: none;
	}


/* @end */
/* @group Master Layout */

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 3532px;
	text-align: left;
	background: transparent url(../img/content.jpg) 0 0 no-repeat;
	overflow: hidden;
	}
	
#content {
	position: absolute;
	left: 520px;
	top: 200px;
	width: 290px;
	height: 290px;
	overflow: hidden;
	}
	
#secondary {
	position: absolute;
	top: 3205px;
	left: 417px;
	width: 425px;
	height: 325px;
	text-align: center;
	overflow: hidden;
	}
	
#footer {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	}
	
#footer p {
	margin: 0;
	font-size: 0.625em /*10*/;
	line-height: 1.125em;
	padding: 0 158px 0 417px;
	}
	
#footer p#emd {
	margin-top: 1em;
	}

/* @end */
/* @group Logo/Header */

#logo {
	position: absolute;
	top: 87px;
	left: 220px;
	margin: 0;
	width: 251px;
	height: 165px;
	text-indent: -9000px;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
#slogan {
	position: absolute;
	margin: 0;
	height: 1px;
	width: 1px;
	text-indent: -9000px;
	overflow: hidden;
	}
	
#logo-slogan {
	margin: 0 auto 15px auto;
	width: 166px;
	height: 92px;
	text-indent: -9000px;
	background: transparent url(../img/logo-sml.png) 0 0 no-repeat;
	overflow: hidden;
	}

/* @end */
/* @group Content */

#content h3 {
	margin: 0 0 15px 0;
	width: 118px;
	height: 31px;
	text-indent: -9000px;
	background: transparent url(../img/welcome.png) 0 0 no-repeat;
	overflow: hidden;
	}

#content p {
	font-size: 0.9375em /*15*/;
	color: #535252;
	}
	
#keywords {
	position: absolute;
	text-indent: -9000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	}
	
#secondary ul strong {
	font-weight: bold;
	}
	
#secondary ul,
#secondary p {
	margin: .75em 0;
	font-size: 0.875em /*14*/;
	}
	
#secondary ul .adr {
	margin-bottom: .4em;
	}
	
#secondary ul .tel,
#secondary ul .fax {
	padding: 0 .25em;
	display: inline;
	}
	
#secondary p.toplink {
	margin-top: 1.75em;
	font-size: 0.6875em;
	}


/* @end */
/* @group Misc. */

.hide {
	display: none;
	}
	
a.img,
a.img:hover {
	border-bottom: none !important;
	}

a img {
	border: none;
	}

/* @end */
