/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 733px;
	margin-top:0px;
	}

.wrapper {
	width:733px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	}

.header {
	text-align:left;
	}

.header .left_col {
	width:194px;
	float:left;
	}

.bd {
	width:733px;
	}

.bd #col1 {
	margin-left:-194px;
	margin-top:28px;
	width:194px;
	font-size:small;
	float:left;
	}

.bd #col1 #event {
	min-height:253px;
	color:#000;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/green_flag.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.bd #col1 #event #title {
	margin-top:1.75em;
	font-size:16px;
	}
.bd #col1 #event #copy {
	margin-top:.5em;
	font-size:14px;
	margin-bottom:2em;
	}
.bd #col1 a#event {
	color:#FFF;
	text-decoration:none;
	}

.bd #col1 #apple {
	border:#333 thin solid;
	padding: 5px 5px 5px 5px;
	}

.bd #col2 {
	width:316px;
	float:left;
	font-size:small;
	padding-top:14px;
	padding-right:10px;
	padding-left:10px;
	}

.bd #col3 {
	width:203px;
	}

.bd .title {
	margin-top:10px;
	width:593px;
	text-align:center;
	font-weight:bold;
	font-size:large;
	}

.bd .text {
	font-size:small;
	}

.bd .col1 {
	text-align:center;
	width:50%;
	float:left;
	}

.bd col2 {
	width:50%;
	}

.bd h1 {
	font-weight:bold;
	font-size:medium;
	margin-bottom:-10px;
	}

.text td {
	padding-left:10px;
	padding-right:10px;
	font-size:medium;
	}
	
.text th.head{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:large;
	}

.text th {
	text-align:left;
	font-weight:bold;
	font-size:large;
	padding-left:10px;
	padding-right:10px;
	}
	
.text .wrap_right {
	width:515px;
	float:left;
	padding-right:10px;
	}

.text .wrap_left {
	width:515px;
	float:right;
	padding-left:10px;
	}

	
.footer {
	clear:both;
	padding-top:20px;
	font-size:small;
	text-align:center;
	}

.footer p {
	margin:-2px 0 -2px 0;
	}

a {
	color:#0000FF;
	text-decoration:none;
	}

.link_logo {
	float:left;
	padding-right:25px;
	margin-left:100px;
	}

.link_details {
	text-align:left;
	font-size:medium;
	}

/*Gallery Styles*/
#search {
	width:588px;
	margin-top:20px;
	margin-right:20px;
	float:left;
	}

#events{
	width:115px;
	float:left;
	margin-top:20px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	}
.event_summary {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:12px;
	}

.navigation {
	font-size:12px;
	color:#666666;
	text-align:center;
	}
.navigation a {
	color:#666666;
	text-decoration:none;
	}
.navigation a:hover {
	font-weight:normal;
	color:#333333;
	}
.navigation select {
	font-size:smaller;
	}

#gallery_col1 {
	width:253px;
	float:left;
	}
#gallery_col2 {
	width:480px;
	margin-left:253px;
	}
.thumb {
	width:160px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#666666;
	text-align:center;
	}

.clear {
	clear:both;
	}

#LargeImage {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	}
#LargeImage #filename {
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	}

.button {
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 9pt;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	font-family: Arial;
	background-color: #dcdcdc;
	cursor: hand;
	padding-left:10px;
	padding-right:10px;
	}

.button a {
	text-decoration:none;
	font-weight:normal;
	}

.selected_image {
	float:left;
	margin-top:20px;
	margin-right:20px;
	min-height:150px;
	}

#qty {
	float:left;
	padding-right:25px;
	}
#submit {
	padding-top:1.2em;
	}

/*Shopping Cart*/
#homecart {
	margin-left:20px;
	font-size:10px;
	}
#minicart {
	position:absolute;
	font-size:10px;
	width:150px;
	margin-left:575px;
	margin-top:-20px;
	}

.item {
	margin-top:1em;
	}
	
.item .thumbnail {
	float:left;
	width:180px;
	margin-left:40px;
	min-height:80px;
	}

.err {
	color:#FF0000;
	}
.err a {
	color:#FF0000;
	text-decoration:none;
	}
.err a:hover {
	font-weight:bold;
	}

.status_bar {
	height:25px;
	background-color:#000000;
	color:#FFFFFF;
	width:539px;
	margin-left:194px;
	}

h2 {
	font-size:16px;
	font-weight:bold;
	}
	
.total_title {
	padding-left:450px;
	width:90px;
	float:left;
	font-weight:bold;
	}

.total_amount {
	width:50px;
	float:left;
	}
.total_amount p {
	margin-top:0em;
	text-align:right;
	margin-bottom:0.25em;
	}

.label {
	font-weight:bold;
	font-size:14px;
	float:left;
	}
.data {
	margin-left:125px;
	}

#ccards {
	float:left;
	}
#AuthorizeNetSeal {
	float:left;
	margin-left:125px;
	}
#ssl {
	float:left;
	margin-left:125px;
	}

h2 {
	margin-bottom:-0.75em;
	}

/*Speed Secrets*/
.bd .ssecrets_text {
	font-size:small;
	}

.ssecrets_text h2 {
	font-size:14px;
	font-weight:bold;
	}

.ssecrets_text td {
	padding-left:10px;
	padding-right:10px;
	font-size:medium;
	}
	
.ssecrets_text th.head{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:large;
	}

.ssecrets_text th {
	text-align:left;
	font-weight:bold;
	font-size:large;
	padding-left:10px;
	padding-right:10px;
	}
	
.ssecrets_text .wrap_right {
	width:480px;
	float:left;
	padding-right:10px;
	}

.ssecrets_text .wrap_left {
	width:480px;
	float:right;
	padding-left:10px;
	}

.ssecrets_text .image {
	padding-top:20px;
	}

#logo {
	position:relative;
	height:0px;
	left:20px;
	top:20px;
}

