/************************ Global elements */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	color: #474747;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #333333;
	font-weight: 400;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #333333;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 6px;
	letter-spacing: 0.3em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: left;
}
h3 a:link {
	text-decoration: none;
	color: #333333;
}
h3 a:visited {
	text-decoration: none;
	color: #000000;
}
h3 a:hover {
	text-decoration: underline;
	color: #000000;
}
h3 a:hover {
	text-decoration: underline;
	color: #000000;
}
h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
}
h4 a:link {
	text-decoration: none;
	color: #636363;
}
h4 a:visited {
	text-decoration: none;
	color: #7e7e7e;
}
h4 a:hover {
	text-decoration: underline;
	color: #000000;
}
h4 a:active {
	text-decoration: underline;
	color: #000000;
}
h4 span {
	margin-right: 8px;
	margin-left: 8px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	color: #666666;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 4px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
}
ul {
	margin-top: 4px;
	margin-bottom: 16px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: left;
	margin-top: 0px;
	color: #474747;
	list-style: none;
	vertical-align: middle;
}
li a:link {
	text-decoration: none;
	color: #006699;
}
li a:visited {
	text-decoration: none;
	color: #006699;
}
li a:hover {
	text-decoration: underline;
	color: #000000;
}
li a:active {
	text-decoration: underline;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #4F4F4F;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #746400;
}
a img {
	border: 1px solid;
}
hr {
	border: none;
	color: #333333;
	background-color: #333333;
	height: 1px;
}
/************************ Main layout divs */
	/* container size & positioning */
#container {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	width: 776px;
	height: auto;
}
/* header area */
#header {
	background-image: url(../images/img_logo.gif);
	height: 104px;
	width: 776px;
	background-repeat: no-repeat;
}

/* using an image to replace text in an h1 */
#header h1 {
	height: 104px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}

#header_fic {
	background-image: url(../images/img_logo_fic.gif);
	height: 104px;
	width: 776px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header_fic h1 {
	height: 104px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header_fic h1 span {
	display: none;
}
#header_rom {
	background-image: url(../images/img_logo_rom.gif);
	height: 104px;
	width: 776px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header_rom h1 {
	height: 104px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header_rom h1 span {
	display: none;
}
#header_you {
	background-image: url(../images/img_logo_young.gif);
	height: 104px;
	width: 776px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header_you h1 {
	height: 104px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header_you h1 span {
	display: none;
}
#header_edit {
	background-image: url(../images/img_logo_edit.gif);
	height: 104px;
	width: 776px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header_edit h1 {
	height: 104px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header_edit h1 span {
	display: none;
}
/* content area holder */
#wrapper {
	width: 776px;
}
/* left column position */
#left_column {
	height: auto;
	width: 434px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
}
/* RIGHT column position */
#right_column {
	height: auto;
	width: 330px;
	float: left;
	position: relative;
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
/************************ Nav Settings */	
	/* top nav div */
#navTools {
	width: 776px;
	height: 18px;
}
#navTools ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}
#navTools ul li {
	display: inline;
}
#navTools ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	padding: 0px 1em 0px .5em;
	color: #474747;
}
#navTools ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
#navTools ul li a:active {
	text-decoration: underline;
	color: #CA8330;
}

/* product navigation area */
#prod_nav {
	margin: 0;
	padding: 0;
	width: 776px;
	z-index: 2;
	position: relative;
	float: right;
	top: 78px;	
}
#prod_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#prod_nav li {
	display: inline;
	white-space: nowrap;
}
#prod_nav li a {
	padding: 4px 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
#prod_nav a:link {
	text-decoration: none;
	color: #000000;
}
#prod_nav a:visited {
	text-decoration: none;
	color: #000000;
}
#prod_nav a:hover {
	text-decoration: underline;
	color: #333333;
}
#prod_nav a:active {
	text-decoration: underline;
	color: #E7A15C;
}
/************************ Gallery Pages */	

#gallery table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#gallery img {
	border: 1px solid;
	text-align: center;
}
#gallery th, td {
	vertical-align: top
}
#gallery th div {
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
}
#gallery td div {
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: center;
}
#gallery th div span{
	text-align: right;
}
#gallery h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 6px;
	letter-spacing:  0.02em;
}
#gallery h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
}
#gallery p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #666666;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 4px;
}
#gallery h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-align: center;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#gallery hr {
	border: none;
	color: #666666;
	background-color: #666666;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}

#gallery_nav table{
	margin: 0;
	padding: 0;
	width: 760px;
	vertical-align: top;
}
#gallery_nav th{
	width: 75%;
	text-align: left;
	vertical-align: top;
}
#gallery_nav td{
	width: 25%;
	text-align: right;
	vertical-align: top;
}
/************************ Global BG and Lines Settings */	
.bghome {
	background-color: #B58E59;
}
.bgfic {
	background-color: #A2D5C3;
}
.bgrom {
	background-color: #EEAEAB;
}
.bgyou {
	background-color: #99B5EC;
}
.bgedit {
	background-color: #EBCD79;
}
.bgtabhome {
	background-color: #C8B180;
}
.bgtabfic {
	background-color: #C5EEE7;
}
.bgtabrom {
	background-color: #EDC2B7;
}
.bgtabyou {
	background-color: #AECAF3;
}

.bgtabedit {
	background-color: #E6E181;	
}
.line_gall {
	height: 1px;
	background-color: #474747;
}
.line {
	width: auto;
	height: 1px;
	background-color: #474747;
}
/************************ Home Page Settings */	
	/* content home position */
#content {
	height: auto;
	width: 306px;
	position: relative;
	left: 10px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #474747;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0.5em;
	letter-spacing: normal;
}
#content p span {
	margin-right: 24px;
	margin-left: 26px;
}
#content p {
	margin-bottom: 8px;
}

.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
}
/* footer nav area */
#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 776px;
	position: relative;
	height: auto;
}
#footer p {
	margin: 0px;
	padding: 28px 0px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}
/************************ Page Settings */
#resume th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: 800;
	text-align: left;
	vertical-align: top;
}
#resume p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding-bottom: 4px;
}
#pagewrap {
	padding: 38px;
	text-align: center;
}

/************************ Thumbnail Pages */
#thumbwrap {
	padding: 2px 8px 0px;
	text-align: center;
	margin-top: 0px;
}
#thumb h4 span img{
	padding: 0px;
	vertical-align: text-top;
}
#thumb table{
	padding: 0px;
	text-align: center;
	width: 100%;	
}
#thumb td {
	text-align: center;
	vertical-align: top;
	width: 25%;
	height: auto;
}
#thumb p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #474747;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 4px;
}
.thumb_img a{
	border: 1px solid #333333;
	
}
.thumb_img a:hover{
	border: 1px solid #000000;
	
}
.thumb_img a:active{
	border: 1px solid #746400;
	
}
.thumb_img a:visited{
	border: 1px solid #666666;	
}


/************************ Text Settings */
.super {
	font-size: 10px;
	line-height: 0;
	vertical-align: super;
	margin: 0px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}
.caption_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #474747;
	line-height: 19px;
}
/************************ Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/************************ Border Settings */	
.prodBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBE3;
}
/************************ Padding Settings */
.pad2 {
	padding: 0px 0px 0px 4px;
}
.pad24 {
	padding-left: 24px;
}
.pad12 {
	padding-left: 12px;
}
.padPhoto {
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	float: left;
}
.padDetailPhoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 6px;
}
.padArrow {
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	vertical-align: middle;
}
/************************ float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}

