/* CSS Document */


/*      Reset      */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr {
	display: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}




/*  General  */

body {
	font-family: Tahoma;
	font-size: 76%
}
a.B_homeCrumb, a.B_crumb {
color:#0EA3BB;
}
#wrapper {
	font-size: 1em;
}




#wrapper {
	
	background: url(../images/body-middle-bg.jpg) center top repeat-y;

}

#wrapper-top {
	
	background: url(../images/body-top-bg.jpg) center top no-repeat;

}

#wrapper-bottom {
	
	background: url(../images/body-bottom-bg.jpg) center bottom no-repeat;
	
	padding: 0 0 215px 0;

}




#main-content {
	
	position: relative;
	
	width: 960px;
	
	margin: 0 auto;
	
}

#header {
	
	position: relative;
	
	height: 222px;

	overflow: hidden;

}

#header h1 {
	
	position: absolute;
	
	top: 0;
	
	left: 111px;

}

#header h1 a {
	display: block;
	/*background: url(../images/header-h1.jpg) no-repeat;*/
	width: 305px;
	height: 135px;
	text-indent: -999em;
	overflow: hidden;
}

#header a.request {
	float: right;
	margin: 180px 20px 0 0;
	width: 243px;
	height: 36px;
	padding: 9px 0 0 0;
	display: block;
	display: inline;
	background: url(../images/header-request-bg.jpg);
	color: #009cb7;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}


       .ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}

#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}


#menu {
	
	width: 960px;
	
	height: 25px;
	
	margin: 10px 0 50px 10px;
	
}





#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	display: inline;
	display: block;
	height: 24px;
	font-size: 1.4em;
	padding: 1px 0 0 0;
	text-align: center;
	color: #009db6;
	text-decoration: none;
	letter-spacing: 2px;
}

#menu ul li a.Home {
	width: 85px;
}

#menu ul li a.Home:hover,
#menu ul li.active a.Home  {
	/*background: url(../images/header-menu-bg.gif) 0 0;*/
	background: url(../images/header-menu-bg.jpg) 0 0;
}

#menu ul li a.Webdesign {
	width: 138px;
}

#menu ul li a.Webdesign:hover,
#menu ul li.active a.Webdesign {
	/*background: url(../images/header-menu-bg.gif) -85px 0;*/
	background: url(../images/header-menu-bg.jpg) -85px 0;
}

#menu ul li a.Services {
	width: 113px;
}

#menu ul li a.Services:hover,
#menu ul li.active a.Services {
	/*background: url(../images/header-menu-bg.gif) -223px 0;*/
	background: url(../images/header-menu-bg.jpg) -223px 0;
}

#menu ul li a.Samples {
	width: 157px;
}

#menu ul li a.Samples:hover,
#menu ul li.active a.Samples {
	/*background: url(../images/header-menu-bg.gif) -336px 0;*/
	background: url(../images/header-menu-bg.jpg) -336px 0;
}

#menu ul li a.Reviews {
	width: 170px;
}

#menu ul li a.Reviews:hover,
#menu ul li.active a.Reviews {
	/*background: url(../images/header-menu-bg.gif) -493px 0;*/
	background: url(../images/header-menu-bg.jpg) -493px 0;
}

#menu ul li a.About {
	width: 120px;
}

#menu ul li a.About:hover,
#menu ul li.active a.About {
	/*background: url(../images/header-menu-bg.gif) -663px 0;*/
	background: url(../images/header-menu-bg.jpg) -663px 0;
}

#menu ul li a.Contact {
	width: 140px;
}

#menu ul li a.Contact:hover,
#menu ul li.active a.Contact {
	/*background: url(../images/header-menu-bg.gif) -785px 0;*/
	background: url(../images/header-menu-bg.jpg) -785px 0;
}





#content {
	
	display: table;
	
	width: 960px;
	
	margin: auto;
	
	padding: 0 0 20px 0;
	
}

#center {
	
	margin: 0 0 0 0;

}





#center p {
	font-size: 1em;
	line-height: 15px;
	color: #636363;
}

#center p.tit,
#center p.tit3,
#right-col.interior  h3 {
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 16px;
	color: #3fb4c6;
	margin: 0 0 10px 0;
}

#center p.tit a,
#center p.tit3 a {
	text-decoration: none;
	color: #3fb4c6;
}

#center p.tit3 {
	font-size: 1.2em;
}

#center p.tit2 {
	font-size: 1.1em;
	letter-spacing: 2px;
	line-height: 15px;
	color: #8ecd7e;
	margin: 0 0 5px 0;
}

#center p.earth {
	background: url(../images/info-box-img6.jpg) 185px bottom no-repeat;
	padding: 0 0 30px 0;
}

#left-col {	
	float: left;
	width: 330px;
	padding: 0 0 0 0;
	background: url(../images/left-col-bg.gif) right repeat-y;
}

#left-col div.info-box {
	float: left;
	width: 320px;
	padding: 0 0 30px 0;
}

#left-col div.info-box img {
	float: left;
	margin: 30px 5px 0 0;
}

#left-col div.info-box p {
	float: left;
	width: 240px;
}

/*MY CODE*/
#left-col div.info-box p a{
	color: #0EA3BB;
        text-decoration: none;
}

#left-col div.info-box ul {
	float: left;
	width: 200px;
}

#left-col div.info-box ul li {
	float: left;
	width: 200px;
	list-style: none;
	padding: 0 0 0 15px;
	background: url(../images/home-left-ul-bg.gif) 0 7px no-repeat;
}

#left-col div.info-box ul li a {
	text-decoration: none;
	color: #009cb7;
	font-size: 1.2em;
}

#left-col div.event {
	width: 316px;
	margin: 0 0 0 -5px;
	background: url(../images/event-bg.gif) repeat-y;
}

#left-col div.event .top {
	width: 316px;
	background: url(../images/event-top-bg.gif) top no-repeat;
}

#left-col div.event .bottom {
	width: 301px;
	padding: 15px 0 20px 15px;
	background: url(../images/event-bottom-bg.gif) bottom no-repeat;
}

#left-col div.event p {
	color: #686868;
}

#left-col div.event p a {
	color: #3aafc1;
	font-size: 1em;
	text-decoration: none;
}

#right-col {	
	float: left;
	width: 615px;
}

#right-col div.col1 {	
	float: left;
	width: 375px;
	padding: 0 0 0 10px;
	background: url(../images/left-col-bg.gif) right repeat-y;
}

#right-col div.col1 p {	
	width: 340px;
	/*font-size: 1em;*/
	line-height: 16px;
}



#right-col div.col1 p.tit,
#right-col div.col2 p.tit {	
	font-size: 1.2em;
}

#right-col div.col1 p a {
	color: #0ea3bb;
}


#right-col div.col1 p.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	margin: 25px 0 0 0;
	line-height: 23px;
}

#right-col div.col1 p.testimonial span {
	float: right;
	margin: 0 35px 0 0;
	font-size: 0.7em;
}

#right-col div.box {
	float: left;
	margin: 15px 0 0 0;
	width: 353px;
	height: 425px;
	padding: 20px 0 0 20px;
	background: url(../images/center-box-bg.gif);
}

#right-col div.box p.desc {
	width: 315px;
	margin: 5px 0 0 12px;
	letter-spacing: 1px;
}

#right-col div.box p.top {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col div.box img {
	margin: 10px 0 0 12px;
}

#right-col div.col2 {
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
}

#right-col div.col2 input {
	width: 200px;
	height: 16px;
	margin: 0 0 20px 0;
	border: 1px solid #bfe6ed;
	color: #10a2bb;
}

#right-col div.video {
	width: 211px;
	height: 171px;
	/*background: url(../images/video-bg.gif);*/
}

#right-col div.large-box {
	width: 211px;
	margin: 30px 0 0 0;
	background: url(../images/large-box-bg.gif) repeat-y;
}

#right-col div.large-box .top {
	width: 211px;
	background: url(../images/large-box-top.gif) top no-repeat;
}

#right-col div.large-box .bottom {
	width: 201px;
	padding: 100px 0 10px 10px;
	background: url(../images/large-box-bottom.gif) bottom no-repeat;
}

#right-col div.large-box .sign {
	position: absolute;
	top: 565px;
	/*width: 246px;*/
	width: 243px;
	/*height: 49px;*/
	height: 38px;
	padding: 20px 0 0 30px;
	margin: 0 0 0 -85px;
	background: url(../images/featured-website-client-nt.png);
}

#right-col div.large-box .sign p {
	font-size: 1.4em;
	width: auto;
	letter-spacing: 2px;
}

#right-col div.large-box p {
	width: 190px;
	color: #696969;
	line-height: 21px;
	margin: 0 0 20px 0;
	letter-spacing: 2px;
}

#right-col div.large-box p.large {
	font-size: 1.5em;
	line-height: 21px;
}

#right-col div.large-box p.large span {
	color: #c10001;
	font-size: 0.9em;
	letter-spacing: 1px;
}

#right-col div.buttons {
	float: left;
	width: 600px;
	height: 71px;
	margin: 0 0 0 10px;
	display: inline;
	background: url(../images/quick-quote-box-big-warrow.jpg);
}

#right-col div.buttons p {
	float: left;
	width: 200px;
	font-size: 1.5em;
	line-height: 19px;
	letter-spacing: 2px;
	margin: 15px 0 0 30px;
	display: inline;
}

#right-col a.request {
	float: right;
	margin: 0 0 0 0;
	display: inline;
	width: 343px;
	height: 46px;
	padding: 20px 0 0 10px;
	display: block;
	display: inline;
	color: #009cb7;
	font-size: 2em;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}





/*          portfolio.html          */

#right-col.interior {
	width: 590px;
	padding: 0 0 0 25px;
}


#right-col.interior div.buttons {
	margin: 0 0 0 -20px;
}

#right-col.interior p, #right-col.interior  h3 {
	margin: 0 30px 10px 0;
	font-size: 1.2em;
	line-height:17px; //added on sept 6th
}


#right-col.interior p.tit,  #right-col.interior  h3{
	font-size: 1.4em;
	line-height: 18px;
font-weight:normal;
}

#right-col p a {
	text-decoration: none;
	color: #009cb7;
}

#right-col div.line {
	float: left;
	width: 590px;
	margin: 30px 0 0 0;
}

#right-col div.line img {
	float: left;
	margin: 0 15px 0 0;
}

#right-col div.line ul li {
	float: left;
	width: 250px;
	font-size: 1.1em;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/home-left-ul-bg.gif) 0 5px no-repeat;
}

#right-col.interior div.col1 p,
#right-col.interior div.col2 p,
#right-col div.line p {
	
	/*margin: 0;*/
	margin: 0pt 30px 10px 0pt;
	
}

#right-col a.web,
#right-col.interior div.col1 a.square,
#right-col.interior div.col2 a.square {
	float: left;
	display: block;
	width: 260px;
	height: 29px;
	padding: 7px 0 0 0;
	margin: 15px 0 0 -10px;
	background: url(../images/portolfio-box-bg.jpg);
	color: #414141;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

#right-col #bubble {
	float: left;
	width: 487px;
	margin: 20px 0 15px 0;
	background: url(../images/bubble-bg.gif) center repeat-y;
}

#right-col #bubble div.top {
	width: 487px;
	background: url(../images/bubble-top-bg.gif) top no-repeat;
}

#right-col #bubble div.bottom {
	width: 457px;
	padding: 20px 0 30px 30px;
	background: url(../images/bubble-bottom-bg.gif) bottom no-repeat;
}

#right-col #bubble p {
	font-size: 1.8em;
	line-height: 28px;
}

#right-col #bubble p.sign {
	font-size: 1.2em;
	margin: 10px 0 0 120px;
}

#right-col #bubble.samples {
	float: right;
	margin: 20px 20px 0 0;
}

#right-col.interior div.col1 a.square {
	text-align: left;
}





/*          services.html          */


#right-col.interior div.col1 a.square,
#right-col.interior div.col2 a.square {
	width: 248px;
	padding: 9px 0 0 12px;
	margin: 0px 0 30px -10px;
	font-size: 1em;
	height: 23px;
	text-align: left;
}

#right-col.interior div.col1 {
	width: 262px;
	margin: 20px 0 0 0;
	padding: 0;
}

#right-col.interior div.col2 {
	width: 280px;
	margin: 20px 0 0 0;
	padding: 0 0 0 25px;
}

#right-col.interior div.col1 p {
	width: 240px;
}









#footer {
	
	width: 960px;
	
	height: 55px;
	
	padding: 15px 0 0 0;

}

#footer img {
	
	float: left;

}

#footer p {
	
	float: left;
	
	margin: 10px 25px 0 10px;
	
	color: #1da7c1;
	
	font-size: 1.2em;
	
	letter-spacing: 2px;

}

#footer a {
	
	color: #1da7c1;
	
	text-decoration: none;

}



