/* Stylesheet for Main Template Layout (DEFAULT STYLE)
-------------------------------------------------------------------------------
Stylesheet Author	Eric Boisvert
Version			1.0
Created			January 3, 2006
Last-Modified		July 22, 2009
Validated:		August 10, 2006 (W3C CSS Validator)
Stylesheet URL		https://www.optikkandr.com/includes/styles/Defaultorders.css
------------------------------------------------------------------------------- */

body	{
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/MainBackGround.jpg);
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	}

a:link
	{
	text-decoration: none;
	color: navy;
	}

a:visited 
	{
	color: #000000;
	text-decoration: none;
	}

a:hover
	{
	color: #110000;
	text-decoration: underline;
	}

a:active
	{
	color: #110000;
	text-decoration: underline;
	}

#Frame
	{
	background: #ffffff;
	margin: 0 auto;
	width: 959px;
	padding: 0px;
	text-align:left;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/BodyBackGround.jpg);
	}
	
#Header
	{
	background: #eee;
	width:959px;
	height:90px;
	padding:0px;
	text-align:left;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/HeaderImageShort.jpg);
	}

#Language_Icon
	{
	Position: relative;
	top: 50px;
	left: 850px;
	}
	
#Menu
	{
	background: #eee;
	width:945px;
	height:29px;
	padding:0 0 0 15px;
	text-align:left;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/HeaderMenuBackground.jpg);
	}
	
#Content
	{
	background:#ffffff;
	width:919px;
	padding:4px 20px 6px 20px;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/BodyBackGround.jpg);
	}

#SubMenu
	{
	background:#eee;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/MenuBackGround.gif);
	width:144px;
	float: left;
	padding: 0;
	font-weight: bold;
	}

#SubMenu Div.MenuHeader
	{
	background:#eee;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/MenuHeaderBackground.gif);
	width:136px;
	padding: 0;
	font-weight: bold;
	color: white;
	padding: 0 0 0 8px;
	text-align: left;
	}

#SubMenu Div.MenuFooter
	{
	background:#eee;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/MenuFooter.gif);
	width:144px;
	height: 19px;
	padding: 0;
	}

#SubMenu ul
	{
	margin:0;
	padding: 0 0 10px 0;
	}

#SubMenu li
	{
	list-style-type: none;
	font-weight: normal;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/MenuItemNormal.gif);
	background-position: center;
	margin:0;
	padding:0 0 0 20px;
	}

#SubMenu a:link
	{
	text-decoration: none;
	color: #000000;
	}

#SubMenu a:visited 
	{
	color: #110000;
	text-decoration: none;
	}

#SubMenu a:hover
	{
	color: #110000;
	text-decoration: underline;
	padding: 0;
	}

#WorkArea
	{
	background:#ffffff;
	float: right;
	width: 765px;
	padding: 0 0 10px 0;
	}

#Footer
	{
	width:959px;
	height: 34px;
	background:#ffffff;
	text-align:left;
	background-image: url(https://www.optikkandr.com/includes/styles/default/images/BodyBottom.jpg);
	clear: both;
	}

table.list tbody tr.header td
	{
	font-weight: bold;
	color: white;
	background-color: gray;
	padding: 3px 8px;
	}

table.list tbody tr.odd td
	{
	padding: 3px 8px;
	}

table.list tbody tr.even td
	{
	background-color: #eee;
	padding: 3px 8px;
	}


table.list td.right
	{
	text-align:right;
	}

table.list td.left
	{
	text-align:left;
	}

table.list td.center
	{
	text-align:center;
	}

