@import url('fr_table-container.css');
@import url('fr_col-lf.css');
@import url('fr_menu.css');
@import url('fr_content.css');
@import url('fr_path.css');
@import url('fr_top_image.css');
*
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

body,
div, p,
table, td, th, caption,
input, textarea, select,
ul, ol, li
	{
	font-family: "Trebuchet MS", arial, "sans-serif";
	font-size: 11px;
	line-height: 18px; /* Corrects height in Opera & Safari like in IE6 */
	}

body
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #181818;
	color: #bababa;/*cccccc*/
	}

h1
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	}

h2
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	}

h2 span
	{
	font-size: 15px;
	}

h2,
h2 a, h2 a:hover, h2 a:visited
	{
	color: #ff6d00;
	}

h3
	{
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-weight: normal;
	}

h3,
h3 a, h3 a:hover, h3 a:visited
	{
	width: 100%;
	color: #b84b00;
	}

h3 a, h3 a:hover, h3 a:visited
	{
	display: block;
	}

h4
	{
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	color: #ff700d;
	}

h4.blue
	{
	margin-bottom: 10px;
	color: #416c75;
	}
	
h5
	{
	margin: 20px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #ff700d;
	text-align: center;
	}

p
	{
	
	}

a, a:hover, a:visited
	{
	color: #416c75;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

a.white, a.white:hover, a.white:visited
	{
	color: #bdbcbc;
	}

a img, a:hover img, a:visited img
	{
	border: 0px none;
	}

ul
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

ul li
	{
	padding-left: 50px;
	background-image: url('../img/bul/points.gif');
	background-repeat: no-repeat;
	background-position: 40px 8px;
	}

/**--| Concrete Styles |--*/

div#Copyright
	{
	color: #1a1a1a;
	}
	
a.pLink,
a.pLink:hover,
a.pLink:visited,
span.pLink,
span.pLink:hover,
span.pLink:visited
	{
	padding: 0px 3px 0px 6px;
	background-image: url('../img/bul/romb.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	}
	
span.pLink
	{
	color: #416c75;
	cursor: pointer;
	}
	
span.pLink:hover
	{
	text-decoration: underline;
	}
	
ul.size
	{
	margin: 20px 0px 0px 0px;
	list-style-type: none;
	}

ul.size li
	{
	padding-left: 50px;
	background-image: url('../img/bul/size.gif');
	background-repeat: no-repeat;
	background-position: 30px 5px;
	}
	
ul.size span
	{
	color: #416c75;
	cursor: pointer;
	}

ul.size span:hover
	{
	text-decoration: underline;
	}
	
img.link
	{
	cursor: pointer;
	}
	