@charset "UTF-8";
/*	Image Sound & Security CSS Document */
/*	Date Created: 22 July 2008 */
/*	Author: Ari Rizos */

@import url("navigation.css");
@import url("text.css");

* {margin:0;padding:0;} 

/* 100% Height */
html, body {
	height: 100%;	
}
#container {
	min-height: 100%;
	background-image:url(../images/container-bg-repeat.gif);
	background-repeat:repeat-y;
	width: 910px;
	margin: 0 auto;
}
* html #container {
	height: 100%;	
}
/*End 100% Height CSS*/

#mainbody {
	overflow:auto;
	padding-bottom: 170px;
}

#footer {
	position:relative;
	margin-top: -170px;
	height: 170px;
	clear:both;
}

#footerbg {
	width:910px;
	margin: 0 auto;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	height: 170px;
}

#footercopy {
	position: absolute;
	bottom: 0px;
	width: 850px;
	background-color:#BBBCBE;
	text-align:center;
	margin:0px 30px 0px 30px;
	padding: 20px 0px 20px 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 11px;
	color: #666666;
	background-color:#E17631;
}

#header {
	margin:0 auto;
	padding:0;
	width:850px;
	height:80px;
	background-color:#FFFFFF;	
}

#headerleftcolumn { 
	width: 280px;
	float: left;
	text-align:left;
	padding-left:20px;
	
}

#headerrightcolumn { 
	float: right;
	width: 550px;
	display: inline;
	position: relative;
}

/* Wrapper for the middle content of the website */
#wrapper { 
	 margin: 0 auto;
	 background-color:#FFF;
}

#leftcolumn { 
	padding: 35px 0px 10px 20px;
	width: 310px;
	float: left;

}

#rightcolumn { 
	padding: 35px 20px 10px 0px;
	text-align:justify;
	float: right;
	width: 470px;
	display: inline;
	position: relative;
}



/* Opera Fix  for Sticky Footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/*	BACKGROUND STYLES */
#toprepeat {
	background-color:#FFF;
	/*background-image:url(../images/lightrepeat_top.gif);
	background-repeat:repeat-x;*/
}

#topleftrepeat {
	background-color:#ff6600;
	/*background-image:url(../images/darkrepeat_top.gif);
	background-repeat:repeat-x;*/
}
#toprightrepeat {
	background-color:#ff6600;
	/*background-image:url(../images/darkrepeat_top.gif);
	background-repeat:repeat-x;*/
}

/*.bgbottomright {
	background-image:url(../images/oj-bottomright.jpg);
	background-position:bottom !important;
	background-repeat:no-repeat;
}


.bgbottomleft {
	background-image:url(../images/oj-bottomleft.jpg);
	background-position:bottom !important;
	background-repeat:no-repeat;
}	*/

