/*	Pradip Wagle
	Creative Web - Designer
	
	+977-9841052441
	pradip.wagle4@gmail.com
	
-------------------------------------------------------------------------------- */
/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	May 13, 2011. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Pradip Wagle
	p r a d i p  w a g l e @ g m a i l . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Pottsys Place Rego Inspections. All Rights Reserved.
*/

/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/
/* CSS Document */

body{margin:0; padding:0; background-color:#000000; font-family:Georgia, "Times New Roman", Times, serif;}
.floatLeft{float:left}
.floatRight{float:right; margin-right:20px}
.spacer{width:100%; height:20px; clear:both; font-size:12px}
h1{font-size:18px; font-weight:bold; color:#000000; border-bottom:1px solid #000000; margin:10px 0 5px 15px; padding-bottom:5px}
h2{font-size:18px; font-weight:bold; color:#000000; border-bottom:1px solid #000000; margin:15px 0 5px 0px; padding-bottom:5px}
h3{font-size:18px; font-weight:bold; color:#000000; border-bottom:1px solid #000000; margin:10px 0 5px 0px; padding-bottom:5px; padding-left:5px}
h4{font-size:16px; font-weight:bold; color:#ffffff; padding-bottom:5px}
.bold{font-weight:bold}
.red{color:#ca0a0a}

#wrapper{width:100%; background-image:url(../images/bannerBg.jpg); background-repeat:repeat-x; background-color:#0094ca; overflow:hidden; display:block}

/*******banner starts here************/
#banner{width:960px; clear:both; height:100px; margin:0 auto}
#menu{width:290px; height:55px; float:right; margin-top:45px}
#menu ul{ list-style-type:nones}
#menu li{font-size:14px; float:left; list-style:none; text-decoration:none; padding:15px 0px; margin-left:5px}
#menu li a{ list-style:none;  padding:15px 20px;}
#menu li a:hover, #menu li a.active{background-image:url(../images/menuHoverBg.jpg); background-repeat:repeat-x}  

/*********bodypart starts here************/
#bannerImages{width:960px; overflow:hidden; display:block; margin:0 auto}
#rightpart{width:500px; overflow:hidden; display:block; float:right}
.safety{float:left; margin-left:15px}
.booking{height:34px; width:500px;}
.booking ul {}
.booking li{ float:left; background-color:#fbcd60; padding:10px 10px; margin-right:18px; font-family:Arial, Helvetica, sans-serif; 
			font-size:14px; font-weight:bold; color:#000000}
			
/**************content starts here**********************/
#contentBg{width:960px; overflow:hidden; display:block; margin:0 auto}
.content{width:960px; overflow:hidden; display:block; background-color:#FFFFFF}
.leftContent{float:left; width:253px; background-image:url(../images/contentLeftBg.jpg); background-repeat:repeat-x; background-color:#FFFFFF; margin-top:20px}

.services{margin:10px 0 10px 0}
.services ul{}
.services li{font-size:12px; color:#000000; line-height:20px; padding-left:20px; list-style:inside circle}

.readMore{font-size:12px; font-weight:bold; color:#ff070d; float:right; margin-right:25px; padding-bottom:20px}

.contentMid{width:450px; overflow:hidden; display:block; float:left; margin-left:20px}
.contentMid p{font-size:12px; line-height:18px; text-align:justify}

.rightContent{float:right; width:220px; background-image:url(../images/contentLeftBg.jpg); background-repeat:repeat-x; background-color:#FFFFFF; margin-top:20px}
.contactInfo{background-color:#FFFFFF; width:190px; overflow:hidden; display:block; margin:15px}
.contactInfo p{font-size:12px; line-height:18px; color:#000000; padding:5px}

#footer{width:960px; overflow:hidden; display:block; margin:0 auto}
.copyRight{color:#FFFFFF; font-size:12px; float:left; padding:20px}
.desined{color:#FFFFFF; font-size:12px; float:right; padding:20px}
.desined a{color:#ca0a0a; list-style:none; text-decoration:none}
.desined a:hover{color:#FFFFFF}

/***************for contact page***********************/
.map{float:left; margin-left:50px}
.form{float:right; margin-right:100px}
.text{color:#FFFFFF; font-size:14px; padding:5px 0}

/**********for faq page*********************/
#faq{width:960px; overflow:hidden; display:block; margin:0 auto}

.faqText{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000; text-align:justify; padding-left:20px; padding-right:15px}
.faqText li{list-style:inside circle; line-height:20px; font-weight:normal; color:#000}


