/* ----- [ css for tandem studios] ------
** base colours **

back: 			#475071
type on Blue: 	#9197AE
Headlines:		#766A54
Sub Heads:		#B2B2B8
Text:			#51515E
*/
html {
	height:100%;
		
}

body {
	font-family: "trebuchet ms", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #f3f3f3;
	padding:0;
	margin: 60px auto 0 auto;
	color:#51515E;
	position:absolute;
	top:50%;
	width: 98%;
}

#contactForm {
	background-color: #f3f3f3;
}

/* Hides from IE-mac \*/
body { margin-top:-275px; }
/* End hide from IE-mac */

#container {
	margin: 0 auto 0 auto;
	height:575px;
	width: 770px;
}


p {
	line-height: 18px;
	margin: 0px 0px 8px 0px;
}

p.title {
	font-weight: bold;
	font-style:italic;
	font-size:14px;
	margin-bottom: 8px;
	color:#766A54;
}

p.subtitle {
	font-weight: bold;
	line-height: 18px;
	margin: 12px 0px 0px 0px;
	color:#B2B2B8;
}

.question {
	font-weight: bold;
	line-height: 18px;
}

div.pLink {
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
	line-height: 18px;
}
div.pLink a {
	
	color:#9BADAC;
	
	padding-left:10px;
	background-image:url(/medias/gif/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

div.pLink a.hilite {
	color: #51515E;
	font-weight:bold;
	background-image:url(/medias/gif/arrow_hi.gif);
}

	

a {
	text-decoration:none;
	color: #FFF;
}

p a {
	color: #9D380A;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

.wai { /* Accessibility Components */
	display:none;
	visibility:hidden;
	width:0;
	height:0;
}

/************************ LANGUAGE & HOME PAGE LINK ************************/

#header {
	position:relative;
	top:0;
	left:0;
	width:770px;
	height:30px;
	color: #FFF;
	font-size:18px;
}

#phone {
	position:relative;
	float:right;
	margin-top: 5px;
	padding-right: 5px;
	width:170px;
	color: #51515E;
	font-size:12px;
}
/************************ CENTER SECTION ************************/
/*                 (Article & left/right menus)                 */

div.pagelayout {
	position:relative;
	margin:auto;
	width:775px;
	background-color:#FFFFFF;	
}
#main {
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	width:770px;
	height:515px;
	background-color: #FFF;
}


/*** ARTICLE ***/
	


div.block {
	position:relative;
	top:10px;
	left:0px;										/* I have to do the left position */
	width:600px;						/* in this roundabout way because */
	margin:0px 0px 0px 170px;			/* of the Mac IE indentation bug	*/
	padding:0px;
	font-size:11px;
}

div.fullBlock {
	position:relative;
	top:10px;
	left:0px;										
	width:560px;						
	margin:0px 0px 0px 170px;		
	padding:20px 10px 10px 20px;	
	height: 465px;
	font-size:11px;
	line-height:12px;
	background-color:#EAE9E6;
}

/* version: big image on left */
#leftBlock {
	width:340px;
	height:495px;
	margin:0;
	padding: 0;
}

#rightBlock {
	position:absolute;
	left: 360px;
	height:395px;
	padding: 0px 20px 0px 10px;
	margin: 100px 0px 0px 0px;
	float:right;
	text-align:left;
}

/* WIDE VERSION FOR TANDEM PAGE*/

#leftBlockWide {
	width:450px;
	height:495px;
	padding:10px 0px 0px 50px;
	text-align:justify;
}

/* version: small image on right */
#bigTextBlock {
	position:absolute;
	width:280px;
	height:490px;
	margin: 0px 0px 0px 0px;
	padding: 5px 35px 0px 45px;
	background-color:#EAE9E6;
}

#smallImageBlock {
	position:absolute;
	left: 360px;
	height:395px;
	padding: 0px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
	float:right;
	text-align:left;
}

/* portfolio */
/* big image version */
#contentBlock {
	width:225px;
	padding:0px;
	font-size:11px;
	float:right;
	margin: 5px 0px 0px 0px;
	text-align:left;
}
/* text & icons */
#collectionText {
	width: 210px;
	height: 210px;
	margin-top: 70px;
	
}
#navLinks {
	width: 220px;
	height: 70px;
}

#imageBlock {									
	width:375px;
	height:400px;
	margin:0px;
	padding:0px;
}
#icons {
	width: 225px;
	height: 115px;
	line-height: 0px;
}

a .iconHilite {
	border: 1px solid #0D3F2F;
	margin-right: 4px;
	margin-bottom: 8px;
}

a .icon {
	border: 1px solid #B4B4B4;
	margin-right: 4px;
	margin-bottom: 8px;
}

/*** MAIN MENU ***/
#menu {
	position:absolute;
	left:15px;
	top:170px;
	width:150px;
	padding: 10px 0px 10px 0px;
	background-color:#EAE9E6;
}

#submenu {
	position:absolute;
	left:15px;
	top:275px;
	width:150px;
	padding: 10px 0px 10px 0px;
	background-color:#EAE9E6;
}

#menuBlock {
	position:absolute;
	left:15px;
	top:10px;
	width:100px;
	height: 50px;
	background-color:#A3A7B8;
}

#menuBlockLeft {
	position:absolute;
	left:10px;
	top:65px;
	width:50px;
	height: 95px;
	background-color:#A3A7B8;
}

#submenu div,
#menu div,
#login div {
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;
	font-size: 10px;
	
	line-height:14px;
	margin: 0px 0px 5px 20px;
	padding-left:10px;
	background-image:url(/medias/gif/menuPoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#submenu div.normal a,
#menu div.normal a,
#login div.normal a {
	color: #51515E;
	
}
#submenu div.normal a:hover,
#menu div.normal a:hover,
#login div.normal a:hover {
	/*color:#475071;*/
	color:#000;
	text-decoration: underline;
}

#menu div.hilite,
#login div.hilite {
	font-weight: bold;
	background-image:url(/medias/gif/menuPoint_hi.gif);
}
#submenu div.hilite a,
#menu div.hilite a,
#login div.hilite a {
	color:#475071;
}

#login {
	position:absolute;
	left:15px;
	top:475px;
	width:150px;
	padding: 7px 0px 3px 0px;
	background-color:#EAE9E6;
}

#faqNum {
	position:absolute;
	left:45px;
	top:465px;
	width:200px;
	padding: 7px 0px 3px 0px;
	font-weight:bold;
}

#faqNum a {
	color: #51515E;
	font-weight:normal;
	
}
#faqNum a:hover {
	text-decoration: underline;
}




/*** MAIN MENU END ***/



div.xtraInfo {
	color: white;
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;	
	font-size: 9pt;
  	padding: 30px 0px 40px 0px;
	margin: 0px 0px 0px -7px;
	width: 175px;
	background-color: #A7A7A7;
}

div.xtraInfo p {
	margin: 8px 10px -5px 7px ;
	line-height: 15px;
	
}
div.xtraInfo p a {
	color: white;
}
.sep {
	margin: 5px 10px 10px 7px ;
	border-bottom: dashed 1px white;
}


input {
  border: 1px solid #C0C0C0;
  font-size: 9pt;
  padding: 1px;
  width: 150px;
  height: 14px;
  padding: 2px;
}

input.radio {
  border: none;
  font-size: 9pt;
  padding: 1px;
  width: 20px;
  height: 12px;
  padding: 2px;
}

textarea {

}

input.submit {
  border: 1px dashed #C0C0C0;
  font-size: 10pt;
  font-weight:bold;
  padding: 1px;
  width: 100px;
  height: 28px;
  padding: 2px 0px 2px 0px;
  margin:0px;
}

div.line {

	height: 1px;
	width:535px;
	background-color:#CCCCCC;
	font-size: 1px;
	line-height: 1px;
	margin: 4px 0px 4px 0px;
}

.error {
	color:#993300;
	font-weight:bold;
}


/************************ FOOTER ************************/

div.footer {
	position:relative;
	margin:0px;
	width:600px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9197AE;
}
div.flashVersion {
	position:absolute;
	text-align:right;
	left:600px;
	top:7px;
	width:160px;
}


.nobreak {
	white-space:nowrap;
}


div.block_footer {
}


div.seperator {
  background-image: url(images/post_footer.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 15px 0px 10px 0px;
}


