/* CSS Custom Styles for Bluewire Media :: Copyright Bluewire Media */

	html, body{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center; /*IE Horzonal Center for Embeded Elements*/
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10pt;	
		color: #58585a;
	}
	
	#page{
		position: relative;
		top: 0px;
		left: 0px;
		width: 945px;
		height: auto;
		margin: auto;
		text-align: center;
		
		
	}

/*********************************************************/
/*                        Header                         */
/*********************************************************/

	#header{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 200px;
		margin: auto;
		text-align: center;
		
		margin-bottom: 30px;
		/*border: 1px solid red;*/
	}
	
	#header .wires{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#header .logo{
		position: absolute;
		top: 150px;
		left:0px;
	}
	
	#header .menu{
		position: absolute;
		top: 15px;
		left: 0px;
		height: auto;
		width: 100%;
		text-align: right;
		color: #707173;
		
		/*border:1px solid blue;*/
	}
	
	#header .menu a{text-decoration:none; margin: 0px 5px 0px 5px;}
	#header .menu a:link{color: #707173;}
	#header .menu a:visited{color: #707173;}
	#header .menu a:hover{color: #008AC9;}
	
	#header .menu h1{
		display: inline;
		color: #008AC9;
		font-size: 1.6em;
		font-weight: normal;
	}
	#header .menu img{
		position: relative;
		top: 5px;
	}
	
	#header .bluewiremail-login{
		position: absolute;
		top: 75px;
		left: 770px;
		height: 100px;
		width:auto;
		font-family: 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		text-align: right;
		
		/*border: 1px solid black;*/
	}
	#header .bluewiremail-login td{
		text-align: right;
	}
	#header .bluewiremail-heading{
		
		/*border: 1px solid red;*/
		/*background-color: #008AC9;*/
	}
	#header .bluewiremail-heading-bluewire{
		color: #FFFFFF;
		font-size: 16pt;
		font-weight: 700;
		color: #008AC9;
	}
	#header .bluewiremail-heading-mail{
		color: #FFFFFF;
		font-size: 16pt;
		font-weight: 700;
		color: #7FC4E4;
	}
	#header .login-cell{
		/*border: 1px solid blue;*/
		padding: 2px 0px 2px 0px;
	}
	#header .login-input{
		width: 100px;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 11px;
	}
	#header .login-button{
		/*background-color: #008AC9;*/
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 11px;
		cursor: pointer;
		margin-top: 2px;
		font-size: 11px;
		background-color: #EFEFEF;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		color: black;
	}
	#header .login-button-over {
		/*background-color: #008AC9;*/
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 11px;
		cursor: pointer;
		margin-top: 2px;
		font-size: 11px;
		background-color: #CDCDCD;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		color: black;
	}

/*********************************************************/
/*                         Menu                          */
/*********************************************************/
	#menu{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 34px;
		margin: auto;
		text-align: center;
		z-index: 99;
		
		margin-bottom: 10px;
	}

/*********************************************************/
/*                        Content                        */
/*********************************************************/
	#content{
		position: relative;
		border: 1px solid #B2B2B2;
		z-index: 98;
		margin-bottom: 10px;
	}
	#content a:link{color: #008AC9;}
	#content a:visited{color: #008AC9;}
	#content a:hover{color: #999999;}
	
	#content .left{
		width: 145px;
		height: auto;
		padding: 15px 10px 10px 10px;
		background-color: #F2F9FC; /*5%*/
	}
	#content .submenu-item, .submenu-item-on{
		position: relative;
		top: 0px;
		bottom: 0px;
		width: 124px;
		height: 26px;
		margin: auto;
		margin-bottom: 5px;
		text-align: left;
		background-repeat: no-repeat;
	}
	#content .submenu-item a, .submenu-item-on a{
		display: block;
		height: 26px;
		width: 124px;
		font-size: 0.8em;
		text-decoration: none;
		padding: 3px 0px 0px 5px;
		border: none;
		background-repeat: no-repeat;
	}
	
	#content .middle{
		width: 500px;
		padding: 15px 30px 10px 10px;
		text-align:left;
	}
	#content .middle h1{
		font-size: 1.4em;
		font-weight: normal;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		color: #008AC9;
		/*border-bottom: 3px solid #5B6693;*/
		background-image: url(../images/email-and-sms-marketing/heading-devider.png);
		background-repeat:no-repeat;
		background-position: 0px 25px;
		text-transform: capitalize;
		text-align: left;
	}
	#content .middle h2{
		margin: 0px;
		padding: 0px;
		font-size: 1.1em;
		font-weight: normal;
		color: #008AC9;
	}
	
	#content .right{
		width: 230px;
		height: auto;
		background-color: #E5F3FA; /*10%*/
		padding: 15px 0px 10px 10px;
		text-align: center;
		margin: auto;
		/*border: 1px solid red;*/
	}
	
	#content .right .ads{
		position: relative;
		top: 0px;
		left: -10px;
		width: auto;
		height: auto;
		margin: auto;
		text-align:center;
		/*border:1px solid black;*/
	}
	
	#content .right .ads img{
		border: 1px solid #CACBCC;
	}
	
	#content .right .ads .ads-heading{
		 width: 80%;
		 text-align:left;
		 border-bottom: 1px dotted #BBBBBB;
		 padding-bottom: 5px;		
	}
	
	/* NEWS PAGE */
	#news ul {
		margin: 0;
		padding: 5px 0px 30px 0px;
		border-bottom: 1px solid #ddd;
	}
	#news li {
		list-style-type: none;
	}
	
	#newsletters td {
		padding: 5px 10px 5px 0px;
		vertical-align: top;
	}
	#newsletters img {
		position: relative;
		left: -5px;
	}
	
	.media-coverage {
		font-size: 8pt;
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
	}
	
	.media-coverage td {
	width: 33%;
}
	

/*********************************************************/
/*                        Footer                         */
/*********************************************************/
	#footer{
		width: 100%;
		height: auto;
		margin: auto;
		text-align: center;
		color: #AAAAAA;
		padding-top: 35px;
		/*border: 1px solid red;*/
		font-size: 0.8em;
	}
	#footer a:link{color: #AAAAAA; text-decoration: none;}
	#footer a:visited{color: #AAAAAA; text-decoration: none;}
	#footer a:hover{color: #000000; text-decoration: none;}
	

