/*
	Stylesheet for GS Surgitel
	Created at Hile Design, 2006
*/
/*
	MSIE exceptions are in screen_ie_home.css
*/
/* 
	General stylesheeting is in screen_all.css and screen_ie.css
*/

/* Home CSS */

/* Special home section */
#contenthome {
	vertical-align:top;
	padding:0;
	margin:0;
	width:758px;	
	clear:both;
	background:#e2e2e2;
	border:none;
	font-size:10px;
	position:relative;
	top:0;
	z-index:1;
	
	}
#contenthome img {
/* This should only be necessary for comp/demo purposes since the image is a placeholder for a flash file */
	display:block;
	vertical-align:top;	
	}
#inputdiv{
	position:relative;
	z-index:1;
	
	}
	
#quicklinks {
	border: solid white;
	border-width: 0 1px 0 0;
	color:#fff;
	background:#ccc;
	width: 188px;
	float:left;
	}
#quicklinks p {
	font-family: "Arial black", "MS Arial black";
	font-weight:normal;
	font-size:1.3em;
	padding:0.8em 0 0.5em 0.7em;
	margin:0;
	}
#quicklinks ul {
	list-style: square url('./media/default_autogen/home_qlbullet.gif');
	color:#006699;
	margin-left:0;
	font-weight:bold;
/*	font-size:0.9em;*/
	line-height:1.7em;
	padding-left:2.6em;
	padding-top:0;
	}
#quicklinks a {
	text-decoration:none;
	color:#006699;
	}
.highlights {
	border: solid #fff;
	border-width: 0 0 1px 0;
	color:#666;
	background:#e2e2e2;
/*	font-size:0.9em;*/
	}
.highlights a {
	font-family: "Arial black", "MS Arial black";
	font-weight:normal;
	color:#cc3333;
	text-decoration:none;
	}
.highlights p {
	margin:0;
	padding:0;
	}
.highlightsbox {
	width:190px;
	background:#e2e2e2;
	float:left;
	}
#highlightsbox3 {
	width:189px;
	background:#e2e2e2;
	float:left;
	}
#highlightsbox4, #highlightsbox5 {
	width:569px;
	}
#highlightsbox4 {
	border-bottom:solid #fff 1px;
	margin-top:1em;
	}
#highlightsbox5 {
	}
#highlightsbox5 ul {
	margin-top:.5em;
	margin-bottom:0;
	}
#highlightsbox5 {
	}
.highlightsbox .hlb_rightarrow {
	float:left;
	padding:.5em .5em 2em .5em;
	}
.highlightsbox ul {
	list-style: square url('./media/default_autogen/home_qlbullet.gif');
	padding-left:2em;
	margin-left:0;
	padding-top:0;
	}
#homefoot {
	position:relative;
	color:#666;
	border: solid #fff 1px;
	padding:1em;
	line-height:1.2em;
	}
#homefootcenter {
	text-align:center;
	width:600px;
	float:right;
	}
#homefootleft {
	text-align:left;
	float:left;
	margin-left:180px;
	}
#homefootright {
	color:#bbb;
	text-align:right;
	}
#homefootright a.hf {
	color;#bbb;
	}

/* EOF */