/* 

    SOFT-TRONIK   Main CSS file
    ------------------------------------------------------------------------
    Author        Ondrej Valka (ondrej@valka.info)
    Last edit     21 Apr 04
	
	Colors        #6082C9 blue
	              #A4C8E3 light blue
				  #3A5DA3 dark blue
				  
				  #8D8D8D dark grey
				  #e8e8e8 light grey

*/

@import url('reset.css');

.hidden,
.printable {
	overflow: hidden;
	position: absolute;
	left: -10000px;
	width: 0;
	height: 0;
}
.reset {
	clear: both;
}

sup {
	vertical-align: top;
	font-size: .8em;
}

/*  
    BASIC LAYOUT
    ------------------------------------------------------------------------  
*/

body {
	background: url('../img/page-bg.png') center top repeat-y #FAFAFA;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

#page {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
}
#page-wrapper {
	padding: 0 24px;
}

/*  -- Header --  */

#header {
	background: url('../img/header-softtronik-logo.png') 100% 0 no-repeat;
	width: 100%; /* IE6 */ height: 113px;
}
#header a {
	display: block;
	font-size: 2em;
	line-height: 99px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 600px; height: 100px;
}
#header a span { /* image replacement */
	background: url('../img/header-title.png') 0 0 no-repeat;
	position: absolute; left: 0; top: 0;
 	width: 600px; height: 100px;
}

/*  -- Navigation --  */

#nav {
	background: url(../img/nav-bg.png) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	float: left;
	width: 942px; /* the value can't be 100% because of IE6 */
}

#nav ul {
	padding: 0 0 0 3px;
}
#nav ul li {
	float: left;
	background: url(../img/nav-delim.png) 100% 1px no-repeat;
}
#nav ul li a {
	color: #888;
	display: block;
	font-size: .8em;
	padding: 13px 20px 12px 18px;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	color: #6082C9;
	text-decoration: underline;
}
#nav ul li.active a {
	color: #6082C9;
	font-weight: bold;
}
#nav ul li.last { /* last menu element */
	background: url(../img/nav-delim.png) 0 1px no-repeat;
	float: right;
}
#nav ul li.last a {
	float: left;
	padding: 13px 21px 12px 20px;
}

/*  -- Flash banner --  */

#flashboard {
	float: left;
	width: 618px; height: 220px;
}
#flashboard img {
	border: none;
}

/*  -- Billboard --  */

#billboard {
	background: url(../img/billboard-bg.png) 0 0 repeat-x #A4C8E3;
	color: #fff;
	float: right;
	font-size: .8em;
	overflow: hidden;
	position: relative;
	width: 323px; height: 220px;
}

#billboard h2 {
	display: block;
	font-size: 1.65em;
	font-weight: normal;
	margin: 22px 0 8px 24px;
}
#billboard li {
	line-height: 1.3;
	margin: 0 24px 5px 24px;
}
#billboard li em {
	font-style: normal;
	font-weight: bold;
}

#billboard li.link a { /* button */
	background: #fff;
	display: block;
	font-size: 1.4em;
	line-height: 65px;
	position: absolute; left: 8px; bottom: 10px;
	text-align: center;
	width: 220px; height: 70px;
}
#billboard li.link a span { /* image replacement */
	cursor: hand; /* IE */
	background: url('../img/billboard-register.png') 0 0 no-repeat;
	position: absolute; left: 0; top: 0;
 	width: 220px; height: 70px;
}

/*  -- Secondary Content --  */

#secondary-content {
	float: right;
	width: 324px;
}
#secondary-content-wrapper {
	margin: 26px 0 0 0;
	clear: both;
	float: right;
	width: 100%;
}

/*  -- Primary Content --  */

#primary-content {
	display: inline; /* IE6 */
	float: left;
	padding: 26px 0 25px;
	margin: 0 0 0 20px;
	width: 540px;
}

#primary-content h1 {
	color: #6082C9;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 .8em;
}
#primary-content h2 {
	color: #f60;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1.4em 0 .5em;
}
#primary-content h3 {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	margin: 1.3em 0 .4em;
}
#primary-content h4 {
	color: #666;
	font-size: .85em;
	font-weight: normal;
	margin: 1em 0 0;
	text-transform: uppercase;
}

#primary-content p,
#primary-content ul,
#primary-content ol,
#primary-content dl {
	margin: .5em 0 .9em;
	font-size: .85em;
	line-height: 1.4;
}
#primary-content ol {
	list-style-type: decimal;
}

#primary-content li {
	background: url('../img/bullet-arrow-grey.gif') 3px 0.3em no-repeat;
	color: #666;
	margin: .6em 0;
	line-height: 1.25;
	padding: 0 0 0 18px;
}
#primary-content ol li {
	margin-left: 20px;
	padding-left: 0;
	background: transparent;
}
#primary-content dt {
	margin: 8px 0 0 0;
	font-weight: bold;
}
#primary-content dd {
	margin: 0 0 8px 15px;
}
#primary-content dd ol,
#primary-content dd ul {
	margin-top: 0;
	font-size: 1em;
}
#primary-content dd li {
	margin-top: 0;
	margin-bottom: 6px;
}

#primary-content p.em  {
	font-size: 1.05em;
	line-height: 1.2;
	margin-bottom: 1.4em;
}
#primary-content ul.alpha  {
	list-style-type: lower-alpha;
	margin-left: 20px;
}
#primary-content ul.alpha li {
	background: transparent;
	padding-left: 0;
}

/*  -- Footer --  */

#footer {
	clear: both;
	height: 1%; /* IE6: double padding-top, no top border */
				/* IE7: double padding-top */
	border-top: 4px solid #e8e8e8;
	padding: 20px 15px 70px;
	font-size: .7em;
	color: #666;
}

/*  
    OTHER ELEMENTS
    ------------------------------------------------------------------------  
*/

/*  -- Links --  */

#primary-content a,
#secondary-content a {
	color: #6082C9;
}
#primary-content a:hover,
#primary-content a:active,
#primary-content a:focus,
#secondary-content a:hover,
#secondary-content a:active,
#secondary-content a:focus {
	color: #f60;
}

a.presentation {
	background: url('../img/presentation-small.png') 0 0 no-repeat transparent;
	padding: 0 0 2px 30px;
}

div.presentation {
	background: url('../img/presentation.png') 0 0 no-repeat transparent;
	margin: .5em 0 .9em;
	font-size: .85em;
	line-height: 1.4;
	padding: 5px 0 12px 80px;
}
div.presentation h2 {
	color: #666 !important;
	font-size: 1.15em !important;
	margin: 0 !important;
}

/*  -- Images --  */

img {
	border: 1px solid #ccc;
}

div.img {
	display: block;
	margin: 0 0 15px 0;
	color: #666;
}
div.img img {
	display: block;
}
div.img.left { float: left; margin: 0 18px 1em 0; position: relative; display: block; }
div.img.right { float: right; margin: 0 0 1em 18px; position: relative; display: block; }

a:link img {
	border: 1px solid #028BC8; 
}
a:visited img {
	border: 1px solid #4ABCE7; 
}
a:hover img,
a:active img,
a:focus img {
	border: 1px solid #f60; 
}

.no-border,
.no-border img {
	border: none;
}

/*  -- Photo Gallery --  */

#primary-content ul.photos {
	clear: both;
}
#primary-content ul.photos li {
	display: inline;
	float: left;
	height: 122px;
	padding: 0;
	margin: 0 15px 20px 0;
	width: 162px;
}

/*  -- Tables --  */

table {
	border-top: 1px solid #ddd;
	margin: 5px 0;
	width: 540px;
}

table th,
table td {
	border-bottom: 1px solid #ddd;
	font-size: .85em;
	line-height: 1.4;
	padding: 3px 15px;
}
table th {
	font-weight: normal;
	font-style: italic;
	color: #999;
	background: #f5f5f5;
	text-align: left;
}

table tr.em td {
	color: #f60;
}
table tbody th {
	background: transparent;
	font-weight: normal;
	font-style: italic;
}
table tr.block-start th {
	padding-top: 25px;
}
table tr.block-end td {
	padding-bottom: 28px;
}

table.program {
	margin-bottom: 50px;
}
table.program caption {
	color: #666;
	display: none;
}

/*  -- Partners --  */

#primary-content ul.logos,
#secondary-content ul.logos {
	clear: both;
}

#primary-content ul.logos li {
	background: #eee;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}
#primary-content ul.logos li {
	height: 100px;
	text-align: center;
	width: 170px;
}

#secondary-content ul.logos {
	float: none;
	border-left: 1px solid #ddd;
}
#secondary-content ul.logos li {
	float: none;
	display: block;
	background: #fff;
	margin: 0 0 22px 0;
	text-align: center;
}
#primary-content ul.logos li a,
#secondary-content ul.logos li a {
	display: block;
}
#primary-content ul.logos li img,
#secondary-content ul.logos li img {
	display: block;
	border: none;
	margin: 0 auto;
}