@charset "UTF-8";
/* CSS Document */

@font-face { 
	font-family: AmericanTypewriter; 
	src: url('../fonts/AmericanTypewriter-Light.ttf'); 
}
@font-face { 
	font-family: AmericanTypewriter; 
	src: url('../fonts/AmericanTypewriter-Light.eot'); 
}

@font-face { 
	font-family: AmericanTypewriter; 
	src: url('../fonts/AmericanTypewriter-Light.otf'); 
}
@font-face { 
	font-family: AmericanTypewriterBold; 
	src: url('../fonts/AmericanTypewriterBold.ttf'); 
}
@font-face { 
	font-family: AmericanTypewriterBold; 
	src: url('../fonts/AmericanTypewriterBold.eot'); 
}

@font-face { 
	font-family: AmericanTypewriterBold; 
	src: url('../fonts/AmericanTypewriterBold.otf'); 
}

@font-face { 
	font-family: Satisfaction; 
	src: url('../fonts/satisfaction.ttf');
	font-weight:200;
}
@font-face { 
	font-family: Satisfaction; 
	src: url('../fonts/satisfaction.eot'); 
	font-weight:200;
}

@font-face { 
	font-family: Cambria; 
	src: url('../fonts/Cambria.ttf');
}
@font-face { 
	font-family: Cambria; 
	src: url('../fonts/Cambria.eot'); 
}

body {
	background:url(../art/backgroundyellow.png);
	margin:0px;
	padding:0px;
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
}

#container {
	float:left;
	background:url(../art/LeftColumnBackgroundRepeat.png); /* #F5F5DC;  biege color */
	background-position:center left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: inherit;
	border-bottom:solid 2px #000;
}

#header {
	border-right:solid 2px;
	border-top:solid 1px;
	width:750px;
	height:153px;
	background-repeat:no-repeat;
}

#leftPanel {
	width:150px;
	border-top:solid 2px;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	height:100%;
	
}

#mainImage {
	float:left;
	clear:both;
}

#rightPanelMain {
	background:#FFF;
	border:#000 solid 2px;
	border-bottom:none;
	float:none;
	padding-top:25px;
	margin-left:150px;
	width:598px;
	text-align:center;
	padding-bottom:0 auto;
	margin-bottom:0 auto;
}

#aboutRightPanel {
	padding-top: 10px;
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	margin-left: 150px;
	text-align:center;
	width:598px;
	font-family:Cambria;
}

#footer {
	text-align: center;
	background-color:#3C962D;
	clear:both;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: "AmericanTypewriter",Courier New, Courier, monospace;
	font-size:8pt;
	padding-top:5px;
	border-top:#000 solid 2px;
	border-bottom:none;
	height:80px;
}

#personalizedRightPanel {
	background:#FFF;
	float:left;
	padding-top:5px;
	border:solid 2px;
	border-bottom:none;
	width:598px;
	text-align:center;
}

#contactRightPanel {
	background-color: white;
	padding-top:10px;
	border:#000 solid 2px;
	border-bottom:none;
	margin-left:150px;
	margin-top:0px;
	width:598px;
	text-align:center;
	font-family: "AmericanTypewriter",Courier New, Courier, monospace;
}

#contact1 {
	float:left;
	margin-left: 14px;
	margin-right: 15px;
	text-align:left;
	font-family: "AmericanTypewriter", Courier New, Courier, monospace;

}

#contact2 {
	float:left;
	font-family: "AmericanTypewriter", Courier New, Courier, monospace;
	margin-left: 5px;
}

#pressRightPanel {
	padding:0px;
	margin:0px;
	background:#B2D883;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	margin-left: 150px;
	width:598px;
	list-style-type:none;
	text-align:center;
}

#psCollectionrightpanel {
	padding-top:0px;
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	margin-top:0px;
	float:left;
	width:598px;
	text-align:center;
	font-family: "AmericanTypewriter",Courier New, Courier, monospace;
	font-size:13pt;
}

.psThumbnail {
	float:left;
	margin-left:16px;
	text-align:center;
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
}

.psThumbnail img {
	border:#000 1px solid;
}

.psThumbnail h2 {
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
	font-size:12pt;
	font-weight:bold;
}

#galleryRightPanel {
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	float:left;
	width:598px;
	background-color:#B2D883;
	text-align:center;
}

#designGalleryRightPanel {
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	float:left;
	width:598px;
	text-align:center;
	padding-top:35px;
}

#customGalleryRightPanel {
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	float:left;
	width:598px;
	text-align:center;
	background-color:#B2D883;
}

.gallery {
	display:none;
}

.Nimage {
	margin-left:12px;
	margin-top:15px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
	font-size:9pt;
}
.Nimage h2 {
	font:"AmericanTypewriter", Courier New, Courier, monospace;
	font-size:9pt;
	font-weight:normal;
}

#galleryRightPanel h1 {
	font-size:14pt;
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
	text-align:center;
}

.Nimage img {
	border:#000 solid 2px;
}

#Nflash {
	float:left;
	border:#000 solid 3px;
	margin: 50px;
}
	
#bodyforflash {
	margin:0px;
	padding:0px;
	background:url(../art/backgroundyellow.png);
	text-align:center;
}

.containerforflash{
	margin:auto;
}

#contactRightPanel form {
	text-align:left;
	font-family:"AmericanTypewriter",Courier New, Courier, monospace;
}


.NPimage {
	margin-left:20px;
	margin-top:15px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	font-family:"AmericanTypewriter", Courier New, Courier, monospace;
	font-size:9pt;
}
.NPimage h2 {
	font:"AmericanTypewriter", Courier New, Courier, monospace;
	font-size:9pt;
	font-weight:normal;
}
.NPimage img {
	border:#000 solid 2px;
}

#storesRightPanel {
	background:#FFF;
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	margin-left: 150px;
	width:598px;
	font-family: "AmericanTypewriter", Courier New, Courier, monospace;
	list-style-type:none;
}

#storesRightPanel li {
	list-style-type:none;
	margin-bottom:20px;
	text-align:left;
}

ul.leftPanelList {
	margin:0 auto;
	padding:0 auto;
	padding-top:40px;
	list-style-type:none;
	text-align:right;
	padding-left:0px;
	font-family:Satisfaction;
	font-size:17pt;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

ul.leftPanelList li{
	display:block;
	text-align:center;
	font-family:Satisfaction;
	
}

ul.leftPanelList li A{
	display:block;
	font-family:Satisfaction;
	color:#000;
	margin-top:27px;
	margin-bottom:25px;
	
}

ul.leftPanelList li A:link, ul.leftPanelList li A:visited {
	color: #000;
	text-decoration: none;
}
/*
	
ul.leftPanelList li A:hover {
	color:#FFF;
	text-decoration: underline;
	background-color:#3C962D;
}

ul.leftPanelList li A:active {
	text-decoration: underline;
	background-color:#396;
	
}

#current {
	color:#FFF;
	text-decoration: underline;
	background-color:#3C962D;
	padding:inherit;
}

*/

ul.subMenu {
	margin:0 auto;
	padding:0 auto;
	list-style-type:none;
	text-align:right;
	padding-left:0px;
	font-family:AmericanTypewriterBold;
	font-size:10pt;
	
}

ul.subMenu li{
	display:block;
	text-align:center;
	
}

ul.subMenu li A{
	display:block;
	font-family:AmericanTypewriterBold;
	color:#000;
	margin-top:4px;
	margin-bottom:2px;
	
}

ul.subMenu li A:link, ul.subMenu li A:visited {
	color: #000;
	text-decoration: none;
}

ul.subMenu2 {
	margin:0 auto;
	padding:0 auto;
	list-style-type:none;
	text-align:right;
	padding-left:0px;
	font-family:AmericanTypewriter;
	font-size:8pt;
	
}

ul.subMenu2 li{
	display:block;
	text-align:center;
	
}

ul.subMenu2 li A{
	display:block;
	font-family:AmericanTypewriterBold;
	color:#000;
	margin-top:2px;
	margin-bottom:3px;
	font-weight:bold;
	
}

ul.subMenu2 li A:link, ul.subMenu2 li A:visited {
	color: #000;
	text-decoration: none;
}