/* @override 
	http://www.thegraphicdesignschool.asia/content/s/main.css
	http://www.thegraphicdesignschool.com.au/content/s/main.css
*/

/*** Reset ***/

* { margin:0; padding:0; border:0; outline:0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; font-weight:inherit; font-style:inherit; font-family:inherit; text-align:left; vertical-align:baseline; }

html { font-size:100%; }

img, a img, :link img, :visited img { border:0; }
table { border-collapse:collapse; border-spacing:0; }

ol, ul { list-style:none; }

q:before, q:after, blockquote:before, blockquote:after { content:""; }

a { outline:none; text-decoration:none; }
:active, :focus { outline-style:none; }
span { display:inline-block; }

::selection { background: transparent; }
::-moz-selection { background: transparent; }

/*** Utils ***/

.clear { clear:both; }
.left { float:left; }
.right { float:right; }

/*** Structure Externe ***/

html, body { height:100%; min-width:960px; min-height:640px; }
body { background: url(../i/pat.gif) repeat; }

#shim { visibility:hidden; float:left; width:100%; height:50%; margin-top:-340px; }
#vcon { clear:both; position:relative; top:-340px;
	/* IE4ever Hack.. Sad ***/
	position:static;
	/* end hack */
}

.wrap { margin:0 auto; width:960px; }

/* Hidden from IE5mac (is there people still using that? - Please email me at webmaster@thegraphicdesignschool.com - I'll take special care of you) \*//*/

#shim { display: none; }
html, body { height: auto; }

/* end hack */


#h { height:30px; background:url(../i/h.gif) repeat-x; }
#f { height:30px; background:url(../i/b.gif) repeat-x; }
#m { height:620px; background-color:#fff; 
	border-left: 1px solid rgb(120,120,120); 
	border-left: 1px solid  rgba(0,0,0,.3); 
	border-right: 1px solid rgb(120,120,120); 
	border-right: 1px solid  rgba(0,0,0,.3); 
}

#m {
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.8);
	box-shadow: 0 0 40px rgba(0,0,0,.8);
	
	background-color: #fff;
}

/*** Structure Interne ***/

#lbar, #rbar { float:left; height:100%; width:160px; background:url(../i/n.jpg) no-repeat scroll 0 0; position: relative; }
#lbar { background-position:132px 0; }
#rbar { background-position:-33px 0; }
#main { float:left; height:100%; width:640px; overflow:hidden; }

.panel { display: block; position: relative; margin: 0 10px; }

.p-header {
	height: 121px;
	border-bottom: 1px solid #ccc;
}

.flexcroll {
	width: 100%;
	height: 480px;
}

.contain { margin: 0 20px; }

.jFlowSlideContainer { padding-top: 10px!important }

/*** Secondary Navigation ***/

#controlMenu span.jFlowSelected3 { background:#00a; }
.controlPrev, .controlNext, .controlTab { cursor:pointer; margin-right: -4px; }

.controlTab.smaller { font-size: .9em; }
.controller:hover {  }
/*** Elements ***/

/* Menu */

#menu, #menuController {
	
/*	font-family: Times New Roman, Times, serif; 
	font-variant: small-caps;*/
	font-weight: bold;
	font-size: 1.1em;
}

#menu {
	height: 360px;
	padding: 15px 0 0;
	
	text-shadow: 1px 1px 1px #ddd;
}

#menu a {
	display: block;
	width: 110px;
	padding: 5px;
	line-height: 18px;
	color: #777;
	border-bottom: 1px solid #ccc;
}

#menu a:hover { color: #444; background: rgba(0,0,0,.07) url(../i/squish.png) bottom right no-repeat;  text-shadow: 2px 2px 2px #aaa; padding: 4px 6px 6px 4px; }

/* Subnav */

#menuController {
	text-align: center;
	margin-top: 12px;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
	text-shadow: 1px 1px 1px #ddd;
	position: relative;
}

#menuController span { color: #777; line-height: 36px; }
#menuController span:hover { color: #333; background: transparent url(../i/squish.png) no-repeat 0 right;  text-shadow: 3px 3px 3px #aaa;  color: #333; }

/* fan */
#fan { width: 120px; background: transparent; height: 30px; margin: 0 15px; float: left; }

/* logos & sky */

#logo, #logos2, #menu { margin: 0 20px; }

#sky, #blink { margin-left: 25px; margin-top: 1px; }

#logo, #logos2, #blink { width:120px; height:120px; margin-top: 1px; }

#logo img { }
#sider { height: 290px; padding:0; margin-top: 40px; overflow: hidden; }
#sider iframe { z-index: 100; }

#sky { width: 120px; height: 140px; z-index: 2; margin: 0 auto; z-index:200; }

#headx, #formx, #footx, #handx { background: url(../i/e.gif) no-repeat scroll 0 0; width: 120px;}
#headx { height:20px; }
#formx { height:100px; background-position:0px -100px; }
#footx { height:10px; background-position:0px -20px; }
#handx { height:20px; background-position:0px -30px; cursor: pointer; }
#handx:hover { background-position:0px -70px; }

#enter { background: transparent url(../i/enter.png) no-repeat 0 0; width:100px; height:90px; margin: 0 auto; display: block; }
#enter:hover { background-position:-100px 0; cursor: pointer; }

#blink {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    position: relative;
    margin: 0 auto;
}

#blink:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

#blink-text {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
}

/*** fleXcroll **/

.scrollgeneric { line-height: 0; font-size: 0; position: absolute; top: 0; left: 0; }
.vscrollerbar { width: 12px; background: url(../i/vscrollerbar.gif) scroll 0 0 repeat-y; }
.vscrollerbarbeg { width: 12px; height: 10px !important; background: #fff url(../i/vscrollerbarbeg.gif) scroll 0 0 no-repeat; }
.vscrollerbarend { width: 12px; height: 10px !important; background: #fff url(../i/vscrollerbarend.gif) scroll 0 0 no-repeat; }
.vscrollerbase { width: 12px; background: #fff; }
.vscrollerbasebeg { width: 12px; height: 1px !important; background: #fff; }
.vscrollerbaseend { width: 12px; height: 1px !important; background: #fff;}

/*** Footer ***/

#copyright { font-size: .9em; }
#copyright p { margin-bottom: 0;}
#copyright a { border-bottom: none; background: transparent; line-height: 30px; font-size: .8em; }

#social p {
	display: inline-block;
	color: #ccc;
	margin: 0 46px 0 20px;
	line-height: 30px;
	width: 120px;
}

#social p.smaller { margin-left: 4px; width: 300px; }

.c_social { width: 25px; height: 25px; margin: 3px; }

.c_facebook, .c_issuu, .c_vimeo, .c_flickr, .c_deviant, .c_linkedin, .c_twitter { background: url(../i/fint.png) no-repeat scroll 0 0; }

.c_facebook { background-position: 0px 0px; }
.c_linkedin { background-position: -25px 0px; }
.c_twitter { background-position: -50px 0px; }

.c_issuu { background-position: -25px 0px; }
.c_vimeo { background-position: -50px 0px; }
.c_flickr { background-position: -54px 0px; }
.c_deviant { background-position: -72px 0px; }

.c_facebook:hover { background-position: 0px -25px; }
.c_linkedin:hover { background-position: -25px -25px; }
.c_twitter:hover { background-position: -50px -25px; }

.c_issuu:hover { background-position: -18px -18px; }
.c_vimeo:hover { background-position: -36px -18px; }
.c_flickr:hover { background-position: -54px -18px; }
.c_deviant:hover { background-position: -72px -18px; }

/*** Colors ***/

.c0 { color: #FFFFFF; }
.c1 { color: #EF4135; }
.c2 { color: #F5A01A; }
.c3 { color: #FFE513; }
.c4 { color: #B4D334; }
.c5 { color: #07A54B; }
.c6 { color: #00A0AF; }
.c7 { color: #00AEEF; }
.c8 { color: #2E3191; }
.c9 { color: #A23F8B; }
.c10 { color: #E90E8B; }
.c11 { color: #750045; }
.c12 { color: #592B02; }
.c13 { color: #331901; }
.c14 { color: #4580D2; }

/*** Type ***/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #555;
}


h1, h2, h3, h4, blockquote {
	font-family: "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-family: Baskerville,Palatino,"Palatino Linotype",Georgia, serif;
	font-family: Georgia, serif;
	font-family: "Hoefler Text", Georgia, Times, serif;
	letter-spacing: 1px;
	line-height: 30px;
}

h1 {
	text-align: center;
	font-size: 2.8em;
	padding-top: 20px;
	line-height: 20px;
}

h2 {
	font-size: 2.4em;
	margin: 20px 0 10px 0;
}

h2.smaller { letter-spacing: 0; }

h3 {
	font-size: 1.6em;
	letter-spacing: .1em;
	margin: 15px 0 7px 0;
	font-weight: 600;
}

h4 {
	text-transform: uppercase;
	font-size: 1.5em; color: #111;
	line-height: 20px; 
	margin: 10px 0 5px;
}

h5 { }

p, li { line-height: 2em; font-size: 1.3em; }
strong, b {	font-weight: 600; }

li a, p a { color: #000; border-bottom: 1px solid #ccc; }
li a:hover, p a:hover { border-bottom: 1px solid #666; background: #f1f1f1; }

ul.pist {
	list-style-image: url(../i/star.gif);
	list-style-position: inherit;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}


blockquote {
	background: url(../i/quote.gif) no-repeat;
	font-size: 1.8em; line-height: 1.3em; font-style: italic;
	margin:  0  40px 0 0;
	padding-left: 40px;
	color: #444;
}

dt, dd { display: inline-block; font-size:1.3em; line-height:1.5em; margin-bottom: 1em; vertical-align: baseline; }
dt { font-weight:bold; width: 100px; font-size: 1em } 
dd { width: 460px;}

.w66 dd { width: 260px; }

dl.sl dt { width: 80px; } 
dl.sl dd { width: 182px;}

li { color:#333; font-size: 1.2em; line-height:2em; margin: 0; color: #555 }

blockquote p { line-height:1.5em!important; margin-bottom:1.5em!important; }

blockquote p cite{
	font-style:normal;
}

strong {
	font-variant:small-caps; font-size: 1.1em; color: #444; 
}

.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}

abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}

.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}

#first h3, #first h2 {
	margin: .5em 0;
}

.p-header h1 {
	font-family: "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 3em;
}

.p-header h3 {
	text-align: center;
	font-variant:small-caps;
	font-size: 1.6em;
	line-height: 20px;
	margin: 10px 0 0;
}

p.caption a, .numbers, .fleurish { font-family: "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif; }

#menuController .numbers { font-size: 1.3em; }

hr { clear: both; display: none; margin: 0; padding: 0; border: 0; height: 1px; background: #000; color: #000; }
.w33, .w50, .w66 { float: left; padding: 0!important; margin: 0!important;}

.w33 { width: 182px; }
.w50 { width: 285px; }
.w66 { width: 380px; }

.w33.pd { width: 195px!important; }
.w66.pd { width: 372px; }
.w50.pd { width: 270px; }

.w66.pd p { padding-right: 18px; }

h3.w33.option { margin-right: 6px!important; }

a.bbx, a.bbx1, a.bbx2 {
	font-family: "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, "Trebuchet MS", Helvetica, Arial, sans-serif;
	display: block;
	height: 62px;
	margin-top: 20px;
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #fff;
	font-size: 2.1em;
}

a.bbx1 {
	text-align: center;
	width: 182px;
	background: transparent url(../i/bbx1.png) 0 0 no-repeat;
}

a.bbx1 span {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -.05em;;
}

a.bbx1:hover, a.bbx2:hover {
	background-position: 0 -65px;
	cursor: pointer;
}

a.bbx2 {
	background: transparent url(../i/bbx21.png) 0 0 no-repeat;
	padding: 0 40px;
	text-align: center;
	height: 42px;
	font-size: 1.8em;
	line-height: 19px;
}

a.bbx2:hover {
	background-position: 0 -55px;
}

a.bbx2 span {
	font-variant: small-caps;
}

a.bbx {
	line-height: 25px;
	height: 52px;
	width:  302px;
	margin:0;
	text-align: center;
	float: left;
	background: transparent url(../i/bbx.png) center 0 no-repeat;
	letter-spacing: .3em;
	font-size: 1.6em;
}

a.bbx span {
	text-align: center;
	display: block;
	letter-spacing: 0;
	line-height: 15px;
	font-size: 1.3em;
}

a.bbx:hover {
	cursor: pointer;
	background-position: 0 -55px;
	text-shadow: none;
}

.pd img {
	margin: 10px 0 0 35px;
	border: 1px dotted #ccc;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.pd:first-child img {
	margin: 20px 0 0 35px;
}
#first {
	background: transparent url(../i/design-your-future.png) no-repeat -20px 53px;
}

#first h1, #first h2, #first h3, #pr1 h1 { 
	text-align: left; 
	margin: 0; 
	padding: 0; 
	letter-spacing: 0; 
}

#first h1 {
	padding-top: 50px;
	line-height: 25px;
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #bbb;
}

#first h2, #first h3 {
	float: left;
	font-family: helvetica, arial, sans-serif;
}

#first h3 {
	width: 430px;
	text-transform: uppercase;
	font-size: 4.0em;
	letter-spacing: -.05em;
	line-height: 40px;
}

#first h2 {
	width: 180px;
	font-size: 1.4em;
	letter-spacing: .1em;
	text-transform: none;
	line-height: 19px;
	padding-top: 1px;
	margin-left: 10px;
}

#pr1 h1 {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	letter-spacing: -.05em;
	line-height: 50px;
	font-weight: 600;
}

.pig {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
	padding-left: 50px;
	line-height: 18px;
	height: 40px;
}

.pig.last {
	margin-bottom: 0;
	height: 50px;
}
#f1, #f2, #f3, #f4, #f5, #f6, #f7, #f8 { background: transparent url(../i/ficons.png) 0 0 no-repeat;
}

#f2 { background-position: 0 -50px; }
#f3 { background-position: 0 -100px; }
#f4 { background-position: 0 -150px; }
#f5 { background-position: 0 -200px; }
#f6 { background-position: 0 -250px; }
#f7 { background-position: 0 -300px; }

dl.bl dt, dl.bl dd { width: 121px; padding: 5px 10px; margin: 0; border-bottom: 1px dotted #999; border-left: 1px dotted #999; background-color: #444; color: #fff; line-height: 20px; }
dl.bl dd.cell { color: #333; background: #f3f3f3; font-size: 1.5em;}

#opt_1 a, #opt_2 a, #opt_3 a { height: 295px; display: block; background: transparent url(../i/be123.png) top left no-repeat; }

#opt_1 a.certiv, #opt_2 a.certiv, #opt_3 a.certiv { background: transparent url(../i/bc123.png) top left no-repeat; }
#opt_1 a.wd, #opt_2 a.wd, #opt_3 a.wd { background: transparent url(../i/bw123.png) top left no-repeat; }

#opt_2 a, #opt_2 a.wd, #opt_2 a.certiv { background-position: 0 -300px;}
#opt_3 a, #opt_3 a.wd, #opt_3 a.certiv { background-position: 0 -600px;}

#opt_1 a:hover { background-position: -190px 0;}
#opt_2 a:hover { background-position: -190px -300px;}
#opt_3 a:hover { background-position: -190px -600px;}

.option span { color: #fff; text-align: center; display: block; font-weight: normal; line-height: 20px; padding-top: 30px; }
.option span.p { font-size: 2.5em; line-height: 30px;font-family: "Gill Sans", "Gill Sans MT", GillSansMT, GillSans, "Trebuchet MS", Helvetica, Arial, sans-serif; letter-spacing: .1em; }
.option span.t { font-size: .8em; font-weight: 600; }
.option span.q { font-size: .9em; letter-spacing: 4px; }
.option span.l { font-size: .9em; padding-top: 20px; }
.option span.m { letter-spacing: .2em; padding-top: 40px; }

li.caption { font-variant: small-caps; line-height: 1.6em; margin-left: 0; list-style: none; font-weight: 600; font-size: 1.4em; margin-bottom: .6em;}
h3.option a { text-shadow: 1px 1px 1px #888; }
h3.option + p { font-family: georgia, serif; font-size: 1.2em;}
dl { margin-bottom: 1em; display: table; }

.present { margin: 0 -9px; width: 638px; height: 225px; border-top: 1px solid #B4D334; border-bottom: 1px solid #B4D334; overflow: hidden; }

.slide, .quote { position: relative; } .skide { height: 100%;}
.slide .present { height: 320px; text-align: center; }
.slide .quote { float: right; line-height: 15px; height: 120px; font-size: 1.1em; margin-top: 20px;}
.slide blockquote, .slide cite { padding-left: 50px; font-family: Baskerville,Palatino,"Palatino Linotype",Georgia, serif;}
.slide blockquote { padding-left: 50px; background: transparent url(../i/quote2.png) no-repeat top left; line-height: 25px; font-style: italic;}
.slide cite { font-size: .9em; }
.slide .sample { height: 120px; width: 120px; float: left; }
.slide .ctrl { text-align: right; font-size: 4em; line-height: 10px; z-index: 100; position: absolute; top: 97px; right: 0; }
.slide .ctrl span { padding: 5px; }
.slide .ctrl span:hover { color: #B4D334; }
.quote blockquote { margin: 0; font-size: 1.5em;}

.sample img { padding: 00; border-top: 1px solid #B4D334; border-bottom: 1px solid #B4D334; width: 120px; height: 120px; }

.title h4 {
	text-transform: none; font-size: 1.1em; margin: 0; line-height: 40px; font-weight: bold;
}
/* */

.l1 span, .li p, .l1 p span { float: none; }

.l1 p { display: block; width: 220px; }

a.toggler {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2em;
	margin: 1em 0;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	color: #4580D2;
}

a.toggler:hover {
	background: rgba(0,0,0,.04) url(../i/tog.png) no-repeat bottom right;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#banner {
	background: transparent url(../i/banner.png) center no-repeat;
	height: 110px; width: 280px;
	z-index: 400;
	position:absolute;
	
	margin: -59px 0 0 350px;
	
}

#banner a { display: block;width: 100%; height: 100%; }

dd ul li {
	font-size: .9em;
	line-height: 2em;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
}

.sticker {
	background: transparent url(../i/software_level_sticker.png) top left no-repeat;
	height: 35px;
	width: 145px;
	margin: 20px 0 0 45px;
	padding-top: 165px;
	font-style: italic;
	text-align: center;
}

.sticker.begin { background-position: -190px 0 }
#terms h4 { color: #592B02; text-shadow: 2px 2px 2px #ddd }

#wdt dt { margin-top: 15px; text-transform: uppercase; font-size: 1em }
#wdt dd { border-top: 1px solid #777; padding: 15px 0 0 5px }
#wdt dd:last-child { border-bottom: 1px solid #777 }
#wdt ul { margin-bottom: 15px }
#wdt ul:first-child { border-bottom: 1px dotted #ccc; padding-bottom: 15px }
#wdt li.caption { font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; font-size: .9em; text-transform: uppercase; letter-spacing: 1px; color: #555 }

.adr p, .adr p span { font-size: 1em; font-weight: bold; margin: 0 }

p, ul, ol { margin-bottom: 2.4em }
dl + h4 { margin-top: 2.4em }

.contain p, .contain blockquote { text-align: justify }
#terms, #about { padding: 0 20px }
#blink:hover { cursor: pointer }

