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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'DaxCompactMedium';
    src: url('fonts/daxcompact-medium-webfont.eot');
    src: url('fonts/daxcompact-medium-webfont.eot?iefix') format('eot'),
         url('fonts/daxcompact-medium-webfont.woff') format('woff'),
         url('fonts/daxcompact-medium-webfont.ttf') format('truetype'),
         url('fonts/daxcompact-medium-webfont.svg#webfontnlPZZiC8') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DaxCompactRegular';
    src: url('fonts/daxcompact-regular-webfont.eot');
    src: url('fonts/daxcompact-regular-webfont.eot?iefix') format('eot'),
         url('fonts/daxcompact-regular-webfont.woff') format('woff'),
         url('fonts/daxcompact-regular-webfont.ttf') format('truetype'),
         url('fonts/daxcompact-regular-webfont.svg#webfontINkEUnsk') format('svg');
    font-weight: normal;
    font-style: normal;

}

.cls{clear: both;}
body{
    background: #ffa103 url(img/background.png) repeat-y center 0;
    font-family: verdana;
    font-size: 13px;
}
.white { background: white;}
.red { color: #C71805;}


div.top-strip{
    background: #ba3313;
    min-width: 1280px;
    width: 100%;
    height: 20px;
}
div.welcome{
    background: transparent url(img/welcome.png) no-repeat 0 0;
    width: 1280px;
    height: 362px;
    margin: -11px auto;
}
div.header{
    height: 44px;
    background: transparent url(img/header.png) repeat-x 0 0;
    min-width: 1280px;
    width: 100%;
}
	div.header ul li{
		float: left;
		margin: 0 20px 0 0;
	} 
	div.header ul li a{
		color: #C49649;
		font-size: 22px;
		line-height: 44px;
	    }
div.main{
    height: 255px;
    background: transparent url(img/silver.png) repeat-x 0 0;
    min-width: 1280px;
    width: 100%;
}
div.footer{
    height: 63px;
    background: transparent url(img/footer.png) repeat-x 0 0;
    min-width: 1280px;
    width: 100%;
}

div.container{
    width: 890px;
    margin: 0 auto;
}

div.gallery img{
	margin: 55px 25px 0 0;
	border: 3px solid gray;
}
