html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}


a {
	text-decoration: none;
	color: #ff68b4;
}

a:hover {
	text-decoration: underline;
	color: #ff68b4;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

.boldTxt {
	font-weight: bold;
}

small {
	font-size: 9px;
	margin: 10px;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

h1 {
	font-size: 17px;
	color: #333333;
	margin: 5px 0 10px 0;
	font-weight: bold;
}

h2 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color:#01478f;
	margin: 10px;
}

hr.fat {
	border: none;
	height: 4px;
	background: #ccc;
}

hr {
	border: none;
	height: 2px;
	background: #ccc;
}

p {
	margin-bottom: 11px;
	line-height: 20px;
	color: #666666;
}

p.introPara {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

ol {
	list-style:decimal;
	margin: 10px 0 10px 30px;
}

ul.useBullets {
	list-style-type: circle;
	list-style-position: outside;
	margin: 10px 0 10px 30px;
}

table.afiliates td {
	vertical-align:middle;
	text-align: center;
}

/* [  STYLES  ] ************************************************************/

body {
	background: #282828 url('../images/mainbg_tile.png') repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


	#container {
		float: none;
		width: 890px;
		margin: 0 auto;
		text-align: left;
	}
	
	#containerLw {
		float: none;
		width: 700px;
		margin: 0 auto;
		text-align: left;
		padding: 20px;
		background: #fff;
	}
	
	#header {
		position: relative;
		height: 106px;
		background: url('../images/header_swish.png') no-repeat;
		background-position: right;
	}
	
		#logo {
			position: absolute;
			left: 10px;
			top: 15px;
		}
		
		#download {
			position: absolute;
			right: 10px;
			top: 15px;
		}
		#german {
			position: absolute;
			right: 82px;
			top: 85px;
		}
		#english {
			position: absolute;
			right: 120px;
			top: 85px;
		}
		
	#bodyArea {
		float: left;
		background: #2b2a2a;
	}
	
		#lhsBar {
			float: left;
			width: 195px;
			text-align: center;
		}
		
			ul#mainNav {
				float: left;
				width: 175px;
				height: 267px;
				background: url('../images/nav_bg.png') no-repeat;
				margin: 10px;
				_margin: 10px 0 10px 5px;
			}
                
				ul#mainNav li {
					margin: 10px 10px 10px 25px;
					line-height: 1.8em;
					font-size: 11px;
					text-align: left;
				}
				
				ul#mainNav li a {
					font-weight: bold;
					color: #fff;
				}
				
				ul#mainNav li a:hover {
					color: #ff68b4;
				}
				
				ul#mainNavSearch {
                float: left;
                width: 175px;
                margin: 10px;
                }
            
                ul#mainNavSearch li {
                    margin: 10px 10px 10px 25px;
                    line-height: 1.8em;
                    font-size: 11px;
                    text-align: left;
                    list-style-image: url('../images/pink_bullet.png');
                }
                
                ul#mainNavSearch li a {
                    font-weight: bold;
                    color: #fff;
                }
                
                ul#mainNavSearch li a:hover {
                    color: #ff68b4;
                }
                
				#featuredMicro {
					margin: 10px 0 0 0;
				}
	
		#mainContent {
			float: left;
			width: 695px;
		}
		
			#featureImage {
				margin: 10px 0 10px 0;
			}
		
			#contentAreaHome {
				position: relative;
				width: 634px;
				background: #fff url('../images/content_bg.jpg') no-repeat;
				background-position: top;
				padding: 13px 20px 20px 30px;
				margin-bottom: 10px;
			}
			
			#contentAreaAlt {
				position: relative;
				width: 634px;
				min-height: 631px;
				background: #fff url('../images/content_bg.jpg') no-repeat;
				background-position: top;
				padding: 20px 20px 20px 30px;
				margin-bottom: 10px;
				margin-top: 10px;
			}
				
			#searchArea {
                position: relative;
                width: 634px;
                min-height: 1120px;
                background: #fff url('../images/content_bg.jpg') no-repeat;
                background-position: top;
                padding: 20px 20px 20px 30px;
                margin-bottom: 10px;
                margin-top: 10px;
            }
			
				#contentBase {
					position: absolute;
					bottom: 0px;
					clear: both;
					margin-left: -30px;
				}
				
				#buyNow {
					float: right;
					margin-top: -30px;
				}
				
				.sectionColumn {
					width: 125px;
					float: left;
					margin-top: 10px;
					margin-bottom: 15px;
				}
				
					.sectionColumn ul {
						padding-left: 9px;
						color: #333333;
					}
					
					.sectionColumn ul li {
						list-style-image: url('../images/pink_bullet.png');
						list-style-position: outside;
						line-height: 20px;
						clear: both;
					}
					
					.sectionColumn ul li.noBull {
						list-style-type: none;
					}
					
				#videoFormat {
					position: relative;
					width: 626px;
					height: 99px;
					background: url('../images/file_support.png') no-repeat;
					clear: both;
					margin: 20px 0 10px 0;
				}
				
					#videoFormat h1 { 
						color: #fff;
						padding: 5px 0 0 10px;
					}
				
					#videoFormat p { 
						color: #fff;
						line-height: 13px;
						font-size: 11px;
						padding: 0px 0 0 10px;
					}
					
					#downloadImage {
						position: absolute;
						right: 0px;
						bottom: 5px;
					}
					
			#footerBar {
				float: left;
				width: 100%;
				height: 150px;
				background: url('../images/footerbg_tile.png') repeat-x;
			}
			
			#footerContainer {
				width: 870px;
				margin: 0 auto;
				font-size: 11px;
				color: #fff;
				padding: 30px 10px 0 10px;
			}
			
			#footerContainer a {
				color: #fff;
				text-decoration: none;
			}
			
			#footerContainer a:hover {
				color: #ff68b4;
			}
			
		
		.blackTxt {
			color: #000;
		}
		.pinkTxt {
			color: #ff68b4;
		}
