@charset "utf-8";

/*	Title:	Arctic Products CSS
 *	Author:	Mag. Matthias Bauer (mag.matthias.bauer@gmail.com)
 *	Date:	2009-12-17
 *
 *	Desc:	Contains all major style information for arctic-products.com
 */

html
{
	height: 100%;
	padding: 0; 
	margin: 0; 
	border: 0;
	background: #B0BFCF;
	background-image: url(/_res/default/img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
}

body
{
	text-align: justify;
	height: 100%;
	overflow: auto;
	padding: 0;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	border: 0;
}

div
{
	overflow: auto;
}

h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

h3,
.h3NoMargin,
.h3Special
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h3.blau,
h2.blau
{
	color: #000099;
	font-style: italic;
}

h3.special
{
	margin-bottom: -12px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}


ul.ulImgL li
{
	margin-left: 20px;
}

* html ul.ulImgL li
{
	margin-left: 350px;
}

.h3NoMargin { margin: 0px; }

table
{
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

td
{
	vertical-align: top;
}

img, .imgLink
{
	border: 1px solid #FFFFFF;
}

.imgL, .imgLBorder
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px; border: none;
}

.imgR, .imgRBorder
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: none;
}

.imgLBorder,
.imgRBorder
{
	border: 1px solid #FFFFFF;
}

.imgMiddle
{
	border: 1px solid #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}

.noBorder
{
	border: 0;
}
		   

#content-container
{
	overflow: auto; 
    position: absolute; 
	z-index: 3;	
	top: 115px;
	bottom: 40px;
	left: 200px;
	right: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

* html #content-container
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 115px solid #FFFFFF;
	border-bottom: 40px solid #FFFFFF;
	border-left: 200px solid #FFFFFF;
}

#content
{
	margin: 40px 0px 80px 0px;
}

#content div
{
	overflow: hidden;
}

#header
{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 115px;
	background: url(/_res/default/img/banner.jpg) #1B334D;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 5;
	overflow: hidden;
	color: #FFFFFF;
}

#footer
{
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 1em;
	color: #FFFFFF;
	z-index: 5;
	overflow: hidden;
	background: #1B334D;
}

#left-sidebar
{
	position: absolute;
	left: 0;
	top: 115px;
	bottom:  40px;
	width: 200px;
	padding: 5px;
	padding-right: 0px;
	font-size: 1.2em;
	z-index: 4;
	overflow: hidden;
	background-color: #224466;
}

* html #left-sidebar
{
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 115px solid #FFFFFF;
	border-bottom: 40px solid #FFFFFF;
	color: #FFFFFF;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
	float: none;
}

#header-info
{
	padding: 20px 14px 0px 0px;
	margin: 0;
	list-style: none;
}

#header-info li
{
	float: left;
	padding: 0px 6px 0px 6px;
}

#header-navi
{
	padding: 52px 14px 0px 0px;
	margin: 0;
	list-style: none;
}

#header-navi li
{
	float: left;
	padding: 0px 6px 0px 6px;
}

#header-navi li a
{
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header-navi li a:hover
{
	color: #B0BFCF;
	font-weight: bold;
	background-color: transparent;
}

a
{
	color: #1A334D;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

a:visited
{
	color: #1A334D;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

a:hover
{
	color: #1A334D;
	background-color: #95A3B0;
	text-decoration: none;
}

a.eBay
{
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.eBay:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.eBay:hover
{
	background-color: #B0BFCF;
}

a img
{
	border: none;
	text-decoration: none;
	overflow: hidden;
}

a:active img
{
	display: block;
	border: none;
	text-decoration: none;
	overflow: hidden;
}


a:hover img
{
	text-decoration: none;
	overflow: hidden;
}

a.image
{
	text-decoration: none;
	overflow: hidden;
}

a.image img
{
	border: 1px solid white;
	text-decoration: none;
	overflow: hidden;
} 

a.image:hover
{
	text-decoration: none;
	background-color: transparent;
}

a.blind
{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.blind:visited
{
	text-decoration: none;
	background-color: transparent;
}

a.blind:hover
{
	text-decoration: none;
	background-color: transparent;
	cursor: text;
}

#left-sidebar
{
	font-family: Verdana;
	font-size: small;
}

#left-sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#left-sidebar ul li a
{
	width: 200px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#left-sidebar ul li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#left-sidebar ul li a:hover
{
	background-color: #B0BFCF;
}

#left-sidebar ul li a:active
{
	background-color: #B0BFCF;
}

#left-sidebar ul li a:focus
{
	background-color: #B0BFCF;
}

#left-sidebar h1
{
	color: #FFFFFF;
}

#menu-2
{
	margin-top: 16px;
}

#menu-3,
#menu-4
{
	margin-top: 32px;
}

#ebay-link
{
	width: 80%;
}

#admin-area
{
	padding: 12px 10px 0px 0px;
}

.headline
{
	color: #FFFFFF;
	background-color: #1A334D;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 3px;
}
.imageLeft, .imageLeftBordered          { float: left;  margin-right: 20px; margin-bottom: 10px; }
.imageRight, .imageRightBordered        { float: right; margin-left: 20px;  margin-bottom: 10px; }
.imageLeftBordered, .imageRightBordered { border: 1px solid #FFFFFF; }
