/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; 
    /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

body{font-size: 62.5%;} /* 62.5% means 1em = 10px */

ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
}

a{text-decoration:none;}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{background-color: #000000;}
    
img{border-width: 0px;}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	overflow:auto;
	text-align:center;
	}
	
/*-----------------------------
	NAV BAR
-----------------------------*/
#nav{
	height:43px;
	background-image: url(cpdBar.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:374px;
	text-align:center;
}

#centerDiv{
	height:43px;
	width: 234px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#link1,#link2{
	float:left;
	padding-right:34px;
}

/*-----------------------------
	CONTACT
-----------------------------*/

#logoNormal{
	width: 64px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}

#logoLeft{
	width: 64px;
	padding-top:65px;
	padding-left:100px;
	float:left;
}

#textLeft, #textNormal{
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#textNormal{padding-top:40px;}

#textLeft{
	text-align:left;
	padding-top:65px;
	padding-left: 30px;
	float: left;
}

#textLeft a:link, #textNormal a:link {color:#FFFFFF}
#textLeft a:visited, #textNormal a:visited {color:#FFFFFF} 
#textLeft a:hover, #textNormal a:hover {color:#666666}
#textLeft a:active, #textNormal a:active {color:#666666}

.title{
	font-weight:bold;
	font-size:18px;
}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
}
.show_normal,
.show_flipped{
	width:320px;
    height:418px;
}
.show_left,
.show_right{
	width:480px;
    height:270px;
}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
}
