@charset "utf-8";
/* CSS Document */
/*reset the value of margin and padding to 0px because some tags holds some sort of margin and padding which is defferent in different breowser */
*
{
	margin:0px;
	padding:0px;
}
/* reset the horizantal aligment of elements to left since by default elements are left aligned on Firefox where as they are center aligned in IE.*/
td
{
	text-align:left;
}
/*Eliminate the border on anchored image */
a img
{
	border:0px;
}
/*width and height of the text box */

.text-box
{
	width:180px;
	height:20px;
}
/*styles for the body element which is inherited by the children elements of the page.*/
body
{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3d3d;
}
/*style for the link which is now text-decoration:none; Here text decoratio can take the values underline, overline, overline */
a{
	text-decoration:none;
}
/*style for the anchored elements when mouse hovered.*/
a:hover{
	text-decoration:underline;
}

/*style for the paragraph element. Which is now 10px of top and bottom padding. Values can be increased  and decreased accordingly.*/
p
{
	padding-top:10px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
}
/*style for blue line*/
hr
{
	border-top:5px solid #629AA7;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
	
}
/*style for the form label element.*/
label
{
	font-weight:bold;
	font-size:13px;
	color:#3d3d3d;
}

/* style for the heading text */
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#75B3C1;
	font-weight:bold;
	margin-bottom:5px;
}
/*style for the bottom  heading text */
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#75B3C1;
	font-weight:bold;
	margin-bottom:5px;
}
h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#75B3C1;
	font-style:normal;
	font-weight:normal;
	margin-top:15px;
}
/*style for the red description text on th top*/
p.desc-text
{
	
	color:#EA7E25;
	font-size:15px;
	padding-right:15px;
}
/*style for the topmost black band*/
#top-band
{
	background-color:#3D3D3D;
	height:5px;
	line-height:21px;
}
/*
	style for the outer wrapper of  big band on the top
*/
#coloured-band-wrapper
{
	background-image:url('../image/coloured-band-upper.gif');
	background-repeat:repeat-x

}
/*
	style for the inner wrapper of the big band on the top
*/
#coloured-band-inner
{
	background-image:url('../image/coloured-band-bottom.gif');
	background-repeat:repeat-x;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	/*background-position-y:50%*/
	background-position:bottom;
}
/*
	style setting the background color of the big band on the top
*/
#coloured-band-content
{
	background-color:#73AFBD;
}
/*
	style for the table that fixes the page size to 955px and centers the table.
*/
.content-tbl
{
	width:955px;
	margin:0px auto;
}
/*
	style describing the wrapper of the logo.
*/
#logo-wrapper
{
	width:200px;
	/*vbackground-image:url(../image/logo-bg.gif);*/
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	vertical-align:middle;
	
}
/*
	style for the image used in the logo for spacing between the logo text and the logo image.
*/
#logo-wrapper img
{
	margin-right:10px;
}
/*
	style for the content of the topmost heading.
*/
#header-content
{
	padding:10px;
	vertical-align:top;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#3d3d3d;
}
/* style for the text of the topmost heading*/
h1
{
	font-size:40px;
	color:#ffffff;
	font-weight:normal;
	font-family:"Century Gothic", Arial, Verdana;
	margin-bottom:15px;
}
/*style for the phone no text.*/
#phone-no
{
	background-image:url('../image/phone-icon.png');
	background-repeat:no-repeat;
	font-family:Century, Verdana, Arial;
	font-weight:bold;
	font-size:28px;
	color:#3d3d3d; padding-left:60px; padding-right:10px; padding-top:9px; padding-bottom:15px
	
}

/*
	OPTION COLUMN STYELS
-----------------------------------------------*/

/*
	style determining the width of the right column column. 
*/
.right-column
{
	width:314px;
}
/*
	style for the outer container for star for positioning the star.
*/
#option-outer
{
	position:relative;
}
/*
	style for the star container on the top of option box
*/

#option-inner
{
	position:absolute;
	width:150px;
	height:150px;
	background-image:url('../image/option-bg.jpg');
	background-repeat:no-repeat;
	margin-top:-59px;	
	margin-left:211px
}
/*
	style for the option table
*/
#option-wrapper
{
	*/background-image:url('../image/option-bg.gif');*/ /*option box bottom gradient Comment this line or remove it if you neet white background*/
	background-repeat:repeat-x;
	background-color:#F7FBFC;
	border:2px solid #5B909C;
	margin-bottom:15px;
	z-index:-1;
/*	 background-position-y:50%;*/
	 background-position:bottom;

}
/*
	style for the option table top background image
*/
#option-content-tbl
{
	background-image:url('../image/option-top.jpg');
	background-repeat:no-repeat
}
/*
	style for the option box heading text.
*/
#register-here-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#3d3d3d;
	font-weight:bold;
	margin-left:0px;
	border-bottom:2px solid #E37013;
	padding-bottom:5px;
	padding-left:30px;
}
/*
	style for the option option table.
*/
#option-form-tbl
{
	margin-top:5px;
}
/*
	style for the option form table.
*/
#option-form-tbl td
{
	padding:1px 0px;;
}
/*
	style for the comment input box.
*/
.comment-box
{
	width:182px;
	height:70px;
}
/*
	style for the submit button 
*/
.submit-button
{
	border: none;
	width:100%;
	height:64px;
	color:#ffffff;
	font-weight:bold;
	font-size:23px;
	display:block;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	line-height:64px;
	background-image:url('../image/button-bg.png');
	background-repeat:no-repeat;
	background-color:transparent;
}
/*
	style for the submit button text when hovered.

*/
.submit-button:hover
{	
	text-decoration:none;
}
/*
	style for the privacy content
*/
.privacy-content
{
	font-size:11px;
}
/*style for the privacy anchored element*/
.privacy-content a
{
	color:#E16500;
}
/*
	FOOTER STYLES 
----------------------------------------------*/

/*
	style for the footer wrapper
*/
#footer-wrapper
{
	background-image:url('../image/footer-bg.gif');
	background-repeat:repeat-x;
	padding-top:12px;
	color:#3d3d3d;
	height:30px;
	font-size:11px;
	vertical-align:top;
	margin-top:15px
}
/*
	style for the footer anchored elements.
*/
#footer-wrapper a
{
	color:#629AA7;
}
/*
	style for the footer copyright text
*/
#copyright-text
{
	text-align:right;
}

/*
	DETAILS STYLES
------------------------------------*/
/* STYLE FOR HEADLINE TEXT
Style to increase the spacing between header main headline and its surroundings. Increase the numerical values in px to increase the spacing;
*/
.headline-text
{
	margin-top:15px;
	margin-right:60px;
	margin-bottom:30px;
	margin-left:40px;
}
/*
	style for the listings block of the feature content - bullets
*/
ul#features-listings
{
	list-style:none
}

/*
	style for the each bullet point.
*/
ul#features-listings li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EA7E25;
	font-size:16px;
	background-image:url('../image/bullet01.gif');
	background-repeat:no-repeat;
	margin-bottom:25px; padding-left:40px; padding-right:10px; padding-top:0px; padding-bottom:10px;
}


/*
	BOTTOM DTLS
--------------------------------------------------------------*/
/*
	style for the bottom details content wrapper
*/
.dtls-wrapper
{
	border-top:5px solid #629AA7;
	background-color:#F8F8F8;
	padding:15px;

}
/*
	style for the bottom right box.
*/
.container-bordered
{
	border:1px solid #629AA7;
}
/*
	style for the heading text of the bottom right column
*/
.container-header-text
{
	background-color:#629AA7;
	color:#ffffff;
	padding:10px;
	font-size:18px;
	font-weight:bold;
}
/*
	style for th listings block of the page bottom details
*/
ul.dtls-listings
{
	list-style:none;
}
/*
	style for the each listing of the page bottom details.
*/
ul.dtls-listings li
{
	margin:15px 0px;
	margin-left:30px;
	list-style-type:circle;
	background-repeat:no-repeat;
}
/*
	style for the listings block of terms and condition 
*/
.terms-listings
{
	margin-left:40px;
}
/*
	style for the each listing of the terms and conditions.
*/
.terms-listings li
{
	margin-bottom:10px;
}
/*
	style for the logo text
*/
a#logo-text
{
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}
/*style for the text of the logo when hovered.*/
a#logo-text:hover
{
	text-decoration:none;
}
/*style determining the position of image below the option box.*/
.image-cell
{
	text-align:center;
}
.image-cell img
{
	border:1px solid #5B909C;
	padding:5px;
}

/*
	style for the details text 
*/
.details-content-text-cell
{
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:0px;
}
/*
	style for headline text
*/
.headline-text
{
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

/*style for home page image cell*/
#home-page-image-cell
{
	width:356px;/* same size of the image used*/
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:center; /*possible values left, right and center*/
	vertical-align:top; /*possible values top, middle and bottom*/
}