/** CSS Reset **/

body {
	padding: 0;
	margin: 0 auto;
	font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-size: 15px;
	color: #9c9c9c;
	font-style: normal;
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}

table {
font-size: inherit;
font: 100%;
}

ul {
list-style: none;
}

img {
border: 0;
}

p {
margin: 1em 0;
}

/** end CSS Reset **/




#bannerwrap {
	width:100%;
	height:151px;
	background-image: url(images/bannerslice.png);
	background-repeat: repeat-x;
	position: relative;
}

#banner {
	width:900px;
	height:151px;
	margin: 0 auto;
}

#insidebannerwrap {
	width:900px;
	height:151px;
	margin: 0;
}

#bannerimage {
	width: 720px;
	height: 151px;
	float: left;
}

#middle {width:900px; height:400px; margin:0 auto; }

#middlewrap {
	width:100%;
	height:400px;
	background-image: url(images/middleslice.png);
	background-repeat: repeat-x;
	background-color: #212020;
}

#menu {
	float: left;
	height: 380px;
	width: 170px;
	padding: 10px, 10px, 10px, 0px;
}

/*navigation*/

#nav, #nav ul { /* all lists */
		font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
		font-size: 15px; 
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 150%;
		border-bottom: 1px solid #333;
		padding: 7px 0px 7px 0px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		background-color: #121212;
		border: none;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.5em;
	}
	
	#nav li ul li { /* second-level lists */
		background-color: #191818;
		border: none;
		margin-top: -5px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	
	#nav li a {
			width : 10em;
			display : block;
			color : #6ef5ff;
			font-weight : normal;
			text-decoration : none;
			padding : 0 0.5em;
		}

		#nav li a:hover {
			color : white;
		}

		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}

		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}

		
/* end navigation */

/* text */

@font-face {
	font-family: 'FontinSansRegular';
	src: url('fontin/Fontin_Sans_R.eot');
	src: local('Fontin Sans Regular'), local('FontinSans-Regular'), url('fontin/Fontin_Sans_R.woff') format('woff'), url('fontin/Fontin_Sans_R.otf') format('opentype'), url('fontin/Fontin_Sans_R.svg#FontinSans-Regular') format('svg');
}

@font-face {
	font-family: 'FontinSansSmallCaps';
	src: url('fontin/Fontin_Sans_SC.eot');
	src: local('Fontin Sans Small Caps'), local('FontinSans-SmallCaps'), url('fontin/Fontin_Sans_SC.woff') format('woff'), url('fontin/Fontin_Sans_SC.otf') format('opentype'), url('fontin/Fontin_Sans_SC.svg#FontinSans-SmallCaps') format('svg');
}

@font-face {
	font-family: 'FontinSansBoldItalic';
	src: url('fontin/Fontin_Sans_BI.eot');
	src: local('Fontin Sans Bold Italic'), local('FontinSans-BoldItalic'), url('fontin/Fontin_Sans_BI.woff') format('woff'), url('fontin/Fontin_Sans_BI.otf') format('opentype'), url('fontin/Fontin_Sans_BI.svg#FontinSans-BoldItalic') format('svg');
}

@font-face {
	font-family: 'FontinSansBold';
	src: url('fontin/Fontin_Sans_B.eot');
	src: local('Fontin Sans Bold'), local('FontinSans-Bold'), url('fontin/Fontin_Sans_B.woff') format('woff'), url('Fontin_Sans_B.otf') format('opentype'), url('fontin/Fontin_Sans_B.svg#FontinSans-Bold') format('svg');
}

@font-face {
	font-family: 'FontinSansItalic';
	src: url('fontin/Fontin_Sans_I.eot');
	src: local('Fontin Sans Italic'), local('FontinSans-Italic'), url('fontin/Fontin_Sans_I.woff') format('woff'), url('fontin/Fontin_Sans_I.otf') format('opentype'), url('fontin/Fontin_Sans_I.svg#FontinSans-Italic') format('svg');
}

p {
	font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-size: 15px;
	color: #9c9c9c;
	font-style: normal;
	line-height: 140%;
}

h1 {
	font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-size: 24px;
	color: #6ef5ff;
	font-style: normal;
	line-height: 150%;
}

h2 {
	font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-size: 20px;
	color: #6ef5ff;
	font-style: normal;
	line-height: 150%;
}

h3 {
	font-family: FontinSansRegular, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-size: 17px;
	color: #6ef5ff;
	font-style: normal;
	line-height: 150%;
}

strong {
	font-family: FontinSansBold, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-weight: bold;
}

em {
	font-family: FontinSansItalic, Helvetica Nueue, Helvetica, Arial, Sans Serif;
	font-style: italic;
}

.bluetext {
	color: #6ef5ff;	
}

a:link {
	color: #6ef5ff;
	text-decoration: none;
}

a:visited {
        color: #6ef5ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

a:active {
    color: #6ef5ff;
	text-decoration: none;
	outline: none;
}


/*end text*/

#slider {
	float: right;
	height: 380px;
	width: 715px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider, #slider li{
	width:715px;
	height:380px;
	overflow:hidden;
	}

#contentwrap {
	background-color: #373737;
	background-image: url(images/contentslice.png);
	background-repeat: repeat-x;
	width: 100%;
}

#maincontent {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
}

#maincontent ul {
	list-style: none;
	display: block;
	border-left: 2px solid #6ef5ff;
	width: 850px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#maincontent ul li {
	margin: 5px;	
	padding-left: 15px;
}

.smallbox1 {
	width: 160px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 75px;
	float: left;
	border-bottom: 3px solid #6ef5ff;
}

.smallbox2 {
	width: 160px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 75px;
	float: left;
	border-bottom: 3px solid #6ef5ff;
}

.smallbox3 {
	width: 160px;
	margin-top: 25px;
	margin-bottom: 75px;
	float: left;
	border-bottom: 3px solid #6ef5ff;
}

#footer { width:900px; height:300px; background-color:#141414; margin:0 auto; }
#footerwrap {
	width:100%;
	height:300px;
	background-color:#141414;
	background-repeat: repeat-x;
}
#sidebanner {
	background-image: url(images/bannertext.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 150px;
	float: right;
	font-size: 12px;
	padding-top: 47px;
	padding-right: 15px;
	padding-bottom: 44px;
	padding-left: 15px;
	font-weight: normal;
	color: #6ef5ff;
	text-align: justify;
	line-height: 120%;
}

#footernav {
	float: left;
	width: 300px;
	font-size: 12px;
	padding: 0;
	list-style: none;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	border-right: 1px dotted #9c9c9c;
}
#footernav ul {
	float: left;
	width: 300px;
	font-size: 12px;
	padding: 0;
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
}

#footernav li {
		line-height : 130%;
		padding: 7px 0px 7px 0px;
		width: auto;
}

#footernav li a {
			width : auto;
			display : block;
			color : #9c9c9c;
			font-weight : normal;
			text-decoration : none;
		}

#footernav li a:hover {
			color : white;
		}
		
#footerright, #footerright p {
	font-size: 12px;
	text-align: right;
	float: right;
	width: 540px;
	margin-top: 20px;
	margin-left: 25px;
}

#footerright a {
	color : #9c9c9c;
}

#footerright a:hover {
	color : white;
}

.maintext {
	width: 900px;
	min-height: 400px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#gallerytext {
	width: 714px;
	height: 87px;
	float: right;
	background-color: #191919;
	padding-top:28px;
}.supplierwrap {
	height: 134px;
	width: 715px;
}
#vangoghimage {
	float: left;
	height: 134px;
	width: 471px;
}
#planikaimage {
	float: right;
	height: 134px;
	width: 244px;
}
#lampberge {
	float: left;
	height: 131px;
	width: 308px;
}
#decorrest {
	float: right;
	height: 131px;
	width: 407px;
}
#sandcimage {
	float: left;
	height: 115px;
	width: 258px;
	background-color: #FFF;
	margin-top:-2px;
}
#uglydollsimage {
	float: right;
	height: 115px;
	width: 457px;
	background-color: #FFF;
	margin-top:-2px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

