/* sml_base.css */

/* Global style that applies to all tags */

* 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
#left_content h1 {
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 15px 0px;
	color: #494949;
}

/* links */ 

a 
{
	color: #0D3692;
}

a img 
{ 
	border: none; 
}

/* defines a centered body, initial font-size and margins */

body
{
	text-align: center; 
	background-color: #f6f6f6;
	margin: 0px 0px;
	font-size: 12px;
	color: #666465;
}

#page
{
	width: 800px;
	margin: 0px auto;
	color: #666465;
	background-color: #f6f6f6;
	background-image: url(../web/images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
}

/*
 * Layout
 *  - header
 *  - nav_box
 *  	o nav
 *  - content
 *  	o banner
 *  	o copy
 *  	o right_column
 *  - footer
 */


/* Header */

#header
{
	width: 760px;
	margin-left: 20px;
	padding: 0px;
	border-collapse: collapse;
}

#header_left
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 500px;
}

#header_right
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	width: 260px;
}

/* left header elements */

#header #logo
{
	width: 105px;
	height: 70px;
/*	background-repeat: no-repeat;
	background-image: url(../web/images/logo1.gif); */
	vertical-align: top;
}

#header #co_name
{
	width: 395px;
	font-size: 18px;
	vertical-align: middle;
}

#header #co_name h1
{
	font-size: 10px;
}

#header #tag_line
{
	width: 300px;
	font-size: 18px;
}

#header #tag_line .spacer
{
	width: 500px;
	margin-top: 10px;
}

#header #tag_line h1
{
	font-size: 10px;
}

/* right header elements */

#right_info
{
	float: right;
	width: 260px;
}

#header td#links
{
	text-align: right;
	height: 30px;
	vertical-align: middle;
	width: 260px;
}

#header ul.links
{
	list-style: none inside none;
	width: 360px;
	float: right;
}

#header ul.links li
{
	margin-left: 5px;
	color: #777;
	font-size: 9px;
}

#header #phone
{
	height: 20px;
	vertical-align: middle;
	width: 260px;
}

#header #email
{
	height: 20px;
	vertical-align: middle;
	width: 260px;
}


/*
 * navigation - top tabs
 */
#menu_bar
{
	width: 760px;
	margin-left: 20px;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 10px;
}


 .menu a#website-design-menu {
/*	background-image: url(../web/images/website-design-menu-item-up.gif);
	background-repeat: no-repeat; */
	background-color: #758279;
}
.menu a#website-design-menu:hover {
/*  background-image: url(../web/images/website-design-menu-item.gif);
	background-repeat: no-repeat; */
	background-color: #949e7c;
} 
/*.menu a .website-design-menu-alt { display: none; } */

/*.menu :hover > a#website-design-menu, .menu ul ul :hover > a#website-design-menu {
  background-image: url(../web/images/website-design-menu-item.gif);
	background-repeat: no-repeat; 
} */

 .menu a#seo-menu {
/*	background-image: url(../web/images/search-engine-optimization-seo-menu-item-up.gif);
	background-repeat: no-repeat; */
	background-color: #758279;
}
.menu a#seo-menu:hover {
/*  background-image: url(../web/images/search-engine-optimization-seo-menu-item.gif);
	background-repeat: no-repeat; */
	background-color: #949e7c;
} 
/*U .menu a .seo-menu-alt { display: none; } */

/* .menu :hover > a#seo-menu, .menu ul ul :hover > a#seo-menu {
  background-image: url(../web/images/search-engine-optimization-seo-menu-item.gif);
	background-repeat: no-repeat;
} */

 .menu a#sem-menu {
/*	background-image: url(../web/images/search-engine-marketing-sem-menu-item-up.gif);
	background-repeat: no-repeat; */
	background-color: #758279;
} 
.menu a#sem-menu:hover {
/*  background-image: url(../web/images/search-engine-marketing-sem-menu-item.gif);
	background-repeat: no-repeat;  */
	background-color: #949e7c;
}
/*.menu a .sem-menu-alt { display: none; } */

/* .menu :hover > a#sem-menu, .menu ul ul :hover > a#sem-menu {
  background-image: url(../web/images/search-engine-marketing-sem-menu-item.gif);
	background-repeat: no-repeat;
} */

/* 
 * table layout 
 */
table#layout
{
	width: 760px;
	border-collapse: collapse;
	margin-left: 20px;
	margin-top: 10px;
}

table#layout td#content
{
	width: 760px;
	border-collapse: collapse;
}

table#layout td#left_column
{
	font-size: 12px;
	vertical-align: top;
	width: 530px;
}

#left_column .spacer
{
	margin-top: 10px;
	margin-right: 5px;
	width: 530px;
	height: 0px;
}

table#layout td#right_column
{
	font-size: 12px;
	vertical-align: top;
}

/* banner style*/

table#layout td#banner
{
	width: 760px;
}

#banner_image
{
	width: 530px;
	height: 125px;
/*	background-repeat: no-repeat;
	background-image: url(../web/images/banner_plain_round_bright50contrast0_split.jpg);
	background-position: left top; */
}

#banner_image div.spacer
{
	margin-right: 5px;
	width: 530px;
	height: 0px;
}

#banner_image div#banner_message
{
	float:right;
	width: 200px;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

table#layout td#left_content
{
	background-color:#E6E6FF;
	width: 530px;
}

#left_content ul
{
	padding: 10px 0px 5px 20px;
}

#left_content li
{
	padding: 5px 0px;
}

table#layout td#copy
{
	width: 540px;
}

table#layout td#copy table
{
	width: 530px;
	margin: 0px;
}

table#layout td#right_column
{
	width: 220px;
}
table#layout td#right_column a img,
table#layout td#right_column img
{
	margin-bottom: 10px;
}

p.step
{
	margin-left: 17px;
	margin-right: 10px;
}

/* estimate */

#estimate_box
{
	width: 225px;
	height: 125px;
	vertical-align: top;
}

#estimate_box #dummy
{
	width: 220px;
	margin-left: 5px;
	height: 0px;
}

#estimate_box #text
{
	vertical-align:middle;
	height: 95px;
}

#estimate_box h1
{
	font-size: 12px;
	padding: 5px 0;
}

#estimate_box h2
{
	font-size: 12px;
}

#estimate_box .emphasis
{
	font-weight: bold;
	color:#AD160E;
}

#estimate_box .highlight
{
	font-weight: bold;
}

#sidebar1
{
	width: 220px;
	margin: 0px 0px 0px 0px;
}

#sidebar1 .spacer
{
	margin-top: 10px;
	margin-left: 5px;
	width: 220px;
}

#sidebar1 h3, #sidebar1 p
{
	margin-bottom: 5px;
}

#sidebar1 p b
{
	color: #555555;
}

#sidebar1 .black_sub_heading
{
	margin: 10px 10px 0px 10px;
}

#sidebar1 .black_sub_heading_margin
{
	margin-bottom: 10px;
}

#sidebar1 ul
{
	margin: 0px;
	padding: 0px 15px 0px 10px;
}

#sidebar1 ul li
{
	font-size: 12px;
}

#sidebar1 ul li a
{
	text-decoration: none;
}


#sidebar2
{
	width: 220px;
	margin: 0px 0px 0px 0px;
}

#sidebar2 .spacer
{
	margin-top: 10px;
	margin-left: 5px;
	width: 220px;
}

#sidebar2 h3,
#sidebar2 p
{
	margin: 0px 10px 10px 10px;
}

#sidebar2 p b
{
	color: #555555;
}

#sidebar2 .black_sub_heading
{
	margin: 10px 10px 0px 10px;
}

#sidebar2 .black_sub_heading_margin
{
	margin-bottom: 10px;
}

#sidebar2 ul
{
	margin: 0px;
	padding: 0px 15px 0px 10px;
}

#sidebar2 ul li
{
	font-size: 12px;
}

#sidebar2 ul li a
{
	text-decoration: none;
}


#sidebar3
{
	width: 220px;
	margin: 0px 0px 0px 0px;
}

#sidebar3 .spacer
{
	margin-top: 10px;
	margin-left: 5px;
	width: 220px;
}

#sidebar3 h3,
#sidebar3 p
{
	margin: 0px 10px 10px 10px;
}

#sidebar3 p b
{
	color: #555555;
}

#sidebar3 .black_sub_heading
{
	margin: 10px 10px 0px 10px;
}

#sidebar3 .black_sub_heading_margin
{
	margin-bottom: 10px;
}

#sidebar3 ul
{
	margin: 0px;
	padding: 0px 15px 0px 10px;
}

#sidebar3 ul li
{
	font-size: 12px;
}

#sidebar3 ul li a
{
	text-decoration: none;
}


#block_bottom
{
	width: 200px;
	height: 15px;
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../../cmsweb/images/info_block_bottom.gif);
	background-repeat: no-repeat;
}



	
/* 
 * footer 
 */
.btm_links
{
	margin: 20px auto 0px auto;
	text-align:center;
	font-size: 9px;
	width: 100%;
}

#footer
{
	margin: 0px auto;
	font-size: 9px;
	width: 100%;
	text-align: center;
}

#footer a.img_link
{
	margin: 0px 15px;
}

#footer ul.links
{
	list-style: none inside none;
	text-align: center;
	margin: 15px 20px 0px 20px;
}

#footer ul.links li
{
	margin-left: 5px;
	color: #999;
	float: left;
}



#page_bottom 
{
	margin: 0px auto; /* centers the page */
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../web/images/page_bottom.gif); 
}

#page_top 
{
	margin: 0px auto; /* centers the page */
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../web/images/page_top.gif);
	background-position: center bottom;
}


/*
 * CMS preview
 */
.editable_content
{
	/*border: 1px dashed #ccc !important;*/
	border: none !important;
}

.editable_content #elj_box.edit_button
{
}


/*
 * no bullet ul used on newsletter list
 */
#newsletters ul#newsletter_years
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.0em;
}

#newsletter_header
{
	width: 750px;
	height: 225px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#newsletter_header p
{
	width: 420px;
	color: #ffffff;
	position: relative;
	top: 90px;
	left: 283px;
}
#newsletter_header p a { color: #ffffff; }

#newsletter_header form
{
	position: relative;
	top: 90px;
	left: 283px;
}
#newsletter_header form .lbl
{
	color: #fff;
	font-weight: bold;
}
#newsletter_header form .btn
{
	position: relative;
	top: 5px;
	left: 5px;
}

#designer_info_table
{
	height: 300px;
	background: url(../../cmsweb/images/designer_info_table_bg.gif) no-repeat;
}

#designer_info_table .large_image
{
	padding-top: 10px;
	padding-left: 30px;
}

#designer_info_table .description
{
	padding: 5px 15px 30px 15px;
	vertical-align: bottom;
}

#designer_info_table .description p
{
	font-size: 90%;
}

#designer_info_table #logo_table
{
	width: 213px;
	height: 232px;
	margin: 15px 15px 0 0;
	padding: 8px 0 0 8px;
	background: url(../../cmsweb/images/logo_table_bg.gif) no-repeat;
}

#designer_info_table #logo_table td
{
	height: 33%;
	width: 33%;
	background: url(../../cmsweb/images/cropped_container.gif) no-repeat;
}

#designer_info_table #logo_table td img
{
	vertical-align: middle;
}

.designer_thumb_text
{
	display: block;
	width: 80px;	
	text-align: right;
	padding-top: 5px;
	font-size: 90%;
	color: #666;
}

#galleryscroll
{
	float: left;
	height: 90px;
	width: 750px;
	margin-bottom: 5px;
}

#galleryscroll .arrow
{
	float: left;
}

#viewable
{
	position: relative;
	overflow: hidden;
	width: 690px;
	height: 85px;
	float: left;
}

#scrollable
{
	float: left;
	position: absolute;
	width: 10000px;
}

div.thumbnail
{
	float: left;
	width: 85px;
	height: 85px;
	margin: 0 7px;
	background: url(../../cmsweb/images/designer_thumb_bg.gif) no-repeat;
}

div.thumbnail img
{
	position: relative;
	left: 3px;
	top: 2px;
}

.roundedcornr_box_911163 {
	background: #b9cfff;
	height: 125px;
}
.roundedcornr_top_911163 div {
   background: url(../web/images/roundedcornr_911163_tl.png) no-repeat top left;
}
.roundedcornr_top_911163 {
   background: url(../web/images/roundedcornr_911163_tr.png) no-repeat top right;
}
.roundedcornr_bottom_911163 div {
   background: url(../web/images/roundedcornr_911163_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_911163 {
   background: url(../web/images/roundedcornr_911163_br.png) no-repeat bottom right;
}

.roundedcornr_top_911163 div, .roundedcornr_top_911163, 
.roundedcornr_bottom_911163 div, .roundedcornr_bottom_911163 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_911163 {
	margin: 0 15px;
	height: 95px;
	overflow: auto;
}

.roundedcornr_box_196524 {
   background: #e6e6ff;
}
.roundedcornr_top_196524 div {
   background: url(../web/images/roundedcornr_196524_tl.png) no-repeat top left;
}
.roundedcornr_top_196524 {
   background: url(../web/images/roundedcornr_196524_tr.png) no-repeat top right;
}
.roundedcornr_bottom_196524 div {
   background: url(../web/images/roundedcornr_196524_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_196524 {
   background: url(../web/images/roundedcornr_196524_br.png) no-repeat bottom right;
}

.roundedcornr_top_196524 div, .roundedcornr_top_196524, 
.roundedcornr_bottom_196524 div, .roundedcornr_bottom_196524 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_196524 { margin: 0 15px; }

.roundedcornr_box_325029 {
   background: #d7d7ff;
}
.roundedcornr_top_325029 div {
   background: url(../web/images/roundedcornr_325029_tl.png) no-repeat top left;
}
.roundedcornr_top_325029 {
   background: url(../web/images/roundedcornr_325029_tr.png) no-repeat top right;
}
.roundedcornr_bottom_325029 div {
   background: url(../web/images/roundedcornr_325029_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_325029 {
   background: url(../web/images/roundedcornr_325029_br.png) no-repeat bottom right;
}

.roundedcornr_top_325029 div, .roundedcornr_top_325029, 
.roundedcornr_bottom_325029 div, .roundedcornr_bottom_325029 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_325029 { margin: 0 15px; }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:760px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:253px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:253px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#CCCCCC; 
width:252px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:253px;
w\idth:253px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:253px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:253px; 
top:0;
width:253px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-253px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:232px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:253px;
w\idth:232px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#CCCCCC; 
background:#949e7c;
} 
.menu :hover > a, .menu ul ul :hover > a {
color:#CCCCCC;
background:#949e7c;
} 

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.address {
	margin: 20px auto;
	text-align: center;
	width: 800px;
}

