/*
Theme Name: Yaz Yasmin Theme

January 25th, 2010

*/

html { 
	border: 0; 
}

body{
	background: url('images/Digitek_Recall_01.jpg') 0 0 repeat-x #357c83;
	margin: 0;
	padding: 0;
	font: normal 12px verdana, helvetica, sans-serif;
}


img { 
	display:block; 
	border: 0;
}

td>img { 
	vertical-align:bottom; 
}

textarea{
	font-family:Arial;
	font-size: 12px;
}

address {
	font-style: normal;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover{
	color:#033;
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.editlink a {
	font-size: 10px;
	color: #c60;
}

/* Headers */


h1, h2, h3, h4, h5, h6{
	color:#000;
	font-family:'Geneva', Arial, Helvetica, sans-serif;
}

h1 {
	/*font-size: 18px;*/
	font-size: 140%;
	line-height: 18px;
}

h2{
	/*font-size:15px; */
	font-size: 125%;
	line-height:18px;
}

h3{
	/*font-size:15px;*/
	font-size: 125%;
}	

h5{
	color:#314f69;
	/*font-size:18px;*/
	font-size: 140%;
	line-height:18px;
}


/* Tables */


table,tr,td{
	font-family:Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}



/* Generic classes */

.small {
	font-size: 10px;
}

.hidden {
	display: none;
	visibility: hidden;
}


/* new HTML/CSS layout */

#main-contain {
	margin: 0 auto;
	width: 899px;
}

.shadow-contain {
	padding: 0 17px 0 16px;
	background: url('images/bg-content.jpg') 0 0 no-repeat;
}

#header {
	background: url('images/header.jpg') 0 0 no-repeat;
	height: 93px;
	text-indent: -99999em;
}

#header h1 {
	padding: 0;
	margin: 0;
}

.header-image {
	background: url('images/header-image.jpg') 0 0 no-repeat #fff;
	width: 866px;
	height: 286px;
	text-indent: -99999em;
}


	
	div.sub-pages li.current_page_item a {
		font-weight: bold;
	}
	
	div.sub-pages li a:hover {
		text-decoration: none;
		background-color: #cdd2d9;
	}

/* Side Menu Styles */

#navigation {
	float: left;
	width: 145px;
/*	background-color: #cdd2d9;*/
}

	#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	
	#navigation ul li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#navigation ul li.selected {
		font-weight: bold;
	}
	
	#navigation ul li a {
		display: block;
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #86a8c4;
		color: #6e6f3e;
		background: url('images/arrow.gif') 6px center no-repeat;
		font-size: 11px;
		text-decoration: none;
	}
	
	
	#navigation ul li a:hover {
		background-color: #cdd2d9;
		text-decoration: none;
	}
	
		#navigation ul li ul {
			display: none;
			visibility: hidden;
		}
		
		#navigation ul li.selected ul {
			display: block;
			visibility: visible;
		}
		
		#navigation ul li.selected ul li {
			font-weight: normal;
		}
		
		#navigation ul li.selected ul li.selected {
			font-weight: bold;
		}

	#navigation ul li ul li a {
		padding: 3px 0 3px 20px;
		background: #8ba4bc;
		color: #fff;
		border: 0;
	}

	#navigation ul li ul li a:hover {
		background-color: #345B82;
	}



/* Suckerfish menu styles */


#suckerfishnav-contain {
	background: url("images/menu-background.gif") 0 0 repeat-x transparent;
	height: 53px;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 1000;
}

#suckerfishnav, 
#suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	margin:0;	
	position: relative;
	z-index: 1000;
}

#suckerfishnav a {
	display:block;
	text-decoration:none;
	color:#53969c;
	font-family: helvetica, arial, verdana, sans-serif;
	padding: 0 0 0 30px;
	font-size: 19px;
	cursor: pointer !important;
	margin: 0 10px 0 0;
	line-height: 1;
	height: 53px;
}

	#suckerfishnav li a span {
		display: block;
		padding: 15px 30px 15px 0;
	}

	#suckerfishnav a:hover {
		background: url('images/menu-left-on.gif') 0 0 no-repeat;
		color: #327278;
	}
	
	#suckerfishnav a:hover span {
		background: url('images/menu-right-on.gif') right 0 no-repeat;
	}


#suckerfishnav li {
	float:left;
	padding:0;
}


#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;	
	width:181px;
	font-weight:normal;
	line-height:1;	
	border:0;
	border-top:1px solid #175435;
	background: none;	
	margin-left: 10px;
}

	#suckerfishnav ul ul {
		margin-left: 180px !important;
		margin-top: -22px;
	}

#suckerfishnav li li {	
	width:169px;
}

#suckerfishnav li li a {
	padding:4px 10px;
	width: 159px;
	font-size:12px;
	color:#fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #32515b;
	border-top: 0;
	background-color: #53969c;
	height: auto;
}

	#suckerfishnav li li a:hover {
		background-color: #A25044;
		background-image: none;
		color: #fff;
	}


/* menu behavior */
#suckerfishnav li:hover ul ul, 
#suckerfishnav li:hover ul ul ul, 
#suckerfishnav li:hover ul ul ul ul, 
#suckerfishnav li.sfhover ul ul, 
#suckerfishnav li.sfhover ul ul ul, 
#suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}

#suckerfishnav li:hover ul, 
#suckerfishnav li li:hover ul, 
#suckerfishnav li li li:hover ul, 
#suckerfishnav li li li li:hover ul, 
#suckerfishnav li.sfhover ul, 
#suckerfishnav li li.sfhover ul, 
#suckerfishnav li li li.sfhover ul, 
#suckerfishnav li li li li.sfhover ul  {
	left:auto;
}




/* Content area */	

#content {
	background: url('images/Digitek_Recall_21_bg.gif') -17px top repeat-y;
}


	
#primary-content {
	background: url('images/Digitek_Recall_Welcome.gif') -1px 0 no-repeat #fff;
	float: left;
	width: 578px; /* 622 - 44 */
/*	width: 430px;*/
	padding: 0 21px 50px 23px;
	line-height: 22px;
}

	.menu #primary-content {
		width: 578px;
	}

	.welcome-header {
		text-indent: -99999em;
		height: 60px;
	}
	
	.page-options {
		padding: 0;
		margin: 0 -15px 0 0;
		list-style: none;
		float: right;
	}
	 /* for double-margin float bug */
	* html .page-options {
		margin: 0 -7px 0 0;
	}
	
		.page-options li {
			float: left;
		}
		
		.page-options li a {
			display: block;
			height: 20px;
			text-indent: -99999em;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.button-email a {width: 66px; background-image: url('images/hotbuttons2.gif');}
		.button-print a {width: 65px; background-image: url( 'images/hotbuttons3.gif');}
		.button-font-size a {width: 93px; background-image: url('images/hotbuttons4.gif');}
		
			/* shows and hides one of the two font-sizing buttons, depending on session fontsize */
			.current-medium .medium-button,
			.current-large .large-button {
				display: none; 
				visibility: hidden;
			}


	#primary-content h1 {
		padding: 25px 0 0 0;
	}
	
	.news-date {
		font-size: 11px;
		text-transform: uppercase;
		color: #357c83;
		margin: -10px 0 0 0;
	}
	
/* Content area - subpages */

div.sub-pages {
	float: right;
	width: 205px;
	clear: right;
	background: url('images/bg-sidebar-bottom.gif') left bottom no-repeat;
	margin: 20px 0 10px 10px;
	padding: 0 0 15px;
}

	div.sub-pages div.sub-header {
		background: url('images/bg-sidebar-top.gif') 0 0 no-repeat;
		width: 205px;
		height: 12px;
	}

div.sub-pages ul,
div.sub-pages li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.sub-pages ul {
	margin: 0 10px;
}
	div.sub-pages li {
		display: inline;
	}

	div.sub-pages li a {
		display: block;
		padding: 8px 4px 8px 18px;
		font-size: 0.9em;
		line-height: 1.3em;
		color: #4d636a;
		text-decoration: none;
		background: url('images/arrow.gif') 6px center no-repeat;
	}
	
	div.sub-pages li ul li a {
		padding: 3px 0 3px 30px;
	}
	
	div.sub-pages li.current_page_item a {
		font-weight: bold;
	}
	
		div.sub-pages li ul li a {
			background-position: 16px center;
		}
		
		div.sub-pages li.current_page_item ul li a {
			font-weight: normal;
		}
	
	div.sub-pages li a:hover {
		text-decoration: none;
		background-color: #DFDFDF;
	}
	
/* Content area - images */

/* Captions */
#primary-content .aligncenter,
#primary-content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#primary-content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#primary-content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#primary-content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
#primary-content p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#primary-content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#primary-content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#primary-content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#primary-content .alignright {
	float: right;
	margin-right: 0;
	}

#primary-content .alignleft {
	float: left;
	margin-left: 0;
	}
/* End Images */







/* Sidebar Styles */

#secondary-content {
	float: right;
	width: 244px;
	background: url('images/bg-sidebar.gif') 0 bottom no-repeat;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
}

.sidebar-content-back {
	background: transparent url('images/Digitek_Recall_14.jpg') no-repeat scroll 0 0;
	width: 244px;
	position: absolute;
	top: 117px;
	left: 0;
	height: 397px;
}


#secondary-content h3.contact-us-header {
	margin: 0;
	padding: 0; 
}

#secondary-content h3.contact-us-header a {
	display: block;
	width: 244px;
	height: 117px;
	background: url('images/Digitek_Recall_13.gif') 0 0 no-repeat;
	text-indent: -99999em;
}

#secondary-content form {
	display: block;
	padding: 0 18px;
	color:#327278;
	font: bold 85%/140% 'Geneva',Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	position: relative;
	overflow: hidden;
}

#secondary-content form select,
#secondary-content form select option {
	text-transform: none;
}

#secondary-content form label {
	display: block;
	padding: 3px 0 2px;
}

#secondary-content form .name input,
#secondary-content form .city input,
#secondary-content form .email input,
#secondary-content form .phone input,
#secondary-content form .start input,
#secondary-content form .stop input,
#secondary-content form .about textarea,
#secondary-content form .captcha span input {
	border: 1px solid #000;
	font: normal 11px Verdana,Helvetica,Sans-Serif;
	margin-bottom: 2px;
	padding: 1px;
	width: 200px !important;
	display: block;
}

#secondary-content form .about textarea,
#secondary-content form .how-long textarea {
	height: 60px;
}

#secondary-content form div.injuries,
#secondary-content form div.pills {
	padding: 5px 0 8px;
}

	#secondary-content form div.pills span.wpcf7-list-item {
		display: block;
		float: left;
		width: 100px;
		margin-left: 0;
	}

#secondary-content form .suffered .wpcf7-form-control-wrap {
	display: block;
	width: 220px;
	margin: 0 -20px 0 0;
}

#secondary-content form .suffered .wpcf7-list-item {
	display: block;
	float: left;
	width: 112px;
	margin: 0 0 0 -2px;
	font-size: 10px;
/*	font-weight: normal;*/
}


#secondary-content form .suffered .wpcf7-list-item input {
	padding: 0;
	margin: 0;
}

#secondary-content form .represented {
	padding: 5px 0;
}
	
	#secondary-content form .represented .wpcf7-list-item {
		display: block;
		float: left;
	/*	width: 70px;*/
	}

	#secondary-content .captcha {
		padding: 10px 0 0 0;
	}

	#secondary-content form .captcha label {
		padding-bottom: 0;
		margin-bottom: 0;
	}


	#secondary-content form .captcha p {
		text-transform: none;
		font-weight: normal;
		padding: 2px 0 3px;
		margin: 0;
		line-height: 1;
		font-size: 11px;
	}

	#secondary-content .captcha img {
		float: left;
		margin-right: 4px;
	}

	#secondary-content form .captcha span input {
		width: 130px;
	}



#secondary-content form button {
	background: url('images/button-submit.gif') 0 0 no-repeat;
	display: block;
	width: 145px;
	border: 0;
	padding: 0;
	height: 22px;
	text-indent: -99999em;
	margin: 20px auto 0;
	cursor: pointer;
}

#secondary-content form .note {
	font: normal 10px helvetica, arial, sans-serif;
	padding: 10px 0 0 0;
}

#secondary-content textarea.case-info {
	width: 190px; 
	height: 80px;
}



#secondary-content .contact-info {
	width: 244px;
	height: 181px;
	background: url('images/contactinfo.jpg') 0 0 no-repeat;
	position: relative;
	text-indent: -99999em;

}

#secondary-content .about-us {
	margin: 20px 0 0 0;
	padding: 10px 17px 0 16px;
	position: relative;
	line-height: 20px;
	border-top: 1px solid #547395;
}

#secondary-content form .captcha {
	padding: 10px 0 0 0;

}

#secondary-content form .captcha label {
	padding-bottom: 0;
	margin-bottom: 0;
}


#secondary-content form .captcha p {
	text-transform: none;
	font-weight: normal;
	padding: 2px 0 3px;
	margin: 0;
	line-height: 1;
	font-size: 11px;
}

#secondary-content .captcha img {
	float: left;
	margin-right: 4px;
}

#secondary-content form .captcha span input {
	width: 130px;
}

#secondary-content .wpcf7-mail-sent-ok {
	display: none !important;
	visibility: hidden !important;
}

#secondary-content .wpcf7-response-output.wpcf7-mail-sent-ng,
#secondary-content .wpcf7-response-output.wpcf7-spam-blocked,
#secondary-content .wpcf7-response-output.wpcf7-validation-errors {
	background-color:#DFDCB5;
	border:1px solid #fff;
	margin:17px;
	padding:17px;
}





/* content footer */

#content-footer {
	background: url('images/bg-content-footer-contact.gif') 0 0 no-repeat;
	width: 866px;
	clear: both;
	height: 56px;
	text-indent: -99999em;
}




/* Footer */

#footer {
	background: #357c83;
	color: #fff;
	padding: 45px 17px 30px 16px;
	line-height: 20px;

}

	#footer a {
		color: #fff;
	}
	
	#footer a:hover{
		color:#ffc;
	}


#footer .navigation {
	padding: 0 0 10px 0;
}

#footer .site-links {
	float: right;
	text-align: right;
}

	#footer .copyright {
		font-size: 10px;
	}
	
	#footer address {
		display: block;
		padding: 10px 0 0 0;
	}


#print-footer {
	display: none;
	visibility: hidden;
}


/* 
Popup Dialog Boxes 
For Email This page to a friend functionality
*/

#email-friend-dialog {
	position: absolute;
	background-color:#F9F9FA;
	border:1px solid #9698A2;
	width: 495px;
}

.email-header {
	color:#006;
	font: bold 15px arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px;
	background: url('images/titlebg.gif') 0 0 repeat-x transparent;
	border-bottom: 1px solid #9698A2;
}

	.email-header a#close-button {
		float: right;
		display: block;
		background: url('images/close.gif') 0 0 no-repeat;
		width: 20px;
		height: 20px;
		text-indent: -99999em;
	}
		.email-header a#close-button:hover {
			background: url('images/closeh.gif') 0 0 no-repeat;	
		}
	
.email-content {
	padding: 10px 10px 30px 10px;
}
	
/* Email form */

.email-content .your-name,
.email-content .your-email,
.email-content .friend-name,
.email-content .friend-email,
.email-content .your-remarks,
.email-content .image-verify,
.email-content .send {
	padding: 0 0 5px;
}


	.email-content .your-name label,
	.email-content .your-email label,
	.email-content .friend-name label,
	.email-content .friend-email label,
	.email-content .your-remarks label,
	.email-content .image-verify label {
		display: block;
		float: left;
		width: 140px;
	}
	
	.email-content .image-verify label{
		width: 160px;
	}
	
	.email-content .image-verify input,
	.email-content .image-verify img {
		display: block;
		float: left;
	}
	
	.email-content .your-name input,
	.email-content .your-email input,
	.email-content .friend-name input,
	.email-content .friend-email input {
		display: block;
		float: left;
		width: 200px;
	}
	
	.email-content .send {
		text-align: right !important;
	}
	
		.email-content .send input {
			margin: 0 0 0 5px;
		}

#wp-email-required {
	float: right;
}
	
/* End Popup Dialog Boxes */



/* Popup Frame */
	iframe.ipopup { 
		border:0px; 
		margin:0px; 
	}
/* End Popup Frame */



/* CSS Hacks */

.clearfix:after,
.wpcf7-list-item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix,
.wpcf7-list-item {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,
* html .wpcf7-list-item {height: 1%;}
.clearfix,
.wpcf7-list-item {display: block;}
/* End hide from IE-mac */



