
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;
}


body{
background-image:url('../images/background.bmp');
background-position:center;
min-width:1500px;
}
div.body{
position:absolute;
left:0px;
right:0px;
height:100%;
background-image:url('../images/grad.png');
background-repeat:repeat-x;
}
div.speaker{
position:absolute;
height:428px;
width:401px;
left:-190px;
background-image:url('../images/speaker.png');
background-repeat:no-repeat;
}
div.speaker_ghost{
position:absolute;
height:428px;
width:401px;
left:-190px;
background-image:url('../images/speaker-ghost.png');
background-repeat:no-repeat;
z-index:5;
}
div.container{
position:relative;
top:0px;
width:1400px;
margin-left:auto;
margin-right:auto;
}
div.main_body{
position:absolute;
top:0px;
width:1400px;
background-color:#383736;
border-left-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-width:1px;
border-color:#cfaf61;
}

div.header{
position:relative;
top:0px;
right:0px;
width:1388px;
height:327px;
background-image:url('../images/top_main.png');
background-position:center top;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}
div.menu{
position:absolute;
top:139px;
left:185px;
width:1193px;
height:42px;
background-image:url('../images/menu.png');
background-repeat:no-repeat;
}
div.welcome{
position:absolute;
top:0px;
left:0px;
width:236px;
height:42px;
}
div.welcome:hover{
background-image:url('../images/welcome.png');
background-repeat:no-repeat;
}
div.about{
position:absolute;
top:0px;
left:236px;
width:217px;
height:42px;
}
div.about:hover{
background-image:url('../images/about-us.png');
background-repeat:no-repeat;
}
div.products{
position:absolute;
top:0px;
left:453px;
width:212px;
height:42px;
}
div.products:hover{
background-image:url('../images/products.png');
background-repeat:no-repeat;
}
div.photo{
position:absolute;
top:0px;
left:665px;
width:271px;
height:42px;
}
div.photo:hover{
background-image:url('../images/photo-gallery.png');
background-repeat:no-repeat;
}
div.contact{
position:absolute;
top:0px;
left:936px;
width:257px;
height:42px;
}
div.contact:hover{
background-image:url('../images/contact.png');
background-repeat:no-repeat;
}




div.body_text{
position:relative;
width:1388px;
background-image:url('../images/text-fill.png');
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

div.footer{
position:relative;
top:0px;
right:0px;
width:1388px;
height:194px;
background-image:url('../images/footer.png');
background-position:center top;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
padding-bottom:5px;
}
div.text{
position:relative;
top:0px;
left:160px;
width:1200px;
/*border-style:solid;
border-width:1px;
border-color:#cfaf61;*/
}
p{
color:#d7d6d6;
font-family:BankGothic Lt BT;
}
