	@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	margin: auto;
	height: auto;
	width: 800px;
}
html {
	font-family: Helvetica, "Times New Roman", Verdana;
	font-size: 16px;
	text-align: justify;
	color: #000;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
	margin: auto;
	height: auto;
	border: 3px solid #000;
	background-color: #FFFFFF;
}
#mainnav {
	display: block;
	height: 100px;
	width: 800px;
}
#mainnav .mainnavLogo {
	border-bottom: 4px solid #000;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 200px;
	display: block;
	float: left;
}
#mainnav .mainnavList {
	height: 100px;
	width: 600px;
	float: right;
}
#mainnav .mainnavList ul {
}
.mainnavList .home {
	background-image: url(nav2.jpg);
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 120px;
	height: 100px;
}
.mainnavList .home a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 65px;
	width: 120px;
	text-align: center;
	display: block;
	padding-top: 35px;
	font-weight: bold;
}
.mainnavList .about {
	display: block;
	float: left;
	height: 100px;
	width: 120px;
	background-image: url(nav4.jpg);
	background-repeat: no-repeat;
}
.mainnavList .about a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 65px;
	width: 120px;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
}
.mainnavList .services {
	display: block;
	float: left;
	height: 100px;
	width: 120px;
	background-image: url(nav3.jpg);
	background-repeat: no-repeat;
}
.mainnavList .services a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 65px;
	width: 120px;
	padding-top: 35px;
	font-weight: bold;
}
.mainnavList .gallery {
	background-image: url(nav1.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 100px;
	width: 120px;
}
.mainnavList .gallery a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 65px;
	width: 120px;
	padding-top: 35px;
	font-weight: bold;
}
.mainnavList .contact a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 65px;
	width: 120px;
	padding-top: 35px;
	font-weight: bold;
}
.mainnavList .contact {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 100px;
	width: 120px;
}
#mainnav .mainnavList a:hover {
	background-image: url(hover.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 799px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B8F8C;
}
.headerMovie {
	float: right;
	height: 200px;
	width: 300px;
}
#contentWrapper {
	padding: 5px;
	color: #000;
	text-align: justify;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}
#contentWrapper .contentLeft {
	height: auto;
	width: 65%;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#contentWrapper .contentLeft p {
	padding: 10px;
}
#contentWrapper .contentLeft li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px;
}
#contentWrapper .contentLeft h2 {
	color: #aa000f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 5px;
	text-align: left;
}
#contentWrapper .contentLeft h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentWrapper .contentLeft img {
	display: block;
	float: left;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 18px;
}
#contentWrapper .contentLeft li {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(CheckMark.png);
	margin-left: 50px;
	padding: 5px;
}
#contentWrapper .contentRight {
	padding: 5px;
	height: auto;
	width: 33%;
	float: left;
	display: block;
}
#contentWrapper .contentRight h1 {
	color: #AD0008;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentWrapper .contentRight a {
	width: 25%;
	height: auto;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#contentWrapper .contentRight a:hover {
	color: #489709;
}
#contentWrapper .contentRight li {
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(spellcheck.png);
}
#contentWrapper .contentRight h2 {
	color: #007a83;
	text-align: center;
	padding: 5px;
	font-family: Impact;
}
#contentWrapper .contentRight h3 {
	color: #366BA1;
	padding: 5px;
}
#contentWrapper .contentRight p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#contentWrapper .contentRight img {
	margin: 5px;
}
.aboutGallery {
	height: auto;
	width: 99%;
	float: left;
	display: block;
}
.aboutGallery img {
	position: relative;
	left: 50px;
}
.contactInfo {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	height: auto;
	width: 99%;
}
.contactInfo h4 {
	color: #18abb5;
	font-family: Impact;
	font-size: 24px;
}
.logo {
	font-family: Impact;
	color: #029BAA;
}
.contentLeft .payPal {
	float: right;
	margin: 10px;
}
#footer {
	height: 75px;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
#footer li {
	display: inline;
	padding: 5px;
}
#footer ul {
	margin-top: 15px;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
}
#footer p {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#hidden {
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.contentRight .consutation {
	display: block;
        width: 200px;
	height: 80px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #029BAA;
	text-align: left;
        padding-left: 50px;
        padding-top: 20px;
	font-size: 30px;
	font-family: Impact;
}
.contentLeft .consutation {
	font-weight: bold;
	font-size: 20px;
	display: block;
	text-align: center;
	float: left;
	color: #AA000F;
	width: 99%;
	height: auto;
	background-color: #FFFFFF;
}
.flashMovie {
	background-color: #137AD6;
}
.musicPlayer {
	height: auto;
	width: 790px;
	background-color: #1079D6;
}
.color1 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(color1.jpg);
	background-repeat: repeat-x;
}
.color2 {
	background-image: url(colo2.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.color7 {
	background-image: url(color7.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.color3 {
	background-image: url(color3.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.color4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(color1.jpg);
	background-repeat: repeat-x;
}
.color5  {
	background-image: url(colo2.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.color6 {
	background-image: url(color7.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.photoCenter {
	text-align: center;
	background-color: #1079D6;
	height: 100%;
	width: 100%;
}
.flashPlayer {
	background-color: #1079D6;
}
.backButton {
	background-color: #1079D6;
	display: block;
	float: left;
	height: auto;
	width: auto;
}
.backButton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thankYou {
	text-align: center;
}
.thankYou h1 {
	color: #366BA1;
	font-size: 65px;
}
.thankYou img {
	border: 1px solid #000000;
}

#eurodesignwrap {
    height:540px;
}

#eurodesign {
    position:relative;
    
}

#eurodesign IMG {
    background:#ccc;
    border:solid 3px #333;
    padding:5px;
    position:absolute;
    top:0;
    left:9%;
    z-index:8;
}

#eurodesign IMG.active {
    z-index:10;
}

#eurodesign IMG.last-active {
    z-index:9;
}