
body 
{
	width:1050px;
	background-color:#aadddd;
}

div.background
{
	background:url(Images/background.png);
	position:absolute;
	top:10px;
	left:80px;
	width:973px;
	height:1125px;
}

div.box
{
	background:url(Images/box.png);
	position:absolute;
	top:180px;
	left:10px;
	width:540px;
	height:261px;
}

p.box
{
	font-family:arial,helvetica,sans-serif;
	font-size:1em;
	margin-top:2em;
	margin-left:4em;
	width:25em;
}

h1.box
{
	font-family:arial,helvetica,sans-serif;
	font-size:2.5em;
	margin-top:3em;
	margin-left:3em;
	width:15em;
}

h2.box
{
	font-family:arial,helvetica,sans-serif;
	font-size:2em;
	margin-top:3em;
	margin-left:3em;
	width:15em;
}

h3.box
{
	font-family:arial,helvetica,sans-serif;
	font-size:1.3em;
	margin-top:3em;
	margin-left:5em;
	width:15em;
}

h3.about
{
	font-family:arial,helvetica,sans-serif;
	font-size:1.3em;
	margin-left:1em;
	width:20em;
}

.left-text
{
	position:relative;
	font-family:arial,helvetica,sans-serif;
	font-size:0.9em;
	margin-left:1em;
	margin-top:1em;
	margin-right:0.5em;
}

div.logo
{
	background:url(Images/Logo.png);
	position:absolute;
	top:0px;
	left:-80px;
	width:250px;
	height:266px;
}

div.home
{
	background:url(Images/home.png);
	position:absolute;
	top:10px;
	left:235px;
	width:88px;
	height:111px;
}

div.home:hover
{
	background:url(Images/home-dark.png);
}

div.product
{
	background:url(Images/product.png);
	position:absolute;
	top:10px;
	left:370px;
	width:88px;
	height:111px;
}

div.product:hover
{
	background:url(Images/product-dark.png);
}

div.shop
{
	background:url(Images/shop.png);
	position:absolute;
	top:10px;
	left:500px;
	width:88px;
	height:111px;
}

div.shop:hover
{
	background:url(Images/shop-dark.png);
}

div.faq
{
	background:url(Images/faq.png);
	position:absolute;
	top:10px;
	left:630px;
	width:88px;
	height:111px;
}

div.faq:hover
{
	background:url(Images/faq-dark.png);
}

div.toggler
{
	width:351px;
	height:74px;
}

div.toggler:hover
{
	cursor: pointer;
}
div.element
{
	font-family:arial,helvetica,sans-serif;
	font-size:0.9em;
	width:320px;
	margin-left:1em;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

div.contactus
{
	background:url(Images/contactus.png);
	position:absolute;
	top:1000px;
	left:110px;
	width:335px;
	height:100px;
}

div.contactus:hover
{
	background:url(Images/contactus-dark.png);
}

div.about
{
	background:url(Images/aboutback.png);
	position:absolute;
	top:450px;
	left:10px;
	width:469px;
	height:561px;
}

div.copyright
{
	font-family:arial,helvetica,sans-serif;
	font-size:0.8em;
	position:absolute;
	top:1150px;
	left:50px;
	width:800px;
}

div.footer
{
	font-family:arial,helvetica,sans-serif;
	font-size:0.6em;
	position:relative;
}

div.images
{
	position:absolute;
	top:80px;
	left:550px;
	width:268px;
	height:271px;
}

img.slide
{
	position:absolute;
	top:100px;
	left:0px;
}

li
{
	list-style-type:none;
	display:inline;
}

li.selected
{
	font-weight:bold;
}

ul.images
{
	font-family:arial,helvetica;
	font-size:0.8em;
	position:relative;
	top:480px;
}

a
{
	text-decoration:none;
}

ul.info
{
	font-family:arial,helvetica;
	font-size:0.9em;
	margin-right:0.5em;
}

li.info
{
	list-style-type:circle;
	display:list-item;
}
a:hover
{
	color:#4466aa;
}

span.buy
{
	background:url(Images/buy.png);
	float:right;
	margin:25px;
	width:54px;
	height:69px;
}
span.buy:hover
{
	background:url(Images/buy-dark.png);
}

