*{
	margin:0;
	padding:0;
}
body{
	background:#f0f0f0;
	color:#666666;
	font-family: Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
}

/* Layout Styles Starts */

#wrapper{
	width:950px;
	margin:0 auto;
}
	#header{
		background:url(../../images/header.jpg) no-repeat;
		height:174px;
	}
		#logo{
			width:419px;
			padding:47px 0 0 47px;
		}
			#logo h1{
				background:url(../../images/logo.jpg) no-repeat;			
			}
				#logo h1 a{
					display:block;
					height:96px;					
				}
					#logo h1 a span{
						display:none;
					}
	#menu{
		background:url(../../images/menu.jpg) no-repeat;
		height:40px;
	}
		#menu ul{
			list-style:none;
			text-align:left;
		}
			#menu li{
				display:inline;
				margin:0 8px;
			}
				#menu li a{
	color:#969696;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
				}
					#menu li a:hover{
						color:#fff;
						text-decoration:none;
						background:#4F8AD0;
					}
	#container{
		margin:20px 0 0 0;
		overflow:hidden;
	}
		#left-col{
			width:210px;
			float:left;
		}
		#center-col{
			width:511px;
			float:left;
			margin:0 8px;
		}
			.content-block{
				background:url(../../images/rblock-bg.jpg) repeat-y;
				margin:0 0 15px 0;
			}
				.content-block-top{
					background:url(../../images/rblock-top.jpg) no-repeat top;
					height:11px;
				}
				.content-block-bottom{
					background:url(../../images/rblock-bottom.jpg) no-repeat bottom;
					padding:10px 15px;
				}
		#right-col{
			width:210px;
			float:right;
		}
		.sblock{
			margin:0 0 15px 0;
			background:url(../../images/sblock-bg.jpg) repeat-y;
		}
			.sblock-top{
				background:url(../../images/sblock-top.jpg) no-repeat top;
				height:30px;
				line-height:30px;
				color:#646464;
				font-size:14px;
				font-weight:bold;
				text-indent:42px;
			}
			.sblock-content{
				background:url(../../images/sblock-bottom.jpg) no-repeat bottom;
				padding:10px;
			}
				.sblock-content ul{
					list-style:none;
					margin:0 0 10px 0;
				}
					.sblock-content li{
						padding:3px 15px;
						border-bottom:1px solid #d6d6d6;
						color:#666;
					}
						.sblock-content li a{
							display:block;
							color:#666;
							font-weight:normal;
							text-decoration:none;
							text-transform:capitalize;
							background:url(../../images/arrow.jpg) no-repeat left center;
							padding:0 0 0 15px;
						}
							.sblock-content li a:hover{
								color:#4F8AD0;
								text-decoration:none;
								background:url(../../images/arrow-h.jpg) no-repeat left center;
							}
	#footer{
	clear:both;
	line-height:24px;
	padding:0 20px;
	overflow:hidden;
	color:#b0b0b0;
	font-size:10px;
	color:#b0b0b0;
	background-color: #33383B;
	background-image: url(../../images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
		#footer a{
			color:#b0b0b0;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}

/* Inner Pages 2 Column Styles */

#right-col1{
	width:730px;
	float:right;
}
	.content-block1{
		background:url(../../images/rblock1-bg.jpg) repeat-y;
		margin:0 0 15px 0;
	}
		.content-block1-top{
			background:url(../../images/rblock1-top.jpg) no-repeat top;
			height:11px;
		}
		.content-block1-bottom{
			background:url(../../images/rblock1-bottom.jpg) no-repeat bottom;
			padding:10px 15px;
		}
/* Inner Pages 2 Column Styles */
		

/* Layout Styles Ends */

/* Form Styles */

.sblock form{
	padding:0 5px;
}
.sblock form p{
	margin:0 0 5px 0;
}
.input{
	border:1px solid #dddddd;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.signin-btn, .button1{
	background:#4a4a4a;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */

/* Paragraph and list Styles */

.content-block p, .content-block1 p{
	margin:0 0 15px 0;
	font-size: 90%;
}
.content-block ul, .content-block ol, .content-block1 ul, .content-block1 ol{
	margin:10px 0 10px 20px;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#4F8AD0;}
h1{
	font-size:150%;
	color: #4F8AD0;
	padding-bottom: .7em;
}
h2{font-size:16px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h2,h3,h4,h5,h6{margin:0 0 15px 0;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.normal a{font-weight:normal;}

/* Genric Styles Ends */

.imageRightOutlined {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 4px solid #CCCCCC;
}
.imageLeftOutlined {
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 4px solid #CCCCCC;
}
.imageLeft {
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.imageRight {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.imageOutlined {
	border: 4px solid #CCCCCC;
	margin: 6px;
}
fieldset {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #E8E8E8;
}
legend
{
	font-size: 120%;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.contactTable input
{
	color: #666666;
	padding: 4px;
	border: 2px solid #E6E6E6;
}
.contactTable textarea
{
	color: #666666;
	padding: 4px;
	border: 2px solid #E6E6E6;
}
.contactTable input:hover, .contactTable textarea:hover
{
	color: #666666;
	padding: 4px;
	border: 2px solid #D8F5D8;
}
.contactTable input:focus, .contactTable textarea:focus
{
	color: #666666;
	padding: 4px;
	border: 2px solid #FFD5D5;
}
.errorMessage {
	color: #333333;
	background-color: #FFDDDD;
	padding: 5px;
	border: 1px solid #FF0000;
}
.invoiceUnderline td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.expired {
	background-color: #FFE8E8;
	display: block;
	padding: 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.invoiceButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
}
.downloadItem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	margin-bottom: 5px;
}
.generateStrip {
	background-color: #FFDDDD;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
