 /* CSS Document */
 
 /* Item Pages */
  
 body {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 50px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 }
 
/* Item Photo Pages, Press Pages */
 
 body.type2 {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 }
 
 /* Text Pages */
 
 body.type3 {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
 margin-right: 10px;
 }
 
/* Item Pages - Links */

a:link {
	color: #38C656;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #38C656;
}

a:hover {
	text-decoration: none;
	color: #FF6699;
}

a:active {
	text-decoration: none;
}

/* Text Pages - Links */

a.type2:link {
	color: #FF6699;
	text-decoration: none;
}

a.type2:visited {
	text-decoration: none;
	color: #FF6699;
}

a.type2:hover {
	text-decoration: none;
	color: #38C656;
}

a.type2:active {
	text-decoration: none;
}
 
/* Item Pages, Item Photo Pages, Press Pages - Borders */

 .full-border {
 Border: 1px dashed #38C656;
 }
 
 .bl {
 Border-left: 1px dashed #38C656;
 }
 
 .br {
 Border-right: 1px dashed #38C656;
 }
 
 .bt {
 Border-top: 1px dashed #38C656;
 }
 
 .bb {
 Border-bottom: 1px dashed #38C656;
 }
 
 
/* Item Pages, Item Photo Pages, Press Pages - Paragraph Style */

 p {
	font-family: "Arial", Helvetica, sans serif;
	font-style: regular;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 0.1em;
}

 
/* Text Pages - Paragraph Style */

p.type2 {
	font-family: "Arial", Helvetica, sans serif;
	font-style: regular;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 0em;
}

/* Text Pages - Heading Style */

.heading {
 font-family: "Arial", Helvetica, sans-serif;
 font-style: normal;
 font-size: 12px;
 font-weight: bold;
 color: #38C656;
 line-height: 12px;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }

/* Item Pages */

#item {
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 12px;
 font-weight: bold;
 color: #38C656;
 line-height: 12px;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }
 
 #option {
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 11px;
 font-weight: bold;
 color: #FF6699;
 line-height: 16px;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }