 /**
 * skin
 * skin file
 * version:0.0.4
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #454545;
  color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 5 0 5;
  padding: 5 5 5 5;
  text-align: center;
}
h1 {
	color:#00AEEF;
	font-size: 22px;
	font-weight: bold;
	line-height: 14px;
    display: inline;

}
h2 {
	color: #ff9933;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
h3 {
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
}
a,  a:link {
	color: #FF9933;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: underline;
}
a:hover {
	color:#ffffff;
	text-decoration: underline;
}
a:focus {
	color:#ffffff;
}
a:active {
	color: #ffffff;
}
#outerWrapper {
  background-color: #000;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 955px;
}
#outerWrapper #header {
	background-color: #000000;
	font-size: 18px;
/*	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	border-bottom-style: none;
	background-image:url(v1_01.jpg)*/
	height: 212px;
}
#outerWrapper #top_nav {
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	padding-right: 0px;
	border-bottom: 0px solid #666666;
	color: #FFFFFF;
	text-align: right;
}
#outerWrapper #cart_nav {
	background-color: #000;
	/*border-bottom: solid 2px #4b647f;*/	
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #000;
	/*border-right: solid 1px #9bb6d2;*/
	float: left;
	padding: 10px 5px 10px 5px;
	width: 130px;
	margin-left: 5px;
    display: inline;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #000;
	/*border-left: solid 1px #9bb6d2;*/
	float: right;
	padding: 10px 0px 10px 5px;
	width: 140px;
	margin-right: 5px; 
}
#outerWrapper #contentWrapper #content {
  margin: 0 10px 0 10px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #000000;

	text-align: left;
    font-size: 9px;
}
#top_nav a:link {
color: #FFFFFF;
}
#top_nav a:hover {text-decoration: underline;
color: #ffffff;
}
#top_nav a:visited {
color: #FFFFFF;
}
#top_nav a:active {
color: #FFFFFF;
}
#footer a:hover {text-decoration: underline;
}
#cart_nav a:link {
color: #ffffff;
}
#cart_nav a:hover {text-decoration: underline;
color: #ffffff;
}
#cart_nav a:visited {
color: #ffffff;
}
#cart_nav a:active {
color: #ffffff;
}
/*link style for links page*/
#site_links a:link {
color: #ffffff;
}
#site_links a:hover {text-decoration: underline;
}
#site_links a:visited {
color: #ffffff;
}
#site_links a:active {
color: #ffffff;
}

#footer a:link {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
}
#footer a:focus {
	color:#ffffff;
}
#footer a:active {
	color: #ffffff;
}