@charset "UTF-8";
/* CSS Document */

#header {
	background-color: #272C2E;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 207px;
	background-position: 0px 0px;
	padding: 0px;
}
body {
	background-color: #333a3d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial,sans-serif;
}

a:link {
	text-decoration: none;
	color: #333A3D;
}
a:visited {
	text-decoration: none;
	color: #333A3D;
}
a:hover {
	text-decoration: none;
	color: #58B3DA;
}
.links:visited {
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}
.AccordionPanelTab_web a {
	color: #333A3D;
}
.AccordionPanelTab_cms a {
	color: #333A3D;
}
.AccordionPanelTab_web a:visited {
	color: #333A3D;
}
.AccordionPanelTab_cms a:visited {
	color: #333A3D;
}


#wrapper #Accordion1 .AccordionPanelTab_web .sn_links a {
	color: #FFFFFF;
	font-size: smaller;
	line-height: 1.2em;
}
#wrapper #Accordion1 .AccordionPanelTab_web .sn_links a:hover {
	color: #58B3DA;
}
#wrapper #Accordion1 .AccordionPanelTab_cms .sn_links a {
	color: #FFFFFF;
	font-size: smaller;
	line-height: 1.2em;
}
#wrapper #Accordion1 .AccordionPanelTab_cms .sn_links a:hover {
	color: #58B3DA;
}




#header img {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#main_nav li {
	list-style-type: none;
	font-size: 61px;
	line-height: 60px;
	color: #333A3D;
	letter-spacing: -3px;
}
#main_nav ul {
	vertical-align: middle;
	display: block;
	position: relative;
	left: 18%;
}

#sub_nav li {
	list-style-type: none;
	font-size: 1.4em;
	line-height: .9em;
	padding-top: 1px;
	color: #333A3D;
}
#sub_nav ul {
	vertical-align: middle;
	display: block;
	left: -10px;
	position: relative;
	margin: 0px;
	width: 187px;
	float: left;
}

/*main nav*/
.web_design_mn {
	background-image: url(images/web-design_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}

.flash_mn {
	background-image: url(images/flash_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}
.cms_mn {
	background-image: url(images/cms_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}
.photography_mn {
	background-image: url(images/photography_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}
.illustration_mn {
	background-image: url(images/illustration_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}
.bio_mn {
	background-image: url(images/bio_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}
.contact_mn {
	background-image: url(images/contact_mn.png);
	background-repeat: no-repeat;
	background-position: 0em 8px;
}


/*for spry menu*/

.sn_links {
	text-align: right;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-bottom: 4px;
	font-weight: lighter;
	list-style-type: none;
}

/*description area*/
.desc h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-variant: small-caps;
}
.desc a {
	color: #CCCCCC;
	text-decoration: underline;
	top: -15px;
	position: relative;
	font-size: 14px;
}
.desc p {
	position: relative;
	top: -20px;
	width: 700px;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 14px;
}
.desc {
	padding-top: 0px;
	padding-left: 10px;
	position: relative;
	top: -20px;
}

/*image viewer*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	top: -600px;
	left: -1000px;
	color: FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/bg_trans.png);
	background-repeat: repeat;
	display: block;
	height: 425px;
	width: 680px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 12px;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 130px;
	left: 210px; /*position where enlarged image should offset horizontally */
	position: fixed;
}

.image_viewer {
	margin-left: 15px;
	margin-top: -40px;
}
