@charset "utf-8";

/* 	CSS for gostudyspain.es
		By Sebastian Thuer for Accom Consulting, Spain		
*/		


/* .......... html tags .......... */

body {
	margin: 0;
	padding: 0;
	background: #dcdcda url(../img/bg-body.gif) 50% repeat-y;
	color: #444;
	font: 75% Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
a {color: #D12E2E;}	
a:hover {color: #CC0000;}

h1, h2, h3, h4, h5, h6, p, ul, li, form, div { /* reset html elements */
	margin: 0; padding: 0;	
	}
	
	
/* .......... layout .......... */

#page { /* main container, wrap all the page */
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../img/bg-wrapper.gif) top center no-repeat; /* redefined for ie6/7 in style-ie.css */
	}	

#wrapper { /* second lever containr, wrap all the page but #page */
	clear: both;
	width: 960px;
	border: 0px solid #c00;
	margin: 0 auto;
	text-align: left;
	}	
	
#wrapper.sidebar { /* this class adds the 3rd column bg in all the pages but the home */
	background: #fff url(../img/bg-body-3col.gif) top right repeat-y;
	}		
	
#header { /* first element in the page, includes logo and main menu */
 height: 140px;
 margin: 0;
 padding: 0;
 background: #fec724 url(../img/bg-top.gif) top left repeat-x;
	}	
	
#bannerHome { /* banner used only on home page, includes image and text */
	height: 230px;
	background: #eee;
	border-bottom: 1px solid #c6c6c6;
	}	
	
#body { /* content columns in home and pages */
	clear: both;
	margin: 0;
	padding: 0;
	}	
	
#footer { /* footer area at the bottom of the page */
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	background: #febf01;
	border-top: 1px solid #EBB101;
	}	
	

/* .......... header .......... */

#header h1.logo { /* logo image and format texto to fit with img size */
	float: left;	
	width: 135px;
	height: 113px;
	margin: 0 0 0 30px;
	background: url(../img/logo-gss.gif) no-repeat;
	border: 0px solid #0c0;
	text-align: justify;
	font-size: 20px;
	}

#header h1.logo a span {visibility: hidden} /* hide text */
#header h1.logo	a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	}
	
/* ..... format the top menu section ..... */	
	
#header ul {
	float: right;
	width: 664px;
	height: 127px;
	margin: 0 10px 0 0;
	background: url(../img/bg_head_2011.png) top right no-repeat;
	}

#header ul li {
	float: left;
	margin: 50px 0 0 0;
	list-style-type: none;
	text-align: left;
	}	
	
#header li a span {visibility: hidden; font-size: 16px;} /* hide menu text */
#header li a {display: block; height:25px;text-decoration: none;}	 /* hide underline in ie */
#header li a:hover {border-bottom: 3px solid #FFEDB8;} /* show bottom line whe mouse is over */

/* ... menu items ... */
#header li.programs {width:80px;margin-right:36px;}
#header li.about {width:90px;margin-right:37px;}
#header li.why {width:80px;margin-right:34px;}
#header li.what {width:130px;margin-right:34px;}
#header li.contact {width:85px;}


/* .......... bannerHome .......... */

#bannerHome img { /* put imge on the left */
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
	}
	
#bannerHome h3 { /* main text on the right */
	padding: 0.7em 20px 0 0;
	color: #5b5858;
	font-size: 1.2em;
	line-height: 1.2em;
	}	
	
#bannerHome h4 { /* secondary text on the right */
	padding: 1em 20px 0.5em 20px;
	color: #5b5858;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	}		
	

/* .......... body .......... */

/* ... general titles ... */
#body h2 {margin: 1em 0; color: #fe830a; font: 1.8em Century Gothic, Arial, Helvetica, sans-serif}
#body h2 span {display: none;}

#body h3 {
	margin: 1.2em 0 0.6em 0;
	color: #666;
	font-size: 1.2em;
	}
	
#body h4 {	
	margin: 1.2em 0 0.6em 0;
	color: #999;
	font-size: 1em;
	}

/* ... home titles ... */
#body h2.program {background:url(../img/title-program.gif) top left no-repeat;width:197px;height:25px;}
#body h2.what {background:url(../img/title-what.gif) top left no-repeat;width:222px;height:25px;}
#body h2.why {background:url(../img/title-why.gif) top left no-repeat;width:162px;height:25px;}

#body p {
	margin: 1em 0;
	line-height: 1.4em;
	}	
	
#content ul {
	margin: 0.5em 0 0.5em 1.5em;
	list-style-type: square;
	}

#content li {
	margin: 1em 0;
	line-height: 1.4em;
	}	
	
#body a.more {text-decoration: none;}
#body a.more:hover {text-decoration: underline;}

/* ..... home config ..... */

#col1, #col2, #col3 {
	float: left;
	width: 280px;
	padding: 1em 20px;
	background: url(../img/bg-line-vertical-dotted.gif) top right repeat-y;
	}	
	
#col3	{
	 background-image: none;
	 }
	
ul.homeMenu { /* home menu on the left */
	margin: 0 1em;
	padding: 0;
	}	
	
ul.homeMenu li {
	margin: 0.2em 1em;
	list-style-image: url(../img/li-bullet-menu.gif);
	}	
	
ul.homeMenu li a {
	color: #FF7C00;
	text-decoration: none;
	}

ul.homeMenu li a:hover {	
	color: #D85600;
	text-decoration: underline;
	}
	
.box { /* area for each university at home */
	margin: 1em 0 2em 0;
	}
	
.box img.photoright {
	float: right;		
	border: 0px solid #4b4b4b;
	margin: 0 0 0 0.7em;
	}
	

	
.box img.border {
	border: 1px solid #4b4b4b;
	}	


/* ..... page config ..... */


/* ... breadcrumb ... */

#breadcrumb {
	height: 20px;
	margin: 0;
	padding: 0;
	background: #eee;
	border-bottom: 1px solid #ccc;
	}
	
#breadcrumb p {
	margin: 0;
	padding: 2px 0 0 0;
	color: #777;
	font: 0.9em Arial, Helvetica, sans-serif;
	}	
	
#breadcrumb img {
	float: left;
	margin: 0;
	padding: 0 5px 0 15px;
	border: 0;
	}
	
#breadcrumb a {
	color: #777;
	text-decoration: none;
	}	
	
#breadcrumb a:hover {	
	text-decoration: underline;
	}
	
#breadcrumb strong {	
	color: #303030;
	font-weight: normal;
	}		

/* ... menu ... */

#menu {
	float: left;
	width: 180px;
	padding: 1em 20px;
	background: #fff url(../img/bg-line-vertical-dotted.gif) top right repeat-y;
	}
	
/* ... content ... */

#content {
	float: left;
	width: 453px;
	padding: 1em 30px;
	background: #fff;
	}	
	
#content h3 {
	color: #ff6600;
	}	
	
#content ul ul {
	width: 400px; /* ie hack */
	margin: 0 0.5em;
	list-style-type: disc;
	color: #666;
	}	
	
#content ul ul li {	
	margin-left: 1.5em;
	list-style-type: disc;
	color: #666;
	}
	
#content img.photoright {
	float: right;
	margin: 0 0 0 2em;
	border: 1px solid #666;	
	}
	
#content img.photoleft {
	float: left;		
	border: 1px solid #666;
	margin: 0.5em 2em 0.5em 0;
	}		
	
#content div.clear {
	border: 0;
	clear: both;
	}	
	
#content strong.color {
	color: #ff6600;
	font-size: 1.2em;
	}
	
#content .highlight {
	padding: 0.3em 0.2em;
	border: 2px solid #FF9900;
	background-color: #FFFF99;
	}	

/* -- table for prices -- used in price.htm */		
#content table.price {
	margin: 0.5em 0;
	border: 1px solid #bbb;
	}
	
#content table.price th.title { /* the course title */
	background: #FF9900;
	padding: 0.3em;			
	color: #fff;
	font-size: 1.1em;
	text-align: center
	}	

#content table.price th {
	padding: 0.3em 0;
	background: #ddd;
	color: #222;
	border-bottom: 1px solid #aaa;
	}		
	
#content table.price td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}	
/* -- en prices table */		
	
/* -- table for registration form -- */	
#content table.registration {
	margin: 0.5em 0;
	}	
	
#content table.registration td {
	padding: 5px 3px;
	border-bottom: 0px solid #e0e0e0;	
	}	
/* -- en registration table -- */		

/* -- form items -- */
#content fieldset {	
	margin: 2em 0;
	border: 1px dotted #aaa;
	}

#content legend {
	background: #f90;
	padding: 2px 5px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	}

#content label {
	font-weight: bold;
	}		
	
#content label.radioLabel {
	font-weight: normal;
	color: #555;
	}	
	
#content input,
#content textarea,
#content select {
	border: 1px solid #ccc;
	padding: 1px 3px;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	}	
	
#content select {
	padding: 1px;
	}	
	
#content input.obligatory,
#content textarea.obligatory,
#content select.obligatory {
	border: 1px solid #fc0;
/*	margin-bottom: 4px;*/
	}	
	
#content input.button {
	background: #eee url(../img/bg-button.gif) top left repeat-x;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
	cursor: pointer;
	}		
/* -- end form items -- */	
	
#content img.bigphoto {
	margin: 1em auto;
	padding: 5px;
	background: #666;
	border: 2px solid #888;
	}
	
#content p.photodesc {
	padding: 1em 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	}	
	
#content .separator {
	margin: 1em 0;
	border-bottom: 1px dashed #aaa;
	}	
	
#content table.photogal {
	margin: 1em auto;
	}	
	
#content table.photogal td {
	border: 5px solid #fff;
	}		
	
#content table.photogal img {	
	background: #eaeaea;
	padding: 10px;
	border: 1px solid #00c;
	}
	
#content table.photogal a img {	
	border: 1px solid #666;
	}	
	
#content table.photogal a:hover img {		
	background: #FDF7E6;
	border-color: #FF6600;
	}
	
	
/* ..... extra ..... */

#extra {
	float: left;
	width: 225px;
	_width: 223px; /* ie6 hack */
	border-left: 1px solid #FFE495;
	text-align: center;
	}			
	
#extra div {
	margin: 10px auto;
	padding: 0 15px 1px 15px;
	background: url(../img/bg-line-horiz-dotted.gif) bottom left repeat-x;
	text-align: left;
	font-size: 0;
	} 
	
#extra div span {
	display: none;
	margin: 0;	
	} 	

#extra div p {
	margin: 1em 0;
	font-size: 11px;
	} 	
	
#extra div img, #extra div a img {
	margin: 0;
	padding: 0;
	border: 0;
	} 		
	
#extra ul {
	margin: 0.5em 10px;
	list-style: square;
	}
	
#extra li {
	margin: 0.2em 5px;
	color: #777;
	font-size: 11px;
	}		
	
#extra li li {		
	margin-left: 5px;
	list-style-type: disc;
	}
	
#extra li a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
	}	
	
#extra li a:hover {			
	color:#FF6600;
	}


/* .......... footer .......... */

#footer p {
	padding: 10px 0;
	color: #fefefe;
	text-align: center;
	}
	
#footer a {
	color: #fefefe;
	border-bottom: 1px dotted #fefefe;
	text-decoration: none;	
	}
	
#footer a:hover {
	border-bottom-style: solid;
	color: #fff;
	}	
	

/* .......... response .......... */

#response {
	margin: 2px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}
	
#response	h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	color: #FE830A;
	text-align: left;
	}
	
#response p {
 margin: 10px 0;
 text-align: left;
 }	
 
#response img.image { 
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
	}	
