/* --------------- Setup -------------- */
body {
    /*padding: 50%;*/
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color:#AA9999;
}

a {
	text-decoration: none;
    color: Maroon;
}
a:hover {
    color: Red;
}

img {
	border: 0px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}


/* --------------- Main Block -------------- */
#mainBlock {
	position:absolute;
	width: 955px;
	height: 600px;
    margin:auto;
    margin-top: 20px;
    
    /*top: 50%;
    margin-top: -300px;*/
    left: 50%;
    margin-left: -478px;
	
	background-image:url(../images/swoosh_back.jpg);
}

/* --------------- Header -------------- */
#header {
	position: absolute;
	top: 10px;
	left: 10px;
}
#headerLines {
	margin-top: 2px;
}

#headerText {
	position: absolute;
	top: 84px;
	left: 325px;

	text-align: center;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
#header .divider {
	margin-left: 3px;
	margin-right: 3px;
}
#pf_header {
	position: absolute;
}
#pf_header #jobName {
	position: absolute;
	top: 6px;
	left: 2px;
	width: 225px;
	text-align: center;
	
	font-size: 12px;
	letter-spacing: 2px;
	color: white;
}

#header a {
    color: Black;
}
#header a:hover {
    color: Red;
}
#headerText .selected {
    color: #BB0000;
}

/* --------------- Content -------------- */
#content {
	position: absolute;
	top: 125px;
	left: 10px;
	
	height: 465px;
	width: 935px;
	overflow: auto;
	
	/*border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;*/
}


/* --------------- Splash -------------- */
#splash {
	position: absolute;
	top: 180px;
	left: 0px;
	color: white;
}
#splashText1 {
	position: absolute;
	/*top: 85px;*/
	top: -1000px;
	left: 35px;

	font-size: 32px;
	font-weight: normal;
	letter-spacing: 5px;
	word-spacing: 10px;
}
#splashText2 {
	position: absolute;
	/*top: 45px;*/
	top: -1000px;
	left: 705px;
	width: 230px;

	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
}

/* --------------- Portfolio -------------- */
.pf_buttons {
	float: left;
}
.pf_button_row {
	clear:left;
	width: 240px;
}
.pf_button_row p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px;
	margin-left: 5px;
}
.pf_buttons .spacer {
	margin: 0px;
	height: 10px;
	width: 10px;
	clear:left;
}
.pf_button {
	width: 58px;
	height: 59px;
	background-image:url(../images/portfolio/pf_button_back.png);
	float: left;
	margin-right: 2px;
}
.pf_button img {
	margin-top: 3px;
	margin-left: 3px;
}
.pf_button img:hover {
	border-style: solid;
	border-color: #FF0000;
	border-width: 2px;
	margin-top: 1px;
	margin-left: 1px;
}

.pf_screens {
	margin-top: 13px;
	margin-left: 325px;
}

.pf_screen {
	width: 288px;
	height: 226px;
	background-image:url(../images/portfolio/pf_screen_back.png);
	float: left;
	margin-right: 2px;
}
.pf_screens .hasbro {
	width: 455px;
	height: 225px;
	background-image:url(../images/portfolio/pf_screen_back_hasbro.png);
}
.pf_screens .npcc {
	width: 434px;
	height: 244px;
	background-image:url(../images/portfolio/pf_screen_back_npcc.png);
}
.pf_screens .pratt {
	width: 312px;
	height: 199px;
	background-image:url(../images/portfolio/pf_screen_back_pratt.png);
}
.pf_screens .rotary {
	width: 469px;
	height: 246px;
	background-image:url(../images/portfolio/pf_screen_back_rotary.png);
}
.pf_screen img {
	margin-top: 7px;
	margin-left: 7px;
}
.pf_text {
    margin-left: 300px;
    margin-top: 270px;
    width: 500px;
}
.pf_text .caption {
    color: Maroon;
    font-weight: bold;
}

.pf_text .client {
    display: inline;
}
.pf_text .website {
    position: absolute;
    right: 150px;
    display: inline;
}


/* ---- Normal Content --- */
.contactContent {
    width: 400px;
    margin-left:320px;
    margin-top: 40px;
}




/* --------------- Footer -------------- */

#footer {
	position: absolute;
	top: 535px;
	left: 10px;
}
#footerText {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#footer .divider {
	margin-left: 12px;
	margin-right: 12px;
}



/* ---------- Text Block -----*/
.textBlock {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 40px;
}


div.storeContent, div.staffContent, div.jobsContent {
    width: 600px;
    margin: auto;
}

.storeContent h1, .staffContent h1, .jobsContent h1 {
    /*margin-top: 20px;*/
    font-size: 15pt;
    margin-bottom: 0px;
    /*clear: right;*/
}

.storeContent h2, .staffContent h2, .jobsContent h2 {
    font-size: 12pt;
    margin-top: 0px;
}

.storeContent img, .staffContent img, .jobsContent img {
    float: right;
}

div.product, div.employee, div.job {
    margin-bottom: 60px;
}

.employee p, .job p, .job li {
    font-size: 13px;
}

p.listHead {
    font-weight: bold;
    font-size: 15px;
}

.employee img {
    margin-left: 10px;
}

div.job {
    margin-left: 40px;
}

.jobsContent .header {
    margin-left: 40px;
    font-size: 13px;
}