/**
 * Main CSS
 *
 * Main stylesheet for Trood Pratt
 *
 * @author Marcin Piekarski
 * @copyright 2009
 * @version 0.1
 */

@media all {

/* Myer 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; }
:focus			{outline: 0;}
ins				{text-decoration: none;}
del				{text-decoration: line-through;}
table			{border-collapse: collapse; border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */

/* LAYOUT ===============================================*/

body			{ background: #227ac4 url(../images/bg-strip.png) repeat-x scroll top left; border: none; font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; }

#container		{ background-image: url(../img/bg-image.jpg); margin: 0 auto; width: 960px; min-height: 550px; height: !important; height: 550px;}	
#header			{ text-align: center; margin: 80px 0px 10px 0px; }
	#header h1		{ color: #FFF; font-size: 30px; }
#box-left		{ float: left; width: 460px; text-align: center; }
	.img			{ vertical-align: bottom; }
	.shadow			{ vertical-align: top; }
#box-right		{ float: right; width: 460px; text-align: center; }

#box-left a,#box-right a	{ color: #99ccff; font-size: 18px; font-weight: bold; text-decoration: none;  }
#box-left a:hover, #box-right a:hover	{ color: #d7e7f6; text-decoration: underline; }
	.alt-text					{ color: #FFF; }
	
/* MISC ===============================================*/
	
.hasFloats					{ _height: 1%; display: block; overflow: hidden; } /* NOTE: IE7 strips out some padding. Re-add the padding into IE specific stylesheet */
	.hasFloats:after			{ content: ""; clear: both;
}

/* END ================================================*/
}