/* CSS Document for Funky Software */


body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background:#000 url(../images/body-header.png) repeat-x top;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

a:link {
	color:#970000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#970000;
}

.image {
	width:70%;
	height:175px;
	position:relative;
	float:right;
	margin:-80px 30px 0 0;
	background:#000;
	border:1px solid #3b3b46;
	padding:5px;
}

#gutter {
	float: left;
	width: 1%;
	height: 1px;
}

#header {
	margin-bottom: 1em;
	height:100px; /*Height of top section*/
}


#colA {
	float: left;
	width: 22%;
	margin:1%;
	margin-top:2em;
}

#contentRight {
	width: 71%;
	float: left;
	margin-left:10px;
}

#contentRight .wide {
	width:98%;
	margin:1%;
	margin-top:2em;
	float:left;
	clear:both;
}

#contentRight .half {
	width:46%;
	margin:1%;
	margin-top:1em;
	float:left;
}

#contentRight .twoThird {
	width:65%;
	margin:1%;
	margin-top:1em;
	float:left;
}

#contentRight .narrow {
	width:30%;
	margin:1%;
	float:left;
	margin-top:1em;
}	

#contentRight .highlight {
	width:27%;
	margin:1%;
	float:left;
	margin-top:1em;
	background: #27272d;
	border:8px solid #1b1b1f;
	padding:0 5px 0 5px;
}


#colE {
	float: left;
	clear: left;
	width:45%;
	margin-left: 26%;
	margin-right:1%;
	margin-top:2em;
}

#colF {
	float: left;
	width: 70%;
	margin:1%;
	margin-top:2em;
}


#footer {
	background-image:url(../images/body-footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 96%;
	height:244px;
	color: #666;
	padding: 2%;
	margin-top:30px;
	clear:both;
}

#footer .menu {
	list-style: none;
	padding: 0;
	margin:0;
}

#footer .menu li {
	margin: 0;
	padding: 0;
}

#footer .menu a {
	color:#970000;
	display: block;
	margin: 0;
	text-decoration: none;
}

#footer .menu a:hover {
	text-decoration:underline;
}	

#footer .col1 {
	float: left;
	width: 21%;
	height:190px;
	margin:1%;
	margin-top:3em;
	border-right:1px solid #3b3b46;
}

#footer .col2 {
	float:left;
	width:55%;
	height:190px;
	margin:1%;
	margin-top:3em;
	border-right:1px solid #3b3b46;
}

#footer .col3 {
	float:left;
	width:15%;
	margin:1%;
	margin-top:3em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 0;
}

h1+p, h2+p, h3+p, h4+p { margin-top: 10px; }


h1 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#fff;
	line-height:30px;
	margin:55px 0 0 15px;
	float:left;
}

h2 {
	font-size:1.5em;
	border-bottom:1px solid #333;
	padding-bottom:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:capitalize;
}

h4 {
	font-size:1em;
}

h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#870000;
	line-height:20px;
	margin:0px 0 40px 0;
	text-align:center;
}

/* Navigation */
#menu {
	width: 85%;
	list-style: none;
	font-size:1.2em;
	text-transform:uppercase;
	padding: 0;
	background: #131317 url(../images/menu.png) repeat-x;
	border:8px solid #1b1b1f;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu a {
	color: #babac7;
	display: block;
	margin: 0;
	padding: 8px 0 8px 10px;
	text-decoration: none;
}

#menu a:hover {
	background: #131317;
	color: #970000;
	padding-bottom: 8px;
}	

#menu a.current { 
	color: #fff;
	font-weight:bold;
}

#scroller {
	width:650px;
	height:90px;
	text-align:center;
	margin-left:10px;
	padding:10px;
}

.portfolio {
	width:660px;
	height:235px;
	margin-top:20px;
	margin-left:10px;
	border:1px dashed #333;
	padding:10px;
}

.webImage {
	width:400px;
	height:auto;
	float:left;
	clear:both;
	border:8px solid #1b1b1f;
}

.webDescription {
	width:230px;
	height:230px;
	clear:right;
	float:left;
	margin: 0 0 0 10px;
}

.rollover {
	border:none;
	margin-top:25px;
}

.template {
	width:660px;
	height:215px;
	margin-top:20px;
	margin-left:10px;
	border:1px dashed #333;
	padding:10px;
}

.templateImage {
	width:234px;
	height:200px;
	float:left;
	clear:both;
	border:8px solid #1b1b1f;
}

.templateDescription {
	width:396px;
	height:230px;
	clear:right;
	float:left;
	margin: 0 0 0 10px;
}


span {
	color:#a7b615;
}

#geoLinks {
	width:90%;
	padding:5%;
	height:auto;
	text-align:justify;
	background-color:#131317;
}

#geoLinks a {
	color:#333;
}

.services ul {
	margin-left:10px;
}

.services li {
	font-size:12px;
	font-weight:bold;
	list-style:none;
	padding-left:15px;
	background:url(../images/nav-bullet.gif) no-repeat center left;
	margin-left:20px;
}

.anchor {
	text-align:center;
	margin-top:350px;
}

/* Testimonials */
dl {
	width:97%;
	margin:1%;
	height:50px;
	float:left;
	text-align:left;
	margin-top:30px;
	font-size:12px;
}

dt,dd {
	width:90%;
	float:left;
	padding:0 5% 0 5%;
}

dt {
	margin:5px 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px dashed #333;
	font-style:italic;
}

dd {margin:0;}

#process ul {
	margin:0;
	padding:0;
}
/* End of Testimonials */

#process li {
	list-style:none;
	padding-left:15px;
	background:url(../images/nav-bullet.gif) no-repeat top left;
	margin-bottom:10px;
}

blockquote {
border-left:4px solid #970000;
padding-left:14px;
margin-left:26px;

}

/* Highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {visibility: hidden;}
.highslide img {border:none;}
.highslide:hover img {border:none;}
.highslide-wrapper {background:#000;}
.highslide-image {border: 10px solid #1b1b1f;}
.highslide-image-blur {}
.highslide-caption {
    display: none;
    border: 5px solid #1b1b1f;
    border-top: none;
    padding: 5px;
    background-color: #000;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	visibility: hidden;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #000;
	visibility: hidden;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* End of Highslide */


