/* --------------------------------------------------------------------

[Master Stylesheet]
Project:		Jumpstart
Version:		1.0
Last change:	28/05/2009

/*--------------------------------------------------------------------- common */
*{
	padding:0;
	margin:0;
}
body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#444444;
}
h1{
	font-weight:normal;
	font-size:1.5em;
}
h2{
	font-weight:normal;
	font-size:1.3em;
}
h3{
	font-weight:normal;
	font-size:1.1em;
}

h4{
	text-align: left;
	font-weight:bold;
	font-size:1.2em;
}

p{
	font-size: 1.0em;
}

a{
	outline-style: none;
	text-decoration: none;
	color:#444444;}

.borderNone{
	border: none;
}

/*--------------------------------------------------------------------- layout */


#wrapper{
	padding: 10px;
}


#columnWrapper{
	position: absolute;
	left: 740px;
	top: 10px;
	width: 245px;
}

#columnWrapper ul {
	list-style:none;
}

#columnWrapper li {
	float: left;
	display: inline;
}
#columnOneandTwo{
	float: left;
}

#columnOne{
	float: left;
}

#columnTwo{
	float: left;
}

#columnThree{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 742px;
}

#columnFour{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 985px;
}

#columnFive{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 1230px;
}

#columnSix{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 1475px;
}

#columnSeven{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 1720px;
}

#columnEight{
	display:  none;
	position:  absolute;
	top: 10px;
	left: 1965px;
}

#menu{
	position: absolute;
	
}

#hiddenList{
	display: none;
}
#column1list li{
    list-style-type: none;
}
#column2list li{
    list-style-type: none;
}
#column3list li{
    list-style-type: none;
}
#column4list li{
    list-style-type: none;
}
#column5list li{
    list-style-type: none;
}
#column6list li{
    list-style-type: none;
}
#column7list li{
    list-style-type: none;
}
#column8list li{
    list-style-type: none;
}

/*--------------------------------------------------------------------- content */

#logoHeader{
	background-color: #ffffff;
	width: 480px;
	height: 80px;
}

#logoHeader img{
/*	margin: 10px;*/
}

#subNav {
	text-align: center;
}

#subNav p{
	font-size: 1.1em;
	padding: 37px 0 0 0;
}

#subNav a{
	color: #333333;
	text-decoration:  none;
}

/*--------------------------------------------------------------------- wide item styles */


.wideItem{
	background-color: #ffffff;
	width: 480px;
}


.wideItem_header{
	padding: 5px 10px 5px 10px;
	background-image: url(../images/icon_www.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.wideItem_content{
	text-align: center;
}

.wideItem_description{
	position: relative;
	margin: 10px 10px 0px 10px;
	border-top: solid 1px #2bace2;
}
.wideItem_description p{
	font-size: 1.1em;
	color: #444444;
	padding-bottom: 30px;
	text-align: left;
	margin: 10px 0 0 235px;
}

.wideItem_category{
	position: absolute;
	top: 10px;
	color: #00b6fc;
}


.blockText{
	text-align: left;
	font-size: 1.7em;
	line-height: 0.9em;
	padding: 10px 0px 0px 10px;
	color: #444444;
}

.blockTextNarrow{
	text-align: left;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 10px 10px 20px 10px;
	color:#444444;
}

/*--------------------------------------------------------------------- subcolumn styles */


#subColumn_01{
	float: left;
	width: 235px;
	margin-right: 10px;
}

#subColumn_02{
	float: left;
	width: 235px;
}




/*--------------------------------------------------------------------- narrow item styles */

.narrowItem{
	background-color: #ffffff;
	width: 235px;
	border: 1px solid #9de3fe;
}

.narrowItem_content img{
	border: 1px solid #9de3fe;
}



.narrowItem_header{
	padding: 10px;
}

.narrowItem_header h3{
	color:#00b6fc;
	font-weight: bold;
	font-size: 1.3em;
}

.wwwItem_header{
	padding: 10px;
	background-image: url(../images/icon_www.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.wwwItem_header h3{
	color:#00b6fc;
	font-weight: bold;
	font-size: 1.3em;
}

.identityItem_header{
	padding: 10px;
	background-image: url(../images/icon_identity.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.identityItem_header h3{
	color:#00b6fc;	
	font-weight: bold;
	font-size: 1.3em;
}

.ecommerceItem_header{
	padding: 10px;
	background-image: url(../images/icon_ecommerce.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.ecommerceItem_header h3{
	color:#00b6fc;	
	font-weight: bold;
	font-size: 1.3em;
}


.narrowItem_content{
	text-align: center;
}

.narrowItem_content h3{
	color:#00b6fc;	
	font-weight: bold;
	font-size: 1.5em;
}

.narrowItem_description{
	margin: 10px 10px 0px 10px;
	border-top: solid 1px #00b6fc;
}
.narrowItem_description p{
	font-size: 1.2em;
	color:#444444;	
	padding-bottom: 30px;
	text-align: left;
	margin: 10px 0 0 0;
}

.narrowItem_category{
	text-align: left;
	padding: 10px 0 0 0;
	color:#00b6fc;
}





/*--------------------------------------------------------------------- superwide item styles */

.superwideItem{
	background-color: #ffffff;
	width: 723px;
	border: 1px solid #9de3fe;
}


.superwideItem h3{
	color:#00b6fc;	
	font-weight: bold;
	font-size: 1.3em;
}




.ecommercesite .superwideItem_header{
	background-image: url(../images/icon_ecommerce.gif);
}
.identity .superwideItem_header,
.logodesign  .superwideItem_header,
.corporateLogo .superwideItem_header,
.billboard .superwideItem_header{
	background-image: url(../images/icon_identity.gif);
}

.superwideItem_header{
	padding: 5px 10px 5px 10px;
	background-image: url(../images/icon_www.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


.superwideItem_header h3{
	color:#00b6fc;	font-weight: bold;
	font-size: 1.3em;
}

.superwideItem_content{
	text-align: center;
}



.superwideItem_content img{
	border: 1px solid #9de3fe;
}


.superwideItem_description{
	margin: 10px 10px 0px 10px;
}
.superwideItem_description p{
	font-size: 1.2em;
	color: #444444;
	text-align: left;
	margin: 10px 50px 0 0px;
}

.superwideItem_category{
	position: absolute;
	top: 6px;
	left: 630px;
	text-align: right;
	color:#00b6fc;
}

.identity .superwideItem_category{
	left:570px;
}

.logodesign .superwideItem_category{
	left: 605px;
}
.ecommercesite .superwideItem_category{
	left: 550px;
}
.corporateLogo .superwideItem_category{
	left:570px;	
}

.billboard .superwideItem_category{
	left:620px;	
}

.msg_head{
	position:  absolute;
	left: 673px;
	top:  57px;
}


#slideshow{
	margin: 20px 0 20px 0;
}

#thumbs ul li {	
	list-style-type: none;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------------- twitter styles */


#twitter_div li{
	list-style-type: none;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #ffffff;
}



/*--------------------------------------------------------------------- drop shadow shenanigans */


.superwide_outerpair1 {
	width: 731px;
	background:transparent url(../images/upperrightfade.png) no-repeat scroll right top;
}
.wide_outerpair1 {
	width: 488px;
	background:transparent url(../images/upperrightfade.png) no-repeat scroll right top;
}
.narrow_outerpair1 {
	width: 243px;
	background:transparent url(../images/upperrightfade.png) no-repeat scroll right top;
}
.outerpair2 {
	background:transparent url(../images/lowerleftfade.png) no-repeat scroll left bottom;
	padding-left:8px;
	padding-top:8px;
}
.shadowbox {
	background:transparent url(../images/shadow.png) repeat scroll right bottom;
}
.innerbox {
	left:-8px;
	position:relative;
	top:-8px;
	
}

/*--------------------------------------------------------------------- drop down menu shenanigans */





#navButton{
	color: #ffffff;
	font-size: 1.1em;
	display: block;
	outline-style: none;
	width: 215px;
	background-color: #00b6fc;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.the_menu {
    display:none;
	border-top: solid 1px #ffffff;
    width:235px;
}

.the_menu p {
    color:#ffffff;
    font-size: 1.1em;
}


.the_menu h3 {
    color:#ffffff;
    font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.the_menu li {
    background-color: #00b6fc;
    list-style-type: none;
	padding-left: 10px;
}
 
.the_menu li a {
    color:#ffffff;
    font-size: 1.1em;
    text-decoration:none;
    outline-style: none;

}
 
.the_menu li a:hover {
    text-decoration:none;
    color: #333333;
}

.the_menu li input{
	margin: 0px 10px 10px 10px;
}

.the_menu li fieldset{
	border: none;
}

.the_menu li legend{
	font-size: 1.1em;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
}



.the_sparemenu {
    display:none;
	border-top: solid 1px #ffffff;
    width:235px;
}

.the_sparemenu p {
    color:#ffffff;
    font-size: 1.1em;
}


.the_sparemenu h3 {
    color:#ffffff;
    font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.the_sparemenu li {
    background-color: #00b6fc;
    list-style-type: none;
	padding-left: 10px;
}
 
.the_sparemenu li a {
    color:#ffffff;
    font-size: 1.1em;
    text-decoration:none;
    outline-style: none;

}
 
.the_sparemenu li a:hover {
    text-decoration:none;
    color: #333333;
}

.the_sparemenu li input{
	margin: 0px 10px 10px 10px;
}

.the_sparemenu li fieldset{
	border: none;
}

.the_sparemenu li legend{
	font-size: 1.1em;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
}


.the_contactmenu {
    display:none;
	border-top: solid 1px #ffffff;
    width:235px;
}

.the_contactmenu p {
    color:#ffffff;
    font-size: 1.1em;
}


.the_contactmenu h3 {
    color:#ffffff;
    font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.the_contactmenu li {
    background-color: #00b6fc;
    list-style-type: none;
	padding-left: 10px;
}
 
.the_contactmenu li a {
    color:#ffffff;
    font-size: 1.1em;
    text-decoration:none;
    outline-style: none;

}
 
.the_contactmenu li a:hover {
    text-decoration:none;
    color: #333333;
}

.the_contactmenu li input{
	margin: 0px 10px 10px 10px;
}

.the_contactmenu li fieldset{
	border: none;
}

.the_contactmenu li legend{
	font-size: 1.1em;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
}

#tabs input{
	margin-bottom: 5px;
}

#tabs fieldset{
	border: none;
}

#tabs legend{
	font-size: 0.9em;
	margin-bottom: 5px;
}


#tabs form button{
	outline-style: none;
	vertical-align:middle; 
	border:none; 
	padding:0; 
	background:none; 
	cursor:pointer; 
	*cursor:hand; /*alternate cursor for IE*/;
}

#tabs-3 h3{
	font-weight: bold;
	padding-bottom: 10px;
}

#tabs-3 ul{
	padding-bottom: 20px;
}

#tabs-3 ul li{
	list-style-type: none;
	font-size: 1.0em;
	line-height: 1.5em;
}


#contactMenu img{
	border: solid 1px #ffffff;
	margin-bottom: 10px;
}

#contactMenu a{
	font-size: 1.1em;
}

#contactMenu p{
	padding: 5px 0 5px 0;
}

#contactMenu h4{
	color: #ffffff;
	padding-top: 10px;
}

.separator{
	border-top: solid 1px #ffffff;
}

.padMe{
	padding-bottom:  10px;
}

.clearMe{
	clear: both;
}

#expand{
	text-align: center;
	color:#444444;	position: absolute;
	top: 85px;
	left: 689px;
}
