/* ********************************************************
* Global Stunts Global Stylesheet
* Created: 19th June 2005 (AM)
********************************************************** */

body {
	background-color:#fff;
	margin-top:0;
	margin-left:0;
	padding:0;
	font-family:"arial", sans-serif;
}

img {
	border:0;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

#gs-hidden {
	display:none;
}

/* -------------- text floaters ----------------*/

/* added 20 Feb 2006 by Dean */
span.float-left {
	display:block;
	float:left;
	font-size:95%;
	margin-top:0;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;
}

span.float-right {
	display:block;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	font-size:95%;
	text-align:center;
}

span.align-centre {
	display:block;
	width:100%;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
}

span.align-left {
	display:block;
	width:100%;
	text-align:left;
	margin-top:16px;
	margin-bottom:16px;
}

span.align-right {
	display:block;
	width:100%;
	text-align:right;
	margin-top:16px;
	margin-bottom:16px;
}

/* ----------- end text floaters --------------*/



/*Image floaters */

img.float-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

img.float-right {
	float:right;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:20px;
}

img.align-left {
	display:block;
	text-align:left;
	margin-top:16px;
	margin-bottom:16px;
}

img.align-right {
	display:block;
	text-align:right;
	margin-top:16px;
	margin-bottom:16px;
}

img.align-center {
	display:block;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
}


img.inline-left {
	display:inline;
	padding:0px 10px 10px 0px;
	float:left;
}
img.inline-right {
	display:inline;
	padding:0px 0px 10px 10px;
	float:right;
}
/* ------------ end img floaters ----------------*/
/* -------------end additions -------------------*/



/* ____________________________________ Top Banner */


#gs-top {
	overflow:hidden;
	width:760px;
	height:100px;
}

#gs-top-title {
	position:absolute;
	left:450px;
	top:0;
	width:310px;
	text-align:right;
	overflow:hidden;
}

#gs-top-title h1 {
	font-size:12pt;
	color:#ccc;
	margin-top:30px;
	margin-bottom:3px;
}
			
#gs-top-title h2 {
	font-size:12pt;
	color:#f93;
	margin-top:0;
	text-align:right;
}

/* _____________________________________ Top Menu */

#gs-topmenu {
	width:750px;
	height:20px;
	background-color:#000;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding-top:4px;
	padding-right:10px;
	overflow:hidden;
}

#gs-topmenu a {
	color:#fff;
	text-decoration:none;
}

#gs-topmenu a:visited {
	color:#fff;
}

#gs-topmenu a:hover {
	color:#c33;
}

#gs-top-shadow {
	position:absolute;
	top:125px;
	left:191px;
	background-color:#ececec;
	height:14px;
	width:569px;
}

/* _____________________________________ Navigation */

#gs-nav {
	height:1500px;
	width:190px;
	border-right:1px solid #000;
	background-color:#f6f6ea;
	margin-top:1px;
	padding-bottom:20px;
}

#gs-nav h1 {
	display:block;
	padding-left:15px;
	width:175px;
	padding-top:4px;
	height:26px;
	margin-top:0;
	margin-bottom:0;
	background-color:#000;
	color:#f93;
	font-size:11pt;
	text-align:left;
}

#gs-nav h2 {
	padding:0 10px 0 10px;
	width:170px;
	text-align:center;
	color:#f93;
	font-size:10pt;
	margin-top:20px;
}

#gs-nav h2 a, #gs-nav h2 a:visited{
	color:#f93;
	text-decoration:none;
}

#gs-nav h2 a:hover{
	color:#f93;
	text-decoration:underline;
}

#gs-nav ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top:0;
	padding-top:0;
}

a.gs-tmenu {
	display:block;
	padding-top:6px;
	height:24px;
	padding-left:40px;
	width:150px;
	background-image:url('../assets/nav.gif');
	background-repeat:no-repeat;
	background-color:#c33;
	text-decoration:none;
	color:#000;
	font-size:10pt;
	font-weight:bold;
	margin-top:1px;
}

a:visited.gs-tmenu {
	color:#000;
}

a:hover.gs-tmenu {
	background-image:url('../assets/nav_active.gif');
	background-repeat:no-repeat;
	background-color:#f93;
	text-decoration:none;
	color:#000;
}

.gs-nav-logos {
	margin-top:20px;
	width:190px;
	text-align:center;
}

.gs-nav-logos p{
	color:#000;
	font-size:0.8em;
	text-decoration:underline;
}

/* Sub Menu */


#gsnav-plst-sub, #gsnav-exmp-sub {
	display:none;
}

a.gs-tsubmenu {
	display:block;
	padding-top:6px;
	height:24px;
	padding-left:40px;
	width:150px;
	background-color:#fff;
	text-decoration:none;
	color:#000;
	font-size:10pt;
	font-weight:bold;
	border-top:1px solid #999;
}

a:visited.gs-tsubmenu {
	background-color:#fff;
}

a:hover.gs-tsubmenu {
	background-color:#f93;
	text-decoration:none;
	color:#000;
}


/* ___________________________________________________________ Footer */

div#gs-footer {
	width:570px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

div#gs-footer p {
	color:#999;
	font-size:75%;
}

div#gs-footer a {
	color:#999;
}

div#gs-footer a:visited {
	color:#999;
}

div#gs-footer a:hover {
	text-decoration:none;
}

/* ____________________________________________________________ General Content */

#gs-content {
	position:absolute;
	left:0;
	top:160px;
	margin-left:210px;
	width:560px;
}

#gs-content h1 {
	font-size:130%;
	color:#000;
	margin-top:0;
}

#gs-content h1 em {
	font-style:normal;
	color:#999;
}

#gs-content h2 {
	font-size:100%;
	font-weight:normal;
	color:#999;
	margin-top:0;
}

#gs-content p {
	font-size:80%;
	color:#000;
}

#gs-content ul li {
	list-style-image: url('../assets/bullet_bodytext.gif');
	font-size:80%;
	color:#000;
}

#gs-content ul li {
	padding-bottom:3px;

}

.img-table {
	width:95%;
	border:0;
	padding:0;
	margin-bottom:10px;
}

.img-table td.vmid {
	vertical-align:middle;
}

.img-table td.vmid-r {
	vertical-align:middle;
	text-align:right;
}

.img-table td.vtop {
	vertical-align:top;
}

.img-table td.img-caption {
	font-size:75%;
	color:#999;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

.gs-caption {
	display:block;
	margin-top:3px;
	margin-bottom:0;
	font-size:75%;
	color:#999;
}

#gs-content a {
	color:#f00;
}

#gs-content a:visited {
	color:#f00;
}

#gs-content a:hover {
	text-decoration:none;
}

/* Product Lists */

.gs-prolist-table {
	border:0;
	width:540px;
}

td.col1 {
	font-size:70%;
}

td.col2 {
	font-size:70%;
	color:#999;
}

.gs-prolist-textcol {
	width:330px;
}

.gs-prolist-imgcol {
	width:210px;
}

.gs-prolist-texttable {
	width:330px;
	border:0;
}

/* Work examples */

.gs-we-holder {
	width:540px;
	border:0;
	margin-bottom:10px;
	margin-top:10px;
}

.gs-we-imgcol {
	width:220px;
	padding-right:10px;
}

.gs-we-textcol {
	width:320px;
	vertical-align:middle;
	padding-left:10px;
}

p.gs-we-qtlinks {
	position:relative;
	top:-125px;
	left:250px;	
	background-image:url('../assets/quicktime_icon.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding:9px 0 9px 50px;
}

div.gs-we-separator {
	width:540px;
	height:17px;
	background-image:url('../assets/arrws_dashline.gif');
	background-repeat:no-repeat;
}

.media-content p {
	position:relative;
	top:-145px;
	left:250px;	
}

.media-content a {
	position:relative;
	top:-125px;
	left:250px;	
	text-decoration:none;
}

.media-content a:visited {
	text-decoration:none;
}

.media-content a:hover{
	text-decoration:none;
}