
body,html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Black;
	position: relative;
	background-attachment:fixed;
	background-image: url(images/pattern.gif);
/*	background-position: -40px top; */
background-position: -254px top;
	background-repeat: repeat;
	background-color: #453e42;
}
* html body {
	background-attachment: scroll;
}

/* COMMONS */
a {
	text-decoration: none;
	color: #bd007b;
}
a:hover {
   text-decoration: underline;
}





/* LAYOUT AND COLUMNS */
#layout {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 950px;
}
* html   #layout {
	position: static;
	width: 932px;
	height: auto;
	background-color: White;
	background-image: url(images/left_stripes.jpg);
	background-repeat: repeat-y;
	background-position: 200px 152px;
}
#col_left {
	position: fixed;
	width: 227px;
	text-align: right;
	min-height: 100%;
	background-image: url(images/left_stripes.jpg);
	background-repeat: repeat-y;
	background-position: 0px 152px;
	border-right: 14px solid white;
}
* html #col_left { 
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 4;
	border-right: 0px;
}

#col_right {
	height: 325px;
	width: 178px;
	background-image: url(images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 925px;
	top: 0px;
}
/*
#col_right {
	height: 390px;
	width: 198px;
	background-image: url(images/right_graphics.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 925px;
	tttop: 276px;
	top: 6px;
	bbbottom: 20px;
} */
* html #col_right { 
	position: absolute;
}
.top_grad {
	width: 455px;
	height: 59px;
	position: fixed;
	left: 475px;
	top: 39px;
	background-image: url(images/top_bg.gif);
}
*html .top_grad  { 
	position: absolute;
}


#col_center {
	position: relative;
	margin-left: 241px;
	max-width: 691px;
	min-width: 450px;
	height: 100%;
	background-color: White;
	z-index: 3;
}
* html #col_center {
	width: 691px;
}





.home_link {
	width: 10px;
	height: 9px;
	background-image: url(images/double_arrow_up_on_darkgrey.gif);
	display: block;
	position: absolute;
	z-index: 3;
	left: 229px;
	top: 20px;
}


.home_link_logo_big {
	width: 232px;
	height: 109px;
	background-image: url(images/hot-ice_logo_transparent.png);
	display: block;
	position: absolute;
	z-index: 3;
	top: -6px;
	right: -35px;
}
* html .home_link_logo_big {
	background-image: none;
}
.home_link_logo_big img {
	width: 232px;
	height: 109px;
	border: 0px;
}


.home_link_logo {
	width: 100px;
	height: 47px;
	background-image: url(images/hot-ice_logo_transparent3.png);
	display: block;
	position: absolute;
	z-index: 3;
	left: 11px;
	top: 9px;
}
* html .home_link_logo {
	background-image: none;
}
.home_link_logo img {
	width: 100px;
	height: 47px;
	border: 0px;
}



/* LEFT MENU */
.left_menu_outer {
	position: absolute;
	right: -14px;
	margin: 0px;
	padding: 50px 10px 20px 0px;
	border-right: 14px solid #463F46;
	z-index: 2;
}
* html .left_menu_outer {
	right: -15px;
}
.left_menu dt a  {
	color: #FFCC00;
	cccolor: #D9C3D4;
	padding: 2px 5px;
}
.left_menu dd a {
	color: #D9C3D4;
	padding: 2px 5px;
}
.left_menu a:hover {	
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 3px;
	font-size: 102%;
	color: White;
}
.left_menu dt a:hover {	
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 3px;
	font-size: 110%;
}
.left_menu dt {
	font-size: 18px;
	height: 26px;
	font-weight: bold;
	margin-top: 7px;
}
.left_menu dd {
	font-size: 13px;
	margin: 0px;
	margin-right: 1em;
	line-height: 1.4em;
}
.left_menu .current {
	position: relative;
}
.left_menu .current_arrow {
	position: absolute;
	right: -11px;
	z-index: 3;
	clolor: #FFCC00;
	color: #7B757F;
	font-size: 24px;
	font-weight: normal;
	font-family: georgia;
}
.left_menu_border_bottom {
	width: 14px;
	height: 15px;
	background-image: url(images/left_menu_border_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	right: -14px;
}
* html  .left_menu_border_bottom {
	right: -14px;
	bottom: -1px;
}



/* CENTER COLUMN */
#col_main_center {
	margin-left: 260px;
	z-index: 3;
	position: relative;
	padding-top: 20px;
	min-height: 100%;
}

.navigation {
	margin-left: 27px;
	padding: 16px 0px;
	color: #D9C3D2;
	font-size: 13px;
}
.navigation a {
	color: #AC779C;
}

.content {
	color: #453e42;
	background-color: White;
	padding: 13px 40px 10px 36px;
	position: relative;
}
* html .content {
	height: 500px;
	padding-bottom: 50px;
}


/* CONTENT */
h1 {
	margin: 0px;
	margin-bottom: 1.5em;
	font-size: 2em;
	line-height: 1.2em;
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 1.3em 0em 0.5em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	color: #F36D21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0em 0.3em 0em;
}
h3 a {
	color: #F36D21;
}
.article {
	line-height: 1.6em;
	font-size: 1.05em;
}

.work {
	text-align: left;
}
.work h1 {
	font-weight: normal;
	ttext-transform: uppercase;
	margin-bottom: 1em;
}
.work h2 {
	font-size: 26px;
	color: Black;
	margin: 46px 0px 1.5em 0px;
	line-height: 1.2em;
}
.work_left {
	float: left;
	width: 320px;
	min-height: 330px;
	_height: 330px;
}
.work_right {
	margin-left: 340px;
	line-height: 1.6em;
}
.work dt {
	text-transform: uppercase;
	margin-top: 1em;
}
.work dd {
	margin-left: 20px;
}

.work_image {
	background-image: url(images/gray_grad_thumb_bg.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	text-align: right;
	width: 305px;
	padding: 20px 12px 12px 0px;
	position: relative;
}
.work_image img {
	background-image: url(images/darkgray_grad_thumb_bg.jpg);
	background-repeat: repeat-x;
	padding: 12px 4px 2px 4px;
	border: 0px;
}
.work_image img:hover {
	background-image: url(images/darkgray_grad_thumb_bg.jpg);
}


.work_related {
	padding: 10px 12px 12px 0px;
}
.work_related a {
	text-decoration: none;
	color: White;
}
.work_related img{
	background-image: none;
}
.work_related img:hover{
	background-image: url(images/darkgray_grad_thumb_bg.jpg);
}
.related_arrow {
	position: absolute;
	right: 3px;
	bottom: 10px;
	font-size: 20px;
	color: #524d52;
}
.related_title {
	position: relative;
	right: 4px;
}








.homepage_right {
	float: right;
	width: 180px;
	margin: 110px 0px 20px 0px;
	position: relative;
	left: 22px;
	mborder-left: 3px dotted #F0D1E6;
	mpadding-left: 10px;
	mmin-height: 400px;
}
.homepage_right h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 1.2em 0em;
}
.homepage_right .news {
	margin: 1.2em 0em;
	font-size: 0.9em;
	line-height: 1.4em;
}
.homepage_right .news .date {
	color: #BD007B;
}
.homepage_right .news p {
	margin: 0.4em 0em;
}


.homepage_article {
	margin-right: 190px;
	line-height: 140%;
	ccolor: Black;
	ffont-family: Georgia, "Times New Roman", Times, serif;
}

.homepage_article h1 {
	margin: 0px 0px 7px 0px;
	color: #463F46;
}
.homepage_article h2 {
	margin: 20px 0px 7px 0px;
	font-size: 20px;
	color: #463F46;
	border-top: 1px solid gray;
	padding-top: 1em;
}
.homepage_article h3 {
	margin: 7px 0px 20px 0px;
	font-size: 18px;
	color: #463F46;
	text-align: right;
}

.homepage_article blockquote {
	margin: 0.3em 1.3em;
}

.homepage_ref {
	margin: 26px 190px 20px 0px;
}
.work_home_record {
	background-image: url(images/gray_grad_thumb_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 214px;
	color: White;
	padding: 17px 20px;
	position: relative;
}
.work_home_record img {
	background-image: url(images/darkgray_grad_thumb_bg.jpg);
	padding: 10px 4px 3px 4px;
	float: right;
	border: 0px;
	position: relative;
	left: 20px;
}
.work_home_record h4 {
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	font-size: 1em;
}
.work_home_record a {
	color: White;
}
.work_home_record .paging {
	position: absolute;
	left: 0px;
	bottom: 52px;
	width: 100px;
	padding-left: 20px;
}





img.work_intro {
	width: 269px;
	height: 166px;
	border: 1px solid #DCDCDC;
	border: 0px;
	padding: 20px 12px 16px 12px;
	background-image: url(images/lightgray_grad_thumb_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
img.work_intro:hover {
	background-image: url(images/gray_grad_thumb_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.work_set_record {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 12px;
	text-align: center;
	width: 300px;
}
.work_set_record a {
	font-weight: bold;
	text-decoration: none;
}
.work_set_record a:hover {
	color: black;
}



.paging {
	background-color: #463F46;
	padding: 8px;
	color: #A9A9A9;
	margin: 0px 0px 0px 0px;
}
.current_page {
	font-weight: bold;
}
.paging .big {
	height: 30px;
	color: #FFCC00;
	font-size: 17px;
}
.paging .small {
	color: White;
}

.pag_right {
	text-align: right;
	padding: 8px 10px 8px 20px;
	float: right;
	position: relative;
	right: -40px;
	_width: 200px;
}
.pag_left {
	text-align: left;
	padding: 8px 20px 8px 10px;
	float: left;
	position: relative;
	left: -50px;
}
*html .pag_left {
	left: -36px;
	width: 150px;
}


.filters {
	border: 1px solid #CECECE;
	padding: 7px;
	margin: 10px 13px 10px 3px;
	background-image: url(images/lightgray_grad_thumb_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



.float_right {
	float: right;
}
.float_cleaner {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}