/* 
Sympozeum
© 2006 Zunch Communications
Global Stylesheet
February 15th, 2006
 */

/****************************************************************/
/* BODY */
* { margin:0; padding:0; }

body, html {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#474747;
	font-size:12px;
	line-height:18px;
}
body {
	margin:0 auto;
	width:739px;
	}	
html {
	background:url(../images/top_tile.gif) repeat-x top #FFF;
	}
	
/****************************************************************/
/* GLOBAL TEXT TAGS */	
a {
	color:#007EFF;
	text-decoration:underline;
	}
a:hover {
	color:#FF461C;
	text-decoration:underline;
	}
h1 {
	color:#007EFF;
	font-size:20px;
	margin:1.5em 0 1.4em 0;
	}
	
h2 {
	color:#FF461C;
	font-size:18px;
	margin:0 0 1em 0;
	}
ul {
	list-style:none;
	}
img {
	border:none;
	}

/****************************************************************/
/* LAYOUT ELEMENTS */
div#laptop {
	float:left;
	background:url(../images/bg_laptop.gif) no-repeat top left;
	width:331px;
	height:288px;
	}

div#container_top {
	float:right;
	width:356px;
	margin-right:1.5em;
	margin-bottom:3em;
	}
div#container_bottom {
	clear:both;
	background:url(../images/bg_laptop_bottom.gif) no-repeat top left;
	margin:0 auto;
	padding:.2em 0 0 2.5em;
	}
	
div#logo {
	height:141px;
	}

div#headline {
	text-align:center;
	}

/****************************************************************/
/* NAVIGATION */
div#nav {
	text-transform:uppercase;
	font-size:11px;
	height:29px;
	}
div#nav li {
	float:left;
	border:1px solid #C8D6DE;
	border-bottom:none;
	height:23px;
	}
div#nav li a {
	font-weight:bold;
	color:#393939;
	text-decoration:none;
	}
div#nav li a:hover {
	color:#777;
	text-decoration:none;
	}
div#nav li#enterprise {
	background:url(../images/nav_yellow.gif) repeat-x;
	padding:.5em 3em 0 3em;
	margin:0 .2em 0 0.4em;
	}
div#nav li#personal {
	background:url(../images/nav_green.gif) repeat-x;
	padding:.5em 3.2em 0 3.2em;
	}
	
/****************************************************************/
/* MAIN CONTENT */
div#content span {
	font-size:14px;
	font-weight:bold;
	}
div#content p {
	margin:0 0 1em 0;
	}

/****************************************************************/
/* FLEXIBLE ROUNDED CORNER BOX */ 
div#content { 
	width:680px;
	padding:0 15px 0 0;
	margin:2em 0 0 0; 
	}

/****************************************************************/
/* ICON CALLOUTS */
div#content div#icons {
	float:left;
	width:290px;
	height:120px;
	margin:0 1em 0 0;
	font-weight:bold;
	color:#007EFF;
	background:url(../images/callout_bg.gif) no-repeat center;
	}
div#content div#icons div {
	float:left;
	width:90px;
	margin:2em .5em 0 0;
	text-align:center;
	}
div#content div#icons div p {
	clear:both;
	margin:.5em 0 0 0;
	}

/****************************************************************/
/* FOOTER */
div#footer {
	height:3em;
	margin:2em 0 0 0;
	border-top:1px solid #CCC;
	font-size:10px;
	}
div#footer li {
	float:left;
	margin:.5em .5em 0 0;
	}
div#footer ul#val {
	float:right;
	}

/****************************************************************/
/* FORM */
div#content div#form {
	margin:0 0 0 1em;
	}
div#content div#form ul {
	clear:both;
	}
div#content div#form li {
	font-style:italic;
	margin:.3em 0 0 0;
	padding:.3em 0 0 0;
	}
div#content div#form p {
	float:left;
	font-style:italic;
	margin:1em 3em 0 0;
	}
div#content div#form span {
	font-size:10px;
	font-weight:normal;
	}
div#content div#form input {
	width:290px;
	padding:2px;
	border:1px solid #9E9E9E;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#474747;
	font-size:11px;
	}
div#content div#form input.check {
	width:auto;
	margin:0 .5em 0 .5em;
	border:none;
	}
div#content div#form textarea {
	float:left;
	width:603px;
	height:61px;
	margin:0;
	padding:2px;
	border:1px solid #9E9E9E;
	border-right:none;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#474747;
	font-size:11px;
	}
div#content div#form input.submit {
	float:left;
	border:none;
	width:auto;
	padding:0;
	margin:0;
	}