/* Stylesheet for Phillips & Father */

/* Mozilla will force scrollbar (will appear disabled if not required) */
html { overflow: -moz-scrollbars-vertical; }

body {
	font-family: Arial, Georgia, Geneva, sans-serif;
	background-image:url(../images/background_main.gif);
	background-repeat:repeat-x;
	background-color:#2264bc;
	color: #fff;
    margin:0;
}

h1 {
	background-image:url(../images/heading_01.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top: 0;
	padding: 10px 0 0 44px;
	min-height: 40px;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#dffe4f;	
}

h2 {
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color: #dffe4f;
}

h3 {
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#dffe4f;
}

h5 {
	font-size:18px;
	font-weight:normal;
	color:#d6f52e;
	margin:0px 0px 5px 0px;
}

img {
	border:0px;
}

a {
	color:#fff;
	border:0px;
}

a:hover {
	color:#ffcc33;
}

li {
	line-height:20px;
}

#container {
	margin: 0 auto;
	position:relative;
	width:740px;
}

#logo {
	margin: 0 auto;
	width:718px;
	height:95px;
}

/**** Menu styling ****/
#menu {
	text-align:center;
	position:absolute;
	top:89px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:738px;
	height:36px;
}

#menu a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

#menu a:hover {
	color:#ffcc33;
	text-decoration:none;
}

/* Forces tabs to grow higher when page is selected.
/* The id is required in the menu anchors.
/* A unique id is required in the body tag of each page */
#online #menu-online {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#login #menu-login {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#studio #menu-studio {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}


/* product type menu styling */


#memorabilia #menu-memorabilia {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#dvd #menu-dvd {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#frame #menu-frame {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#plaque #menu-plaque {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}


#online #menu-photos {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#about #menu-about {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#contact #menu-contact {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#support #menu-support {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#check #menu-check  {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#support #menu-support {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#events #menu-events {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

#upcoming #menu-upcoming {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-weight:bold;
	padding-top: 10px;
	line-height:36px;
}

#regalia #menu-regalia {
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	line-height:36px;
}

/**** Content styling ****/
#content {
	width:710px;
	padding: 45px 15px 0px 15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.number {
	line-height:20px;
}



#content input {
	border: solid 1px #88b6e5;
	color : #3573b8;
	font-size: 12px;
	font-family: Arial,Georgia, Geneva, sans-serif;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}

#content textarea {
	border: solid 1px #88b6e5;
	color : #3573b8;
	font-size: 12px;
	font-family: Arial,Georgia, Geneva, sans-serif;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}

#content select {
	border: solid 1px #88b6e5;
	color : #598cc5;
	font-size: 12px;
	font-family: Arial,Georgia, Geneva, sans-serif;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}



#pagination {
	margin: 0 auto;
	width:670px;
	padding:10px 15px 30px 15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
#pagination img {
	border:0px;
}

#pagination a {
	color:#fff;
	border:0px;
	padding:0px 10px 0px 10px;
}

#pagination a:hover {
	color:#ffcc33;
}

#pagination strong {
	border:solid 1px #fff;
	padding:0px 3px 0px 3px;
	background-color:#4f97dc;
	font-size:14px;
}

#firstlink {
	padding:10px;
}

#gotoForm {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
}

#gotoForm form {
	position: relative;
	left: -50%;
	padding: 8px;
	background-color: #3974c3;
}

#gotoForm input {
	border: solid 1px #6291cf;
	color : #fff;
	font-size: 11px;
	font-family: Arial,Georgia, Geneva, sans-serif;
	background-color:#184785;
	height:17px;
}


hr {
	border:dotted 1px #7cb6e9;
	height:1px;
}



.previous {
	text-decoration:none;
}

.next {
	text-decoration:none;	
}


/* itemview is a more generic version of photolarge */
#itemview { }

#photos {
	margin: 0 auto;
	background-color:#3277c8;
	border:solid 1px #4e83c9;
	width:670px;
	padding:20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#photos img {
	margin:7px;
}

#photolarge  {
	margin: 0 auto;
	background-color:#3277c8;
	border:solid 1px #4e83c9;
	width:670px;
	padding:20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#photolarge table {
	width:710px;
}

#photolarge a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#photolarge a:hover {
	display:block;
	color:#c5f600;
	text-decoration:none;
	font-size:11px;
}

#photolarge strong {
	color:#ffcc33;
}


#photolarge h2 {
	font-size:11px;
	padding-left:25px;
	background-color:#5588cc;
	background-image:url(../images/icon_cart.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	width:130px;
}

#photolarge h4 {
	font-size:11px;
	padding-left:25px;
	background-color:#5588cc;
	background-image:url(../images/icon_continue.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	width:130px;
}

#photolarge h5 {
	font-size:11px;
	padding-left:25px;
	background-color:#5588cc;
	background-image:url(../images/icon_checkout.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	width:130px;
}

.submit_link {
	display: block;
	width: 130px;
	font-size: 14px;
	line-height: 1em;
	border: 1px solid #4e83c9;
	padding: 4px 8px 4px 25px;
	margin-top: 10px;
	background-color:#5588cc;
	background-image: url(../images/icon_checkout.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

.submit_link a { text-decoration: none; }

#checkout {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	padding:0px
}

#checkout img {
	border:solid 3px #fff;
	margin:7px;
}

#checkout h3 {
	border:solid 1px #fff;
	padding:3px;
	background-color:#5588cc;
	font-weight:normal;
}

#checkout h2 {
	font-size:14px;
	border:solid 1px #fff;
	padding:3px;
	background-color:#5588cc;
	font-weight:normal;
	text-decoration:none;
}

#checkout h5 {
	background-image:url(../images/heading_05.gif);
	line-height:22px;
	border:solid 1px #fff;
	font-size:18px;
	font-weight:normal;
	color:#436500;
	padding:0px 0px 1px 10px;
	margin:0px;
}


#cartcontents {
	width:680px;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

#cartcontents td {
	border-bottom: solid 1px #5588cc;
	padding: 3px;
	margin: 0px;
	border-collapse: collapse;
}

#cartcontents tr {
	border-bottom:solid 1px #5588cc;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

#cartcontents thead {
	background-color:#5588cc;
	font-weight: bold;
	padding-top:3px;
}

#cartcontents thead td {
	padding: 3px;
}

.edit {
	border-bottom:solid 1px #5588cc;
	height:20px;
	background-color:#1b4986;
}

#cartcontents a {
	color:#fff;
	text-decoration:none;
}

#cartcontents a:hover {
	color:#ffcc33;
	text-decoration:none;
}

.hover img{
	border: 3px solid #fff;
	margin:0px 9px 0px 9px;
}

.hover:hover img{
	border: 3px solid #ffcc33;
}

.hover:hover{
	color: red; /* Dummy definition to overcome IE bug */
}




.noborder {
	border:0px;
}

#button {
	background-image:url(../images/background_button.gif);
	border:solid 1px #fff;
	height:20px;
	padding:3px;
	text-decoration:none;
	font-size:11px;
}

#button a {
	background-image:url(../images/background_button.gif);
	border:solid 1px #fff;
	height:16px;
	color:#2668be;
	padding:3px;
	text-decoration:none;
	font-size:11px;
}

#button a:hover {
	border:solid 1px #2668be;
	height:16px;
	color:#2668be;
	padding:3px;
	text-decoration:none;
	font-size:11px;
}

#packagebutton {
	background-image:url(../images/background_package_button.gif);
	width:116px;
	color:#00367f;
	padding:7px 15px 7px 15px;
	text-decoration:none;
	font-size:11px;
}

#packagebutton a {
	background-image:url(../images/background_package_button.gif);
	width:116px;
	color:#00367f;
	padding:10px;
	text-decoration:none;
	font-size:11px;
}

#packagebutton a:hover {
	width:116px;
	color:#00367f;
	padding:10px;
	text-decoration:none;
	font-size:11px;
}


.enter {
	border:0;
	width:20px;
	height:20px;
}

.tablepackage {
	width:100%;
}

.tablepackage td {
	background-color:#4e89ce;
	line-height:1.4em;
	border-top:solid 1px #81aadc;
}


.tablelargephoto {
	width:100%;
	padding:0px;
	margin:0px;
}

.tablelargephoto td {
	background-color:#4e89ce;
	line-height:26px;
	border-top:solid 1px #81aadc;
}

.tableLargeSpacer {
	background-color:#2264bc;
}

.largetxt {
	color:#d6f52e;
	font-size:20px;
}	

.categoryMenu li {
	line-height:16px;
	list-style-image:url(../images/li_arrow.gif);
}

.categoryMenu a {
	text-decoration:none;
}

.categoryMenu a:hover {
	background-color:#4785ce;
}

#imageManipulationLink {
	padding:10px;
	border:dashed 1px #518bd0;
	background-color:#3c7ecb;
	text-align:center;
}

#imageManipulationLink a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#imageManipulation h3 {
	padding:10px;
	border:dashed 1px #518bd0;
	background-color:#3c7ecb;
	text-align:center;
	color:#ffcc33;
}

#imageManipulation img {
	margin-bottom:-13px;
}

.addToCart {
	font-size:11px;
	padding: 5px 5px 5px 25px;
	margin-top:10px;
	background-color:#5588cc;
	background-image:url(../images/icon_checkout.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	width:130px;
}

.alert { padding: 8px; background-color: #ffc; border: 3px solid #a98; color: #000; font-size: 1.24em; }
.alert.bad { background-color: #930; border-color: #c00; color: #fff; }
.alert.good { background-color: #090; border-color: #0c0; color: #fff; }

.alert a {
	 color: #000;
}

.alert.bad a, .alert.good a {
	 color: #fff;
}

.tabbed_content {
	clear: both;
	position: relative;
	top: -32px;
	z-index: 100;
}

.content_tabs {
	position: relative;
	float: right; margin-right: 15px;
	margin-top: 5px;
}
.content_tab {
	position: relative;
	float: left;
	z-index: 90;
}
.content_tab_img {
	float: left;
}
.content_tab_text {
	float: left;
	height: 54px;
	color: #fff;
	padding-top: 17px;
	font-size: 12px;
	font-weight: bold;
}

.content_tab_infront { z-index: 110; }

.content_tab_behind { z-index: 90; }

.content_tab_green .content_tab_text {
	background: url(../../images/tabs/green_back.png) repeat-x;
	padding-top: 13px;
	font-size: 19px;
	font-weight: normal;
}

.content_tab_blue .content_tab_text {
	background: url(../../images/tabs/blue_back.png) repeat-x;
}

.content_tab_red .content_tab_text {
	background: url(../../images/tabs/red_back.png) repeat-x;
}

.content_tab_text a { color: #fff; text-decoration: none; }
.content_tab_text a:link { color: #fff; text-decoration: none; }
.content_tab_text a:active { color: #fff; text-decoration: none; }
.content_tab_text a:visited { color: #fff; text-decoration: none; }
.content_tab_text a:hover { color: #fff; text-decoration: none; }

.boxcorner {
	padding: 15px 0 0 20px;
	margin: 0px 0 30px 20px;
	clear: right;
}

.boxcorner_green {
	background-color: #3277c8;
	background-image: url(../../images/boxcorner_green.jpg);
	background-repeat: no-repeat;
	width: 320px; min-height: 50px;
}

.boxcorner h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.boxcorner a { text-decoration: none; color: #dffe4f; }
.boxcorner a:link { text-decoration: none; color: #dffe4f; }
.boxcorner a:active { text-decoration: none; color: #dffe4f; }
.boxcorner a:visited { text-decoration: none; color: #dffe4f; }
.boxcorner a:hover { text-decoration: none; color: #ffcc33; }

.discount { background-color: #5c477f; color: #fff; padding: 0 3px; font-weight: normal; }
