/* NON-HEADER */
*{padding:0; margin:0;}
 body {
	font-size:62.5%;
	background-color:#000000;
	font-family:verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:940px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:10px;
	font-size:1em;
}
.index {
	clear:both;
	width:940px;
	padding-bottom:30px;
	background-color: transparent;
	background-image: url(images/background_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.main {
	clear:both;
	width:940px;
	padding-bottom:30px;
	background-color: transparent;
	background-image: url(images/background_products.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.about {
	clear:both;
	width:940px;
	padding-bottom:30px;
	background-color: transparent;
	background-image: url(images/background_about.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.media {
	clear:both;
	width:940px;
	padding-bottom:30px;
	background-color: transparent;
	background-image: url(images/background_media.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.main-content {
	;
	width:880px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.footer {
	clear:both;
	width:940px;
	height:3.7em;
	padding:1.1em 0 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image: url(images/main_background.gif);
	background-position: center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:940px;
	font-family:"trebuchet ms",arial,sans-serif;
}
.header-top {
	width:900px;
	height:36px;
	overflow:hidden !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-top: 14px;
	padding-left: 40px;
}
.header-main {
	width:940px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-repeat: no-repeat;
	background-position: center top;
}
.header-interior {
	width:940px;
	height:330px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image: url(images/header_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header-bottom {
	width:940px;
	height:50px;
}
.sitename {width:300px; height:45px; position:absolute; z-index:1; margin:20px 0 0 90px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.sitename h1 {font-size:240%;}
.sitename h2 {margin:-4px 0 0 0; color:rgb(125,125,125); font-size:120%;}
.sitename a {text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none; color:rgb(50,50,50);}
#nav1 {
	height: 36px;
	width: 176px;
	float: left;
}
#nav1   a  {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:180%;
	height: 36px;
	width: 176px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/nav_btn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 36px;
}
#nav1  a.btnproducts {
	background-image: url(images/nav_products.jpg);
}
#nav1  a.btnhome {
	background-image: url(images/nav_home.gif);
}
#nav1  a.btnabout {
	background-image: url(images/nav_about.jpg);
}
#nav1 a.btnmedia {
	background-image: url(images/nav_media.jpg);
}
#nav1  a:hover     {
	text-decoration: underline;
}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {
	width:880px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-left {
	float:left;
	width:340px;
	margin-bottom:40px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-top: 40px;
}
.column2-unit-right {
	float:right;
	width:500px;
	margin-bottom:40px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.column3-unit-left {float:left; width:253px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {
	text-decoration:none;
	color:#990000;
}
.footer a:visited {
	color:#440000;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {
	clear:both;
	width:880px;
	height:0.1em;
	border:none;
	color:#000000;
	background-color: #999999;
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {}
@media print {} /*Color navigation bar normal mode*/
@media print {}
@media print {.footer {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(240,240,240);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} /*IE proprietary flicker hack for background images. Not validating, but OK*/


/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.main-content h1.pagetitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	border-bottom:solid 7px rgb(225,225,225);
	font-family:"trebuchet ms",arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:220%;
}
.main-content h1.block {
	clear:both;
	margin:1.0em 0 0em 0;
	padding:2px 0 2px 2px;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:220%;
	background-color: #101668;
}
.main-content h1 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:210%;}
.main-content h2 {
	clear:both;
	font-family:"trebuchet ms", arial, sans-serif;
	color:#666666;
	font-weight:normal;
	font-size:170%;
}
.main-content h3 {clear:both; margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",verdana,arial,sans-serif; font-weight:normal; font-size:140%;}
.main-content p {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
	color: #FFFFFF;
}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

.main-content table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 1em;
	margin-bottom: 0.1em;
}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
.main-content table th {height:3.0em; padding:2px 20px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table td {
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	text-align:center;
	font-weight:normal;
	color:#999999;
	font-size:110%;
	padding: 5px;
	width: 160px;
}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}

.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(file:///Black%20Flag/files/guides/css/50%20Most%20Download%20CSS%20Website%20Templates%20From%20OSWD%20-LegalTorrents/50%20Most%20Download%20CSS%20Website%20Templates%20From%20OSWD%20-LegalTorrents%20Folder/Templates/multiflex32/img/bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}

/********************/
/*  COMMON CLASSES  */
/********************/
.main img {
	clear:both;
	float:none;
	padding:1px;
	border:1px solid #666666;
}
.main img.center {clear:both; float:none; margin:0; padding:1px; border:1px solid rgb(150,150,150);}
.main img.left {
	clear:both;
	float:left;
	margin:3px 0 7px 10px;
	padding:1px;
	border:1px solid rgb(150,150,150);
}
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}

.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main-content h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}

.main a img {border:solid 1px rgb(150,150,150);}
.main a:hover img {border:solid 1px rgb(220,220,220);}
.main-content dt {
	color: #FFFFFF;
}
.main dd {
	color: #FFFFFF;
}
.main-content li {
	color: #FFFFFF;
}
