/* Global Styles */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pictureCaption {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

.mainMenu {
	background-color: #ED1C24;
	height: 100%;
}

.mainMenu   a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	width: 170px;
	padding-right: 5px;
	padding-left: 10px;
}

.mainMenu  a:hover {
	background-color: #8D181B;
}

#contentHolder {
	width: 625px;
	position: fixed;
}
#mainContent  {
	font-size: 15px;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 20px;
	width: 580px;
}


#mainContent .pageName {
	font-size: 21px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	display: block;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 55px;
	color: #FFFFFF;
	line-height: 24px;
	background-color: #ED1C24;
	text-align: center;
	padding-right: 8px;
}


#mainContent .subtitle {
	display: block;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	background-color: #ED1C24;
	padding-right: 13px;
}

.rightColumn {
	background-color: #ED1C24;
	height: 100%;
	width: 190px;
}
.rightColumn  a {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 160px;
	position: relative;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.rightColumn  a:hover {
	background-color: #8D181B;
}

#subMenu {
	display: block;
	width: 160px;
	height: 200px;
	position: relative;
}

#subMenu  a {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #ED1C24;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
	width: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
}
#subMenu a:hover {
	text-decoration: underline;
}

#optikTrademark {
	position: absolute;
	bottom: 10px;
}
