@font-face {
    font-family: 'Cantarell';
    src: url('fonts/Cantarell-Regular-webfont.eot');
    src: url('fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cantarell-Regular-webfont.woff') format('woff'),
         url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html
{
	margin:0;
	padding:0;
	font-size: .8em;
	font-family:Arial, sans-serif;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	color:#333;
	text-align:center;
	/*background:#fff url("images/gradientbg.gif") top left repeat-x;*/
}
body.wide
{
	background:#000;
	color:#fff;
}
h1{font-weight:normal;
	font-family: 'Cantarell', sans-serif;
	letter-spacing: -0.05em;
}
h1 {font-size: 1.3em;}
h2 {font-size: 1.0em; margin: .5em 0 0;font-style:italic;font-weight:normal;color:#502F92;}
h3 {font-size: 1.2em;color:#502F92;}
h4 {font-size: 1.0em; margin: .5em 0 0;font-style:italic;font-weight:normal;color:#502F92;}
img{border:0;}

.section_title
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}

a:link, a:visited
{
	color: #522f91;
	text-decoration:underline;
}
a:hover
{
	color: #522f91;
	text-decoration:underline;
}

p
{
	margin:1em 0;
}

div,form
{
	margin:0;
	padding:0;
}
td,th{vertical-align:top;}
ul{margin:8px 0 12px;padding-left:20px;list-style-image:url("images/bullet-blue.gif");list-style-position:outside;}
li{margin:5px 0;}
li li{margin:3px;}
.normal li{margin:0;}
.colored{color:#522f91;}
input, textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;}

.small {font-size: .9em;}
.alert {color: #990000;}

.hidden{display:none;}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.clearright
{
	float:right;
	clear:right;
}
.spacer{clear:both;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right, img.clearright
{
	margin: 0 0 5em 5em;
}

div#site
{
	width:963px;
	margin:15px auto 0;
	color:#444;
	/*background:#fff url("images/contentbg-left.gif") 24px 156px repeat-y;*/
}
.wide div#site
{
	width:900px;
	background:none;
	color:#fff;
}

div#top
{
	height:119px;
	padding-bottom:0;
	margin:0 0 0 24px;
	/*background:#fff url("images/contentbg-top.gif") bottom center no-repeat;*/
	background:url("images/bg-menu_gradient.gif") bottom right no-repeat;
}
.wide div#top
{
	height:30px;
	padding:0;
	background:#ddd;
}
#logo
{
	float:left;
	width:227px;
	height:119px;
}

div#menu
{
	padding-top:0px;
	margin-right:0px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	font-family: 'Cantarell', sans-serif;
	letter-spacing: -0.05em;
}
#tiptopmenu
{
	margin-right:12px;
	margin-bottom:2px;
	padding-top:9px;
	font-size:11px;
	text-transform:uppercase;
}
#search
{
	float:right;
	padding-top:6px;
	padding-left:10px;
	margin-right:0;
	color:#9fa1a4;
	background-color:transparent;
	font-size:11px;
}
#search input{color:#9fa1a4;}
#mainmenu
{
	margin:40px 0px 2px 0;
	float:right;
	text-transform:uppercase;
}
#menu a:link, #menu a:visited
{
	white-space: nowrap;
	margin:0 14px;
	color:#3399cc;
	background-color: transparent;
	text-decoration:none;
}
#menu a:hover
{
	color:#3399cc;
	background-color: transparent;
	text-decoration:none;
	border-bottom:2px solid #999;
}
#menu a:link.current, #menu a:visited.current
{
	color:#3399cc;
	background-color: transparent;
}

#tiptopmenu a:link, #tiptopmenu a:visited
{
	margin:0 6px;
}

#breadcrumb
{
	clear:both;
	padding:10px 0 0 24px;
	text-align:left;
	font-size:.8em;
}
#breadcrumb a
{
	color:#502F92;
}
.pagetitle
{
	margin-top:24px;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:normal;
	color:#3399cc
}

/* drop down menu system */
#dropdown, #dropdown ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropdown a:link, #dropdown a:visited, #dropdown a:hover
{
	display:block;
	color:#9fa1a4;
	font-weight:normal;
}
#dropdown a:hover
{
	border:none;
	color:#3399cc;
}

#dropdown ul a:link, #dropdown ul a:visited
{
	display:inline;
	margin:0 11px;
	border-bottom:2px solid #fff;
}
#dropdown ul a:hover
{
	border-bottom:2px solid #999;
}
#dropdown li
{
	float: left;
	display: inline;
}
#dropdown li.last{}
#dropdown li.last a:link, #dropdown li.last a:visited
{
	margin-right:0;
}
#dropdown li.last ul a:link, #dropdown li.last ul a:visited
{
	margin-right:11px;
}
#dropdown ul li{float:none;display:block;margin:0 0 2px;}

#dropdown ul
{
	z-index:6;
	position: absolute;
	top: auto;
	left: -999em;
	margin-left:2px;
	padding:4px 0;
	background-color:#fff;
	font-size:11px;
	text-align: left;
	border: 1px solid #bbb;
}
#dropdown ul#lastdropdown
{
	margin-left:-30px;
}

#dropdown li:hover ul, #dropdown li.over ul
{
	left: auto;
}
/* end drop down menu */

/* in-page tabs */
div#tabnav
{
	height:18px;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	background:url("images/tab_border.gif") bottom left repeat-x;
}
#tabnav a
{
	display:block;
	float:left;
	margin-left:4px;
	padding: 2px 12px;
	border-left: 1px solid #A0A1A5;
}
.tab:link, .tab:visited
{
	text-decoration: none;
	color:#502F92;
	background:url("images/corner_r.gif") top right no-repeat;
}
.tabcurrent:link, .tabcurrent:visited
{
	text-decoration: none;
	color: #A0A1A5;
	background:#E8F0F7 url("images/corner_r.gif") top right no-repeat;
}

.tab:hover, .tabcurrent:hover
{
	text-decoration: underline;
	color: #A0A1A5;
}

#tab_copy
{
	color:#A0A1A5;
	font-size:.9em;
	font-weight:normal;
	/*line-height:1.8em;*/
}
#tab_copy a, a#tab_link:link, a#tab_link:visited{color:#6699CC;}
/* end in-page tabs */

div#content
{
	margin-left:24px;
	text-align:left;
	clear:both;
	/*background:#E8F0F7 url("images/contentbg-right.gif") top right repeat-y;*/
	line-height:1.3em;
}
div#content.homepage
{
	margin:0;
	padding:0;
}
.wide div#content
{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:none;
}
#home_page_banner
{
	position:relative;
	background:url("images/website_portfolio_wall.gif") top right no-repeat;
	height:367px;
	padding-bottom:22px;
}
.banner_link
{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:675px;
	height:323px;
}
.gallery_link
{
	position:absolute;
	right:0;
	bottom:10px;
	text-align:right;
}
#left_content
{
	float:left;
	width:430px;
}
#intro_text
{
	width:260px;
	color:#666;
	font-size:.9em;
	font-weight:normal;
	text-align:right;
}
#intro_text p
{
	line-height:1.8em;
}
.large_text
{
	margin:0;
	padding:1em 0;
	font-size:38px;
	line-height:0.9em;
	text-transform:uppercase;
	font-weight:normal;
}
#flash_rotate
{
	width:403px;
	height:447px;
	margin-left:460px;
}

.blocks
{
	margin-top:17px;
}
.block
{
	float:left;
	width:200px;
	padding:0 20px;
	font-size:11px;
	color:#999;
	line-height:1.5em;
	background:url("images/bg-block_gradient.gif") center 20px no-repeat;
}
.block h2
{
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	margin:0 0 20px;
}
.block h2 a:link, .block h2 a:visited, .block h2 a:hover
{
	text-decoration:none;
}
.block img+p
{
	margin:0;
}
.block img.left
{
	margin-bottom:0;
}

.concepts img
{
	display:none;
	cursor:pointer;
	width:900px;
}
.concepts img.active
{
	display:block;
	margin:0 auto;
}
.concepts a.prev
{
	display:block;
	float:left;
	color:#fff;
}
.concepts a.next
{
	display:block;
	float:right;
	color:#fff;
}
.concepts .title
{
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.website_screenshot
{
	float:right;
	margin-left:40px;
	margin-bottom:40px;
	text-align:center;
}

#thumbstrip
{
	margin-left:40px;
	/*padding:5px 12px 13px 6px;*/
	float:right;
	clear:right;
	text-align:center;
}
#thumbnav{padding-top:8px;width:100%;}
/*#thumbstrip img{border:2px solid #6699CC;}*/
#thumbcaption{color:#333;font-weight:bold;margin-bottom:8px;
font-style:normal;}

#thumbtopleft
{
	background:url("images/thumbstrip_bg_topleft.png") top left no-repeat;
	width:16px;
	height:30px;
}
#thumbtop
{
	background:url("images/thumbstrip_bg_top.png") top left repeat-x;
	height:30px;
	padding-right:6px;
}
#thumbtopright
{
	background:url("images/thumbstrip_bg_topright.png") top left no-repeat;
	width:16px;
	height:30px;
}
#thumbleft
{
	background:url("images/thumbstrip_bg_left.png") top left repeat-y;
	width:16px;
}
#thumbcenter
{
	padding-right:6px;
	background-color:#fff;
}
#thumbright
{
	background:url("images/thumbstrip_bg_right.png") top left repeat-y;
	width:16px;
}
#thumbbottomleft
{
	background:url("images/thumbstrip_bg_bottomleft.png") top left no-repeat;
	width:16px;
	height:18px;
}
#thumbbottom
{
	background:url("images/thumbstrip_bg_bottom.png") top left repeat-x;
	height:18px;
	padding-right:6px;
}
#thumbbottomright
{
	background:url("images/thumbstrip_bg_bottomright.png") top left no-repeat;
	width:16px;
	height:18px;
}

.thumbs_layout
{
	
}
.thumb
{
	float:left;
	width:200px;
	height:170px;
	margin:1em 45px 1em 45px;
	text-align:center;
}

#thumbstrip_bar
{
	-moz-border-radius: 10px;
	position: relative;
	width:873px;
	margin:0 0 1em 0;
	padding:16px 0;
	background-color:#333;
	height:80px;
	overflow: hidden;
}
#thumbstrip_prev, #thumbstrip_next
{
	position: absolute;
	display:block;
	width:40px;
	height:80px;
	line-height: 80px;
	background-color:#333;
	color:#B2B4B9;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	outline: none;
}
#thumbstrip_prev
{
	left:0;
}
#thumbstrip_next
{
	right:0;
}
#thumbs_container
{
	overflow:hidden;
	width:793px;
	margin-left:40px;
}
#thumbs
{
	width:5000px;
}
#thumbstrip_bar img
{
	height:80px;
	margin-right:6px;
}


div#footer
{
	clear:both;
	padding:28px 0 14px;
	color:#999;
	font-size:11px;
	font-weight:normal;
	/*background:#fff url("images/contentbg-bottom.gif") top center no-repeat;*/
}
.wide div#footer
{
	background:none;
}
#left_footer
{
	float:left;
}
#center_footer
{
	
}
#center_footer a
{
	margin-right:30px;
	text-transform:uppercase;
}
#right_footer
{
	float:right;
}
#footer a:link, #footer a:visited{color:#999;text-decoration:none;}
#footer a:hover{color:#522f91;text-decoration:underline;}

table.normal
{
	margin:1em 0;
}
.normal td, .normal th
{
	padding:2px 10px 2px 0;
	vertical-align:top;
}
