/*general_rules*/
a {
	color: #777;
	text-decoration	: none;
	outline: none;
}
a:focus, a:hover {color:#0000ff;}

h1.header a {
	background-color: #ff0000;
	background: url(../images/logo.jpg) no-repeat right top;
}

#content div.right_main a,
#content div#right_side a {color: #9A6543;}
#content div.right_main a:hover,
#content div#right_side a:hover {color: #0000ff;}


/*#mainNav*/
#mainNav {
  font-size: 1.4em;
  font-weight: 300;
}
  #mainNav li {list-style-type: none;}
  a.selected {color: red;}

/*#content*/
#content,
#slides {border: 1px solid #ccc;}
  #content p:first-letter {
    padding: 0 .02em;
    font-weight: 500;
    color:#333;
  }


/*#subNav*/
#subNav li {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
  list-style-type: none;
  }


/*#footer*/
#footer {font-size: .835em;}
#footer a {color: #999;}

/*classes*/
.highlight {
	color: #fa0ee0;
  }

.border {border:#e0e0e0 1px solid;}

#content div#right_side,
#content div.right_main {
  font-weight: 200;
  line-height: 1.7em;
  }

/***************************************************individual_pages*/

/*
*=index.htm
*/
#content.index p {}

/*
*=apparel.htm
*/
#content.apparel {
	background: #fff;
}

#content p.replace {
	color: #ffff00;
	line-height: .9em;
}


/*
*=gallery.php
*/
#slides {
  background: #fff;
  font-weight: 300;
}
  #slides > li {
    list-style-type: none;
  }


/*
*=about.htm
*/

#content.about h5 {
	font-weight: 200;
}

#content.about span:first-letter {
	color:#da361d;
}

#profile {
	border-top: 1px solid #eee;
}

.person {
	border-top : 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.person ul li{
	font-size: .9em;
}

.red{
	background: #da361d;
}
.blue{
	background: #537ca7;
}
.yellow{
	background: #ffff00;
}



/*
*=contact.htm
*/
#content.contact h5 {
  background: url("../images/contact.gif") no-repeat 0 -8px;
}

/*
*=oem.htm
*/
#content.oem h5 {}


/* nyromodal */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
  margin-top: 20px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
