/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/
body {background-color:#2F424C; margin:0; padding:0;}

OBJECT {outline:none;}

#container {	
	background-color: #FFF;
	background-image: url(/images/browser_bg.png);
	background-repeat: repeat-x;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:150%;
	letter-spacing:normal;
}
#container.admin_menu {margin-top:23px;}
#menu {
	width:820px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:820px;
	height:91px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 20px #5E8498;
}
#header A.logo_link { 
	position:absolute;
	display:block;
	width:218px;
	height:39px;
	margin:-50px 0 0 0;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header A:hover.logo_link {
	opacity:0.85;
	filter:alpha(opacity=85);
}
#header A.logo_link span.hidden_text {
	display:none;
}
#crumb{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000; 
}
DIV#pageBody_bg {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/container_bg_repeat.png);
	background-repeat:repeat-y;
}
DIV#pageBody {
	min-height:440px;
	height:auto !important;
	height:440px;
	padding:23px 22px 23px 22px;
	background-image:url(/images/container_bg_top.png);
	background-repeat:no-repeat;
}
DIV#bottom_boxes {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 20px #5E8498;
	overflow:hidden;
}
DIV#bottom_boxes .bottom_box { 
	display:inline-block;
	float:left;
	width:170px;
	height:128px;
	margin:25px -5px 0 0 ;
	padding:18px 80px 0 25px;
	border:solid 1px #688C9F;
	background-color:#FFF;
	background-position: right;
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
DIV#bottom_boxes .bottom_box.box_1 { 
	background-image:url('/images/box_1_bg.jpg');
}
DIV#bottom_boxes .bottom_box.box_2 { 
	background-image:url('/images/box_2_bg.jpg');
}
DIV#bottom_boxes .bottom_box.box_3 { 
	background-image:url('/images/box_3_bg.jpg');
}
DIV#bottom_boxes .bottom_box A {
	position:absolute;
	display:block;
	width:272px;
	height:146px;
	margin:-18px -25px 0 -25px;
}
DIV#bottom_boxes .bottom_box A:hover { 
	opacity:0.20;
	filter:alpha(opacity=20);
	background:#5E8498;
}
DIV#bottom_boxes .bottom_box A SPAN.hidden_text {
	display:none;
}
DIV#bottom_boxes .bottom_box H4 {
	margin:0 0 4px 0;
	font-weight:normal;
	font-size:18px;
	letter-spacing:-0.2px;
	color:#2A3B44;
}
DIV#bottom_boxes .bottom_box H4 STRONG {
	margin:0 0 4px 0;
	font-weight:bold;
}

DIV#footer {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:15px;
	text-align:left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align:left;
}

/* Footer */
#footerContent {
	margin-left:-4px;
}
/* Note: Each top-level item is a UL (not an LI within a UL) */
#footerContent ul	{
	list-style:none;
	padding:0 5px 0 5px;
	display:inline;
	font-weight:normal;
	display:inline-block;
	margin:0;
	float:left;
}
#footerContent li	{
	/* necessary for IE to display menu items horizontally */
	float:left;
	display:inline;
	padding:0;
	margin:0;
}
#footerContent A {
	color:#FFFFFF;
	margin-right:2px;
	text-decoration: none;
}
#footerContent A:hover {
	color:#EEEEFF;
	text-decoration: underline;
}
#footerContent P {
	text-align:right;	
}





/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

/* ---------- don't edit collapse defaults*/
div, span 		{margin:0; padding:0; }
a, a img, img 	{border:0; outline-style:none; outline-width:0px;}
/*table, th, td 	{border-collapse:collapse; border:solid 1px #666;}*/

/* ----- headlines -----------------------*/
h1, h1 a, a h1, h2, h2 a, a h2, h3, h3 a, a h3, h4, h4 a, a h4, h5, h5 a, a h5, h6, h6 a, a h6 {
	margin:15px 0 8px 0; 
	padding:0;
	color:#2A3B44; 
	line-height:normal; 
	font-weight:normal; 
	letter-spacing:0;
}
/* note: declare link attributes for headlines - since  */
/* tools arbitrarily put links inside or outside h tags */

h1, h2 {
	font-size:21px; 
}
h1 {
	margin-top:0;
}
h2 {
	margin-top:30px;
}
h3, h4 {
	font-size:18px; 
}
h5, h6  {
	font-size:14px; 
}

/* ----- default text links in content -------*/
a {
	color:#688C9F;
	text-decoration:underline;
}
a:hover {
	color:#2F424C;
	text-decoration:underline;
}
a SPAN.hidden_text {
	display:none ;
}

/* ----- default horizontal rule -------*/
hr {
	margin:5px 0px 20px 0;
	padding:0px;
	border-bottom:2px solid #DDD;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:0;
	display:block;
}
p {
	margin:0 0 12px 0;
}

/* ---------------------------------------------------------------- */
/* ----------------------- COMMON STYLES -------------------------- */
/* ---------------------------------------------------------------- */
.no_display {
	display:none;
}
.hidden {
	visiblity:hidden;
}
.block {
	display:block;
	vertical-align:middle;
}
.block_top {
	display:block;
	vertical-align:top;
}
.inline {
	display:inline-block;
	vertical-align:middle;
}
.inline_top {
	display:inline-block;
	vertical-align:top;
}

ul.checkmarks {
	list-style-type:none;
	margin:0 0 10px 0;
}
ul.checkmarks li {
	list-style-type:none;
	margin:3px 5px 0 -37px;
	padding:0 0 0 25px;
	display:inline-block;
	vertical-align:top;
	background-image:url('/images/ul_checklist_bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	line-height:145%;
}


/*** Spinner ***/
.spinner {
	margin:0px 3px 0px 3px;
	padding:0px;
	border:0px;
}






/*************************************************************************/	
/****************************** FORMS ************************************/

form {padding:0px;margin:0px;}
/* Form Color */

/*Border*/
.front_form.single_column INPUT, .front_form.single_column SELECT, .front_form.single_column TEXTAREA
, .front_form.double_column INPUT, .front_form.double_column SELECT, .front_form.double_column TEXTAREA {border-color:#AAA;}
.front_form.single_column .form_row .input_shadow {background-color:#EFEFEF;}
/*Background*/

/*Error*/
.front_form DIV#error_container {color:#CC2200;}
.front_form INPUT.error, .front_form TEXTAREA.error, .front_form TEXTAREA.limit-error {border-color:#CC2200;}
/* /End Form Color */

.form_block{border:1px solid #d3d3d3}

.form_block INPUT
, .form_block SELECT
, .form_block TEXTAREA{border:1px solid #d3d3d3; padding:3px}
.ui_btn{padding:3px 7px; cursor:pointer; margin:0px}
h1.ui-style{margin:0px; padding:3px 0px 4px 7px; font-size:12px}

.error_container{margin-bottom:8px; padding:3px}
.error_container UL{margin-top:0px; margin-bottom:0px}





/*************************************************************************/	
/************************ FORM ERRORS ************************************/
/*************************************************************************/	



/**************************** /END FORMS *********************************/
/*************************************************************************/
iframe {
border:0 solid #FFFFFF;
}

/*************************************************************************/	
/*************************** SPECIFIC PAGES ******************************/
/*************************************************************************/
/* ----------- HOME ----------- */
DIV#container.page_1 {
	background-image: url(/images/browser_bg_home.png);
}
DIV#container.page_1 DIV#header {
	height:373px;
}
DIV#container.page_1 DIV#content {
	padding-bottom:12px;
}
DIV#container.page_1 DIV#content .left_column {
	margin-bottom:60px;
}
DIV#home_flash {	
	margin:0 -100px 0 -100px;
	height:353px;
	position:absolute;
	background-image: url(/images/watermark.png);
	background-position:center center;
	background-repeat:no-repeat;
}
DIV#container.page_1 A.view_portfolio  {
	display:block;
	width:173px;
	height:29px;
	margin:20px 0 0 320px;
	background-image:url('/images/view_portfolio.jpg');
	background-position:top;
	background-repeat:no-repeat;
}
DIV#container.page_1 A:hover.view_portfolio   {
	opacity:.85;
	filter:alpha(opacity=85);
}
.right_box.home_right_bottom {
	margin-bottom:0;
}

/* ----------- COMPANY ----------- */

DIV#container.page_12 DIV.company_flash { 
	border:solid 1px #CCC;
	width:743px;
	height:358px;
	overflow:hidden;
	margin:20px 0 0px 10px;
}

DIV#container .right_box.company_request_quote {
	background-image:url('/images/company-social-net-links.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:0;
}
DIV#container .right_box.company_request_quote H3 A  {
	background-image:url('/images/company-request-quote.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin:-10px -10px 10px -10px;
	padding:10px 0 20px 0;
	width:225px;
	background-color:#C3D1D9;
	text-align:center;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	letter-spacing:0;
}
DIV#container .right_box.company_request_quote H3 A STRONG {
	display:block;
	font-weight:bold;
	padding:8px 0 4px 0;
	font-size:18px;
}
DIV#container .right_box.company_request_quote A {
	display:inline-block;
	width:46px;
	height:55px;
	margin:0 0 11px 2px;
	text-decoration:none;
}
DIV#container .right_box.company_request_quote A:hover {
	background-color:#C3D1D9;
	opacity:0.30;
	filter:alpha(opacity=30);
}
DIV#container .right_box.company_request_quote H3 A:hover {
	opacity:.85;
	filter:alpha(opacity=85);
	color:#EEE;
}
DIV#container .right_box.company_clients {
	text-align:left;
	width:225px;
	padding-right:0;
	padding-bottom:0;
}
DIV#container .right_box.company_clients A IMG {
	border:solid 1px #2F424C;
	margin:0 15px 15px 0;
	width:90px;
	height:75px;
}
DIV#container .right_box.company_clients A:hover IMG {
	border:solid 1px #56707D;
	opacity:0.80;
	filter:alpha(opacity=80);
}
/* ----------- COMPANY ----------- */
DIV#container.page_12 DIV.process_list {
	padding-left:130px;
	background-position:left top;
	background-repeat:no-repeat;
}
DIV#container.page_12 DIV.process_list.item_1 {
	background-image:url('/images/company-process-1.jpg');
}
DIV#container.page_12 DIV.process_list.item_2 {
	background-image:url('/images/company-process-2.jpg');
}
DIV#container.page_12 DIV.process_list.item_3 {
	background-image:url('/images/company-process-3.jpg');
}
DIV#container.page_12 DIV.process_list.item_4 {
	background-image:url('/images/company-process-4.jpg');
}
DIV#container.page_12 DIV.process_list H4 {
	font-size:17px;
	color:#AAA;
	font-weight:bold;
	margin-bottom:4px;
}
DIV#container.page_12 DIV.process_list H4 STRONG {
	font-size:18px;
	color:#2A3B44;
}

/* ----------- SERVICES ----------- */
DIV#container.page_13 DIV#pageBody {
	padding-left:34px;
	padding-right:40px;
}
DIV#container.page_13 DIV.services_clients {
	padding:5px 0 10px 17px;
	background:#E1E8EC;
	margin-top:20px;
}
DIV#container.page_13 DIV.services_clients H3 {
	margin:5px 0 0 0;
}
DIV#container.page_13 DIV.services_clients A IMG {
	border:solid 1px #2F424C;
	margin:10px 17px 0 0;
	width:165px;
	height:75px;
}
DIV#container.page_13 DIV.services_clients A:hover IMG {
	border:solid 1px #56707D;
	opacity:0.80;
	filter:alpha(opacity=80);
}
DIV#container.page_13 DIV.services_spry_tabs  {
	margin-bottom:15px;
}

/* ----------- PORTFOLIO ----------- */
DIV#container.page_14 DIV#pageBody {
	padding-left:30px;
	padding-right:40px;
}
DIV#container.page_14 DIV.portfolio_client_flash {
	border:solid 1px #CCC;
	width:743px;
	height:358px;
	overflow:hidden;
	margin:22px 0 30px 0;
}
DIV#container.page_14 DIV.portfolio_clients H3 { 
	color:#AAA;
	font-weight:normal;
	font-size:16px;
}
DIV#container.page_14 DIV.portfolio_clients H3 STRONG { 
	display:block;
	color:#2F424C;
	font-weight:bold;
	font-size:18px;
}
DIV#container.page_14 DIV.portfolio_clients UL { 
	display:block;
	width:780px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:url('/images/portfolio-client-list-bg-lines.jpg');
	background-repeat:repeat-y;
	background-position:left;
}
DIV#container.page_14 DIV.portfolio_clients LI {
	display:inline-block;
	width:174px;
	margin:0 0 0 16px;
	padding:0;
	color:#AAA;
	font-size:10px;
	letter-spacing:-.2px;
}
DIV#container.page_14 DIV.portfolio_clients LI A { 
	text-decoration:none;
	color:#688CAF;
	display:block;
}
DIV#container.page_14 DIV.portfolio_clients LI A:hover { 
	text-decoration:underline;
	color:#2F424C;
}

/* ----------- CONTACT US PAGE ----------- */



/* Left Column */
DIV#container.page_6 #left_column
, DIV#container.page_10 #left_column{
	display:inline-block;
	vertical-align:top;
	margin:0 20px 0 10px ;
	width:205px;
	overflow:hidden;
	padding:10px;
	background:#E1E8EC;
	font-size:12px;
	line-height:150%;
}
DIV#container.page_6 #left_column H1
, DIV#container.page_10 #left_column H1{
	display:none;
}
DIV#container.page_6 #left_column H2
, DIV#container.page_10 #left_column H2{
	margin-top:0;
}
/* Right Column */
DIV#container.page_6 #right_column
, DIV#container.page_10 #right_column{
	display:inline-block;
	vertical-align:top;
	width:525px;
	margin:-10px -30px 0 0;
	overflow:hidden;
	font-size:12px;
	letter-spacing:.6px;
	line-height:150%;
}
DIV#container.page_6 #right_column H2
, DIV#container.page_10 #right_column H2{
	margin-top:10px;
}



#contactForm {
	width:530px;
}
#contactForm label {
	display:inline-block;
	vertical-align:top;
	width:160px;
	margin-right:10px;
	padding-top:1px;
	text-align:right;
	font-weight:bold;
}
#contactForm input,
#contactForm select,
#contactForm textarea {
	width:280px;
	margin-bottom:5px;
	border:solid 1px #688C9F;
	background-color:#F7F9FA;
}
#contactForm select {
	width:282px;
}
#contactForm textarea {
	height:80px;
}

#error_container {
	margin-bottom:8px;
	padding:3px;
	width:500px;
}
#error_container UL {
	margin-top:0px;
	margin-bottom:0px;
}
.ui-icon {width: 16px; height: 16px; background-image: url(/images/ui_smoothness/ui-icons_cd0a0a_256x240.png); }
.ui-icon-alert { background-position: 0 -144px; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/ui_smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }

.ui-icon-alert {
	float: left; margin-right: 0.3em; margin-top: 0.1em;	
}


#contactForm label.error {
	width:300px;
	text-align:left;
}
#contactForm input.error
, #contactForm select.error
, #contactForm textarea.error {
	border:1px solid #F00 !important;	
	/*background-color:#FFECEC;
	color:#000;*/
}
#contactForm LI {
	list-style:none;
	list-style-type:none;
}
#contactForm input.submit_btn {
	width:94px !important;
	height:30px;
	background-color:#FFF;
	background:url('/images/contact_submit_btn_bg.jpg');
	background-repeat: no-repeat;
	background-position:top;
	border:none;
	color:#FFF;
	line-height:normal;
	padding-top:0 !important;
	margin:2px 0 0 360px;
}

#thanks_block {
	border:solid 1px #688C9F;
	background-color:#F7F9FA;
	padding:7px;
}

/*************************************************************************/	
/****************************** COLUMNS/BOXES ****************************/
/*************************************************************************/


/* Left Column */
#left_column {
	float:left;
	vertical-align:top;
	margin:0 20px 0 10px ;
	width:530px;
	overflow:hidden;
}

/* Right Column */
#right_column {
	float:left;
	width:225px;
	margin:-10px -30px 0 0;
	overflow:hidden;
	font-size:12px;
	letter-spacing:.6px;
	line-height:150%;
}
#right_column h3, #right_column h4  {
	font-weight:bold;
	font-size:16px;
	margin-top:0;
}
.right_box {
	width:205px;
	overflow:hidden;
	margin:-5px 0 30px 0;
	padding:10px;
	background:#E1E8EC;
}
.right_box A.box_bottom_link.read_more {
	display:block;
	height:20px;
	margin:-3px -10px -13px -10px;
	background-color:#FFF;
	background-position:top center;
	background-repeat:no-repeat;
}
.right_box A.box_bottom_link.read_more {
	background-image:url('/images/read_more.jpg');
}
.right_box A:hover.box_bottom_link.read_more {
	background-image:url('/images/read_more_over.jpg');
}
.right_box A.box_bottom_link {
	display:block;
	height:20px;
	margin:-3px 0 -10px -10px;
	background-color:#FFF;
	background-image:url('/images/read_more.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}




/*************************************************************************/	
/*************************** LOGIN PAGE **********************************/
/* Interaction states
----------------------------------*/
#login_page .ui-state-default {border:1px solid #d3d3d3; background:#e6e6e6 url(/images/ui_smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#555; outline:none}
#login_page .ui-state-default a, #login_page .ui-state-default a:link, #login_page .ui-state-default a:visited{color:#555; text-decoration:none; outline:none}
#login_page .ui-state-hover, #login_page .ui-state-focus{border:1px solid #999; background:#dadada url(/images/ui_smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121; outline:none}
#login_page .ui-state-hover a, #login_page .ui-state-hover a:hover{color:#212121; text-decoration:none; outline:none}
#login_page .ui-state-active{border:1px solid #aaa; background:#fff url(/images/ui_smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121; outline:none}
#login_page .ui-state-active a, #login_page .ui-state-active a:link, #login_page .ui-state-active a:visited{color:#212121; outline:none; text-decoration:none}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight{border:1px solid #fcefa1; background:#fbf9ee url(/images/ui_smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color:#363636}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a{color:#363636}
.ui-state-error, .ui-widget-content .ui-state-error{border:1px solid #cd0a0a; background:#fef1ec url(/images/ui_smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color:#cd0a0a}
.ui-state-error a, .ui-widget-content .ui-state-error a{color:#cd0a0a}
.ui-state-error-text, .ui-widget-content .ui-state-error-text{color:#cd0a0a}
.ui-state-disabled, .ui-widget-content .ui-state-disabled{opacity:.35; filter:Alpha(Opacity=35); background-image:none}
/* Corner radius
----------------------------------*/
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.ui-icon { width: 16px; height: 16px; float: left; margin-right: 0.3em; margin-top: 0.1em; background-image: url(/images/ui_smoothness/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon, #error_container .ui-icon {background-image: url(/images/ui_smoothness/ui-icons_cd0a0a_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui_smoothness/ui-icons_2e83ff_256x240.png); }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-alert { background-position: 0 -144px; }

DIV#container.login DIV#header {height:0px;}

DIV#container.login {
	background-image: url(/images/browser_bg.png);
}
DIV#container.login DIV#header {
	border-bottom:20px solid #5E8498;
	height:91px;
	margin-left:auto;
	margin-right:auto;
	width:820px;
}
DIV#container.login DIV#content {
	padding-bottom:12px;
}
DIV#container.login DIV#content .left_column {
	margin-bottom:60px;
}



#login_page{width:420px; height:320px; margin:70px auto; color:#000; font-size:12px;}
#login_page A{color:#000; text-decoration:none}
#login_page A#forgot{text-decoration:underline; cursor:pointer}
#login_page .form_block{background-color:#FFF; padding:30px 10px 10px 10px}
#login_page LABEL{display:inline-block; width:60px; margin-right:13px; text-align:right}
#login_page LABEL.error{width:300px; text-align:left}
#login_page INPUT.required{width:317px; margin-bottom:12px}
#login_page #login{margin-left:248px}
#login_page #login_logos{margin-top:50px; padding:0px 10px 0px 10px; font-size:11px}
#login_page #login_logos #logo_txt{width:200px; float:left; margin-top:15px; margin-right:20px}
#login_page #login_logos #logo_imgs{width:155px; float:left; margin-top:7px; text-align:right;}
#login_page #login_logos #logo_imgs A{display:inline-block; width:38px; margin:0px 5px; text-align:center}
#login_page IMG{height:37px; width:37px}


/*************************************************************************/	
/***************************** MODAL BOX *********************************/
/*************************************************************************/

#tdc_mbox{background-color:#FFF;border:2px outset #666;}#tdc_mbox table,#tdc_mbox td,#tdc_mbox th{table-layout:auto;border:solid 0 #fff;}#tdc_mbm{font-family:sans-serif;font-weight:bold;float:right;}#tdc_ol{background-color:#333;filter:alpha(opacity=20);-moz-opacity:.20;opacity:.20;}#tdc_mbtitle{border-bottom-style:solid;border-bottom-color:#000;border-bottom-width:thin;border-top-style:solid;border-top-color:#000;border-top-width:thin;border-left-style:solid;border-left-color:#000;border-left-width:thin;border-right-style:solid;border-right-color:#000;border-right-width:thin;background-color:#339;text-align:center;color:#FFF;padding:2px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:bold;font-variant:normal;}#tdc_mbtext{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:normal;font-variant:normal;padding:2px;}#tdc_mbbtns{text-align:center;height:30px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:150%;font-weight:bold;font-variant:normal;}#updatingmode{width:1000px;height:1000px;z-index:1000;position:absolute;cursor:wait;background-color:#FFF;filter:alpha(opacity=05);-moz-opacity:.05;opacity:.05;visibility:hidden;}

/*************************************************************************/
/*                            IPHONE                                     */
/*************************************************************************/
SPAN.phonenumber {
	white-space:nowrap
}
SPAN.phonenumber A{
	white-space:nowrap
}