html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #111;
	background: #fff;
	font-family:Calibri,Arial,sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1 {
	font-size:20px;
	margin-top:12px;
	margin-bottom:16px;
	color:#444;
	text-align:center;
}
h2 {
	font-size:28px;
/*	line-height:46px;*/
	margin-bottom:18px;
	text-align:center;
}
h3 {
	font-size:130%;
	font-weight:bold;
}
h4 {
	font-size:115%;
	font-weight:bold;
}
h5 {
	font-size:95%;
	font-weight:bolder;
}
h6 {
	font-weight:110%;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em {
	font-style: italic;
}

p, li {color:#444;}

.clear { clear:both; }
.fleft { float:left; }
.fright { float:right; }

#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* ======== */
/* = Body = */
/* ======== */

#body_main {
	width:624px;
	margin-top:10px;
	margin-left:auto;
	background-repeat:repeat-y;
	border:2px solid #999;
	padding:20px;
	overflow-y:auto;
	overflow-x:hidden;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* ======== */
/* = Menu = */
/* ======== */

.menu {
	background-image: url(../images/navigation-bar.jpg);
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#home a:hover{
	background-image: url(../images/navigation-bar.jpg);
}
#products:hover {
	background-image: url(../images/navigation-bar.jpg);
}
#solutions a:hover {
	background-image: url(../images/navigation-bar.jpg);
}
#customers a:hover {
	background-image: url(../images/navigation-bar.jpg);
}
#contact a:hover {
	background-image: url(../images/navigation-bar.jpg);
}

/* ========== */
/* = Footer = */
/* ========== */

#footer {
	font-size:12px;
	width:644px;
	margin-left:auto;
	margin-right:auto;
}
#footer .indent { padding:30px 16px 10px 24px; }
#footer .fleft { color:#5a5a5a; }
#footer .fleft span { color:#a8a8a8; }
#footer a { color:#5a5a5a; }
#footer .fright span {
	padding-left:20px;
	color:#a8a8a8;
}

#footer .indent .fleft a {visibility:hidden;}

/* ============================ */
/* = Center things Vertically = */
/* ============================ */
/* Taken from 
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
*/
.vert-center-outer {
	/* height:400px; height is needed (commented because height will be assigned individually for each element)*/
	overflow:hidden;
	position:relative;
}
.vert-center-outer[class] {display:table; position:static;}

.vert-center-middle {position:absolute; top:50%;} /* for explorer only*/
.vert-center-middle[class] {display:table-cell; vertical-align:middle; position:static;}

.vert-center-inner {position:relative; top:-50%} /* for explorer only */
/* optional:#inner[id] {position:static;} */


/* ============================== */
/* = Center things horizontally = */
/* ============================== */
.horiz-center-outer {width:100%;}
.horiz-center-middle {width:100%; text-align:center;}
.horiz-center-inner {
	/* width:200px; width is needed (commented out because width will be assigned individually for each element)*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ================================ */
/* = Logo that goes in the header = */
/* ================================ */

#sigma-logo {
	width:100%;
	height:100%;
	background:url(../images/sigma-logo.png) no-repeat;
	background-position:620px 65px;
}




#header h1 {display:none;}

.pdf {
	display:block;
	background:url(../images/pdf-icon-small.png) no-repeat center left;
	height:17px;
	padding-left:20px;
	margin-top:4px;
}
