/* CSS RESETS */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,abbr,acronym,blockquote,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet{margin:0;padding:0;border:0}body{direction:ltr;font-size:62.5%;font-family:arial,sans-serif;color:#000;background:#fff}a{color:#11c}a:active{color:#c11}a:visited{color:#551a8b}table{border-collapse:collapse;border-width:0;border-spacing:0;empty-cells:show}ol{margin:0 0 1em 2em}* html ol{margin:0 0 1em 2.3em}*+html ol{margin:0 0 1em 2.3em}p,pre{margin:0 0 1em}li{margin:0 0 .5em}dd{margin:0 0 1em 2em}blockquote{margin:0 2em 1em}h1{font-size:1.3em;margin:0 0 .7em}h2,h3{font-size:1.1em;margin:0 0 .9em}h4,h5,h6,table{font-size:1em;margin:0 0 1em}sup,sub{font-size:.7em}th,caption{text-align:left}input,select,textarea,option{font-family:inherit;font-size:inherit}

body {
	padding: 1.3em 1.5em 1.5em;
	background-image: url("../images/menuBg.gif");
    background-position: 0 58px;
    background-repeat: repeat-x;
    color: #666666;
}

#container {
	margin: 0 auto;
    min-width: 750px;
    text-align: left;
    width: 57.69em;
	font-size: 1.3em;
}

#header {
    position: relative;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	height: 80px;
}

#header:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#topNavigation {
    position: absolute;
    width: 100%;
	clear: both;
    height: 43px;
	top: 45px;
	left: 0;
	text-align: left;
	font-size: 1.3em;
}

#topNavigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	text-align: left;
	font-size: 1.3em;
}

#topNavigation ul li {
	margin: 0;
	background: url("../images/menuDivider.gif") no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 33px;
	padding: 0;
	text-align: left;
}

#topNavigation ul li:hover, #topNavigation ul li.active {
	background: url("../images/menuBgHover.gif") no-repeat scroll left top transparent;
	cursor: pointer;
}

#topNavigation ul li:hover a {
	text-decoration: underline;
}

#topNavigation ul li.last:hover {
	background: url("../images/menuDivider.gif") no-repeat scroll left top transparent;
}


#topNavigation ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    outline: medium none;
    padding: 10px 10px 2px 15px;
    text-decoration: none;
    width: auto;
}

#content {

}

#leftColumn {
	width: 181px;
	float: left;
}

#leftColumn .tab {
	border: 1px solid #d9d9d9;
	background-color: #f2f2f2;
	width: 153px;
	padding: 8px;
	margin-bottom: 10px;
}


#leftColumn .tab ul.detail {
	list-style-type: none;
	margin: 0;
}

#leftColumn .tab ul.detail li {
	margin: 0;
}

#leftColumn .tab ul.detail.iconSupported li{
	position: relative;
	padding: 8px 0;
	padding-left: 35px;
	_padding-left: 0;
	margin-bottom: 3px;
}

#leftColumn .tab ul.detail.iconSupported li  a{
	_padding-left: 35px;
}

#leftColumn .tab ul.detail.iconSupported li img {
	position: absolute;
	left: 0;
	top: 0;
}

#rightColumn {
	width: 562px;
	float: left;
}

img.menkesImage {
	margin-bottom: 10px;
}

/* General Settings */
.clear {
	clear: both;
}

h1 {
	font-size: 2em;
    margin: 0 0 10px;
	font-weight: normal;
	color: #FF7700;
}

h2 {
    font-size: 1.3em;
    margin: 20px 0 5px;
	font-weight: normal;
	color: #FF7700;
	border-bottom: 1px solid #FF7700;
	padding: 0;
	margin-top: 0;
}

h3 {
	font-weight: normal;
	color: #FF7700;
}

a {
	color: #558ed5;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #558ed5;
}

a:hover {
	color: #FF7700;
	text-decoration: underline;
}

ul {
	list-style: none;
}
