@charset "UTF-8";
/* CSS Document */


/*------------------------*/

/*  Scallywags Toy Store  */

/*------------------------*/


body {
	background-color: #40c8f4;
	margin-top: 10px;
	height:100%;
}

#wrapper {
	width:750px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: table-cell;
}
#holder {
	height: 100%;
	width: 100%;
	text-align: left;
	display: table;
	position: absolute;
}
.main_holder {
	width: 750px;
	height: 450px;
	border: #FFFFFF solid 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.header {
	float: left;
	width: 535px;
	height: 80px;
}



/* Navigation Section */

.navbar {
	float: right;
	width: 215px;
	height: auto;
}

#nav {
	float:left;
	width:215px;
	margin-top: 10px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float:left;
	width: 215px;
	text-align: center;
    margin: 0;
    padding: 0px;
	list-style: none;
}
#nav a, #nav strong, #nav span {
    display: block;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
    display: block;
	text-decoration: none;
}
#nav #current, #nav #current a {
	color: #FFFFFF;
}



/* Mainbody Section */

.mainbody_text {
	float: left;
	width: 495px;
	height: 370px;
	padding-left: 20px;
	padding-right: 20px;
}

.thumbnail_image {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}



/* Right Bottom Corner Image */

.rightcorner_picture {
	float: right;
	vertical-align: bottom;
	width: 215px;
	height: 188px;
	position: relative;
	z-index: 10;
}

.rcp_contact {
	left: -275px;
	top: 0px;
}

.rcp_index {
	left: -20px;
	top: -28px;
	position: relative;
	z-index: 0;
}


/* Footer Section */

.footer {
	width: 752px;
	height: 125px;
	margin-bottom: 20px;
	background-image:url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: auto;
	margin-right: auto;
}
.margin5 {
	margin:5px;
}
