/* css information
--------------------------------------------------------

	vicker inc							screen css
	author								elias eldabbagh
	started								April 20, 2007

	main light blue 					16aadd
	main text							000000
	dark text							00212c
	footer								ffffff
	
-------------------------------------------------------- */

* { padding: 0; margin: 0; border: 0; } 

body {
	font-size: 76%;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;
	text-align: center;
	background: #fff url('../images/back-top.gif') repeat-x left top;
	color: #fff;
}

li { list-style: none; }
.hide { display: none; }

/* global interface elements
-------------------------------------------------------- */
#tagline {
	height: 31px;
	text-align: right;
	width: 756px;
	margin: 0 auto;
}

#tagline h2 {
	font-weight: normal;
	font-size: 1em;
	padding: 7px;
	color: #43616e;
}

#home #header-wrapper {
	background: url('../images/back-header.gif') repeat-x left top;
	height: 209px; width: 100%;
	margin-top: 31px;
}

#home #header-image {
	background: url('home.css') no-repeat right top;
}


#header-wrapper {
	background: url('../images/back-header-sub2.gif') repeat-x left top;
	height: 120px; width: 100%;
}

#header-image {
	background: url('home.css') no-repeat right top;
}


#content-wrapper {
	background: #16aadd;
	width: 100%;
	float: left;
}

#footer-wrapper {
	background: #fff url('../images/back-bot.gif') repeat-x left top;
	width: 100%;
	float: left;
}

#footer {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}

#nav {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}

#content {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding: 41px 0;
}

#left {
	position: relative;
	width: 215px;
	height: 300px;
	float: left;
	padding-bottom: 41px;
}

#right {
	position: relative;
	width: 511px;
	float: left;
	right: -32px;
	padding-bottom: 41px;

}

#brandmark {
	float: left;
	background: url('../images/big-brandmark.gif') no-repeat left bottom;
}






/* navigation elements
-------------------------------------------------------- */
#home #replacelogo {
	position: relative;
	top: 0; left: -238px;
	width: 600px; height: 209px;
	background: url('../images/header.png') no-repeat;
}

#home #replacelogo h2 {
	display: block;
	width: 398px; height: 209px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#home #replacelogo a {
	display: block;
	width: 398px; height: 209px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#replacelogo {
	position: relative;
	top: 0; left: -238px;
	width: 600px; height: 120px;
	background: url('../images/vicker-logo-sub.gif') no-repeat;
}

#replacelogo h2 {
	display: block;
	width: 344px; height: 120px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#replacelogo a {
	display: block;
	width: 344px; height: 120px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#nav-wrapper { background: url('../images/back-nav.gif') repeat-x left top;
}

#nav {	height: 31px; position: relative; }

#nav ul {
	text-align: right;  
	width: 600px; 
	position: absolute;
	right: 0; 
}

#nav li { display: inline; float: right; }

#nav #nav-home {
	position: absolute;
	left: 0; 
}

#nav a {
	display: block;
	float: left;
	padding: 6px 12px;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}

#nav a:hover { color: #16aadd; }

#nav a.current { background: url('../images/back-nav-current.gif') repeat-x left top; 
color: #fff; }

#subnav { width: 230px; }

#subnav li { display: inline; }

#subnav li a {
	padding: 3px;
	display: block;
	text-decoration: none;
}

#subnav li li a {
	padding-left: 12px !important;
	font-size: 0.9em;
}

#subnav a.current {
	color: #000000;
}









/* home elements
-------------------------------------------------------- */
#home .dyk li {
	padding: 0 0 9px 21px;
	background: url('../images/bullet-brandmark.gif') no-repeat left top;
}

#home .dyk li.last {
	padding: 0 0 21px 0 !important;
	background: none !important;
}

#home .news li {
	padding: 3px 0 3px 21px;
	background: url('../images/bullet-arrow.gif') no-repeat left center;
	/*position: relative;*/
}

.home-service-wrapper {
	background: url('../images/back-homeservices.gif') repeat-y left top;
	float: left;
	width: 248px; 
	margin-bottom: 41px;
}

.home-service {
	margin: 0 15px;
	height: 142px;
}

.home-service-wrapper div p {
	position: relative;
	padding: 12px 0 0 0;
}

.home-service-wrapper p.more {
	background: url('../images/back-homeservices-bot.png') no-repeat left bottom;
	padding: 15px;
	text-align: right;
}

.home-service-wrapper p.more a {
	background: url('../images/bullet-arrow.gif') no-repeat right center;
	font-weight: bold;
	padding-right: 12px;
}










/* content elements
-------------------------------------------------------- */
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #00212c;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #00212c;
	padding-top: 1em;
}


#right li {
	padding-bottom: 1em;
	line-height: 1.4em;
}


#right p {
	padding-bottom: 1em;
	line-height: 1.4em;
	color: #000000;
}

#right li {
	background: url('../images/bullet-arrow.gif') no-repeat left 5px;
	padding-left: 12px;

	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

#left h3 {
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
}

#home h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 21px;
}

#content a {
	color: #00212c;
}

#footer a:hover {
	color: #16aadd;
}

#content a:hover {
	color: #7F7F7F;
}

#footer p {
	color: #43616e;
	padding: 30px 0;
	text-align: right;
}

#footer a { color: #43616e; }

img.large { padding-bottom: 21px; }









/* tabular elements
-------------------------------------------------------- */
#right table {
	width: 510px;
	border-bottom: 1px solid #fff;
	margin: 2em 0;
}

#right table th {
	font-size: 1em;
	padding: 3px;
	background: #ffffff;
	border-right: 3px solid #16aadd;
}

#right table td {
	padding: 3px;
	font-size: 0.85em;
	border-bottom: 1px solid #fff;
}








/* form elements
-------------------------------------------------------- 
form {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 2em 0;
}

input, select, textarea {
	font: 1.2em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 6px;
	display: block;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #FFF;
}

fieldset { 
	border: none; 
	display: block;
}

label, form p {
	padding: 6px 0 !important;
	margin: 0 !important;
}

legend {
	font-size: 1.4em;
	padding: 6px 0 12px 0;
	color: #00212c;
}

form strong.required { color: #00212c; }

input.normal { width: 460px; }
select.normal { width: 473px; }
textarea.normal { width: 460px; height: 150px; }

p.submit {
	position: relative;
	display: block;
}

input.button {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 15px;
	color: #FFF;
	border: 1px solid #ffffff;
	background: #ffffff;
}
*/

form {
	padding-left: 40px;
}

textarea {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 3px;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #fff;
	width: 380px;

	background: #fff;
	color: #000;
	border: 1px solid #ffffff;
}

select {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 3px;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #fff;
	width: 380px;

	background: #fff;
	color: #000;
	border: 1px solid #ffffff;
}

input {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 3px;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #FFF;
	width: 380px;

	background: #fff;
	color: #000;
	border: 1px solid #ffffff;
}

select {
	width: auto;
}

textarea {
	height: 6em;
}

input.button {
	padding: 3px 15px;
	color: #16aadd;
	border: 1px solid #4c68a1;
	background: #ffffff;
	width: auto;
	cursor: pointer;
}






/* sFIR css
-------------------------------------------------------- */
#pagetitle {
	text-align: right;
	padding: 0 12px;
	background: url('../images/titleback.gif') repeat-x 0 20px;
	height: 50px;
	display: block;
}

#pagetitle h1 { background: transparent; }

.sIFR-replaced { visibility: visible !important; }

.sIFR-flash { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0; top: 0;
	width: 0; height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash #pagetitle h1 {
	text-align: center;
	visibility: hidden;
	float: right;
	font-size: 30px;
}

.sIFR-hasFlash .home-service h2 {
	visibility: hidden;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -6px;
}


/* Custom styles added by Elias Eldabbagh
--------------------------------------------------------

ul.sitemap {
	line-height: 0.5em;
	margin-left: 0em;
}

ul.sitemap li {
	margin-left: 2em;
}

ul.sitemap li ul {
	margin-top: 0.5em;
}

 */
















