@charset "utf-8";
/* CSS Document */
/******************************************************************************************
Created by: ecVisualMedia.com
Date Created: 13 MAR 2010

Last Modified Date:	15 MAR 2010

******************************************************************************************/
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }
a {
	margin:0px;
	padding:0px;
	text-decoration: underline;
	color:#FFF;
}

a:hover
{
	text-decoration: none;
}

address { font-style:normal; }

html,body { 
	height: 100%;
	color: #FFF;
}
	
body { 
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:1.125em; /* 16?1.125=18px */
	overflow: hidden;
}
       
#outer_wrapper{
	width:100%;
	text-align: left;
	padding:0;
	margin: 0 auto;
	z-index: 5;
	/*border: 1px solid #ff0000;*/
}

html > body #outer_wrapper {
/*Because height is set to 100% in the body and html above,*/
/*this will cascade to child containers*/

/*    min-height: 100%;
      height: auto;
*/
}

/*
a{
	outline:none;
	text-decoration:none;
	vertical-align:bottom;
	height:85px;
	margin:0;
	padding:0;
}
*/
/************** Start Multiple Use Classes **************/

.border {
	border: 1px solid;
	border-color:#FFFF00
}

.bgNoRepeat {
	background-repeat: no-repeat;
}

.bgRepeatX {
	background-repeat: repeat-x;
}

.bgRepeatY {
	background-repeat: repeat-y;
}

.bgCenter {
	background-position: center;
}

.txtIndent{ text-indent: -9999px; }


/****************** End Multiple Use Classes ******************/

#bodyCntr
{
	width: 990px;
	margin: 0 auto;
	font-size: 12px;
}

#logoTagImg
{
	margin-top:24px;
}

#newDistrib
{
	background: url(../images/contentMain_bg.png) no-repeat;
	width: 670px;
	margin: 0 auto;
	height: 480px;
}

