
body, html{
	font-family: Verdana, Helvetica,sans-serif;
	background: #f2f2f2 url(../pics/bg2.jpg) top center no-repeat;
	color: #333;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 921px;
	height: 1070px;
	margin-bottom: 100px;
}

#col_programming {
	position: absolute;
	top: 247px;
	left: 15px;
	width: 200px;
}

#col_design {
	position: absolute;
	top: 210px;
	left: 245px;
	width: 200px;
}

#col_ideas {
	position: absolute;
	top: 226px;
	left: 475px;
	width: 200px;
}

#col_about {
	position: absolute;
	top: 247px;
	left: 705px;
	width: 200px;
}

#clients {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

div.content_col p.labelbuttons {
	padding-left: 7px;
	padding-top: 10px;
}

div.content_col div.nav {
	font-size: 9px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

div.content_col div.back_arrow {
	float: left;
	width: 8px;
	margin-left: 52px;
}

div.content_col div.fwd_arrow {
	float: right;
	width: 8px;
	margin-right: 52px;
}

div.content_col p.thumbs {
	padding-left: 7px;
	padding-top: 7px;
}

div.content_col h1 {
	font-size: 14px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

div.content_col p {
	font-size: 11px;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 170%;
}

#col_about {
	padding-top: 8px;
}

div.glidecontent a, #col_about a {
	color: #3183ff;
}

div.glidecontent a:hover, #col_about a:hover {
	color: #3183c4;
}

div.content_col ul {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 170%;
}

div.content_col ul li {
	list-style: disc;
	margin-left: 16px;
}

#cvlink {
	position: absolute;
	top: 174px;
	left: 69px;
	width: 24px;
	height: 17px;
}

#contactlink {
	position: absolute;
	top: 174px;
	left: 108px;
	width: 55px;
	height: 17px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 200px;
height: 304px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 200px;
height: 344px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #f6f7f7;
visibility: hidden;
width: 200px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: #f6f7f7; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #cc0000;
padding: 1px 1px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #333;
}

.glidecontenttoggler a:hover{
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: white;
}


a {
	outline: none;	
}


#modalcontent {
	visibility: hidden;
	height: 0px;
}