/*style sheet - ten thousand rooms - print*/

.noprint { 
	display: none;
	}

/*control wrappers*/
#fullwrapper {
	width: 810px;
	border-collapse: collapse;
	border: 0px none;
	background: transparent;
	display:table;
	}
#innerwrapper {
	width:760px;
	}
/*end control wrappers*/

/*html . no class or id . generic structure and text display*/	
html {
	}
body {
	background-color: transparent; 
	font-size: 12px;
	font-family: Times, serif; /*Verdana, Arial, Helvetica, sans-serif;*/
	color: #000;
	}
table {
	font-size: 100%;
	margin: 0px;
	border-collapse: collapse;
	border: 0px none;
	border-spacing: 0px;
	}
tr,td,div {
	text-align:left;
	vertical-align: top;
	padding: 0px;
	border:0px none;
	font-size: 100%;
	}
h1 {
	font-size:15px;
	margin: 4px 0px 4px 0px;
	}
h2 {
	font-size: 18px;
	}	
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	font-style: bold;
	}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration: underline;
	outline: none;
	color: #000;
	}
a:hover {
	text-decoration: none;
	}
p {
	/*line-height:18px;*/
	margin: 0px 0px 7px 0px;
	}
/*end html*/

/*header*/
#logoheader {
	width:60mm;
	height: 30mm;
	}
/*end header*/

/*navigation*/
#nav {
	display: none;
	height:0px;
	width:0px;
	}

/*common*/
div.clearfloat {/*use inside fullwrap - at beginning and end (floated elements wont be wrapped around by divs)*/
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	line-height:0px;
	font-size:0px;
	}
/*end common*/

/*content*/
.content {
	width:758px;
	height:517px;
	display:table;
	}
.left {
	width:253px;
	height:auto;
	float:left;
	}
.central {
	width:auto;
	height:auto;
	}
.right {
	width:253px;
	height:auto;
	float:left;
	}
.inner {
	padding:5px;
	}
/*end content*/

/*title images*/
#titleimg_index,
#titleimg_1,
#titleimg_2,
#titleimg_3,
#titleimg_jason
	{
	background:transparent;
	}
/*end title images*/

/*index*/
.jasonimages {
	height: 173px;
	width: 243px;
	border:0px none;
	margin:5px;
	}
.jasonimages img {
	float:left;
	padding:0px;
	border:0px
	}
img#indexjason {
	margin:0px 5px 0px 0px;
	}
img#indexitv {
	margin:0px 0px 5px 0px;
	}
img#indexhilti {
	margin-top:45px;
	}
/*end index*/

/*footer*/
#footbar {
	height:0px;
	}
#footer a {
	color: #cc0000;
	text-decoration:none;
	}
#footer {
	margin:0px auto 20px auto;
	align:left;
	height:auto;
	width:100%;
	color: #cc0000;
	border-top:1px solid #990000;
	}
.footleftside {
	margin-top:10px;
	position:relative;
	}
.footrightside {
	margin-top:10px;
	position:relative;
	}
/*end footer*/

