	* {
		margin: 0px;
		padding: 0px;
	}
	
	a {
		outline: none;
	}
	
	body {
		background: #C0C0C0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	#container {
		width: 990px;
		margin: 10px auto;
	}
	
	#top {
		height: 100px;
	}
	
	#nav {
		height: 40px;
		width: 100%;
		text-align: left;
		clear: both;
	}
	
	#nav .nav-left {
		float: left;
		clear: none;
		width: 400px;
	}
	
	#nav .nav-right {
		float: right;
		clear: none;
		width: 400px;
	}
	
	#nav .nav-left ul {
		float: left;
		list-style: none;
		padding-left: 20px;
	}
	
	#nav .nav-right ul {
		float: right;
		list-style: none;
		padding-right: 20px;
	}
	
	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		font-size: 23px;
		color: #ffffff;
		display: block;
		text-decoration: none;
		background: url(../images/button_bg_off.png) no-repeat;
		width: 125px; height: 37px;
		line-height: 37px;
		padding-top: 3px;
		text-align: center;
	}
	
	#nav ul li a.active {
		background: url(../images/button_bg_on.png) no-repeat;
	}
	
	#header {
		height: 140px;
		width: 100%;
		margin-top: 0px;
		background: url(../images/top_bg.png) no-repeat;
	}
	
	#header h1.logo {
		float: left;
		text-indent: -54321px;
		display: block;
		background: url(../images/top_logo.png) no-repeat;
		width: 210px; height: 85px;
		position: relative;
		left: 30px;
		top: 5px;
	}
	
	#header .right {
		float: right;
	}
	
	#header h2.contacts {
		color: #000000;
		position: relative;
		font-size: 27px;
		margin-top: 15px;
		margin-right: 30px;
		text-align: left;
	}
	
	#header a {
		text-decoration: none;
	}
	
	#content {
		background: url(../images/bg_content.png) repeat-y;
		padding-top: 2px;
	}
	
	#content .main-left {
		float: left;
		width: 575px;
	}
	
	#content .heroshot {
		padding-left: 15px;
	}
	
	#content .bodytext {
		padding-left: 30px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	#content .main-right {
		float: right;
		width: 395px;
		padding-right: 9px;
	}
	
	/* LABEL MAKER STYLES 
	======================================*/
	
	#content .labelmaker {
		margin-bottom: 20px;
	}
	
	#content #labelmaker-form {
		padding: 20px;
		background: #f5f5f5;
	}
	
	#content .labelmaker h1 {
		background: #666666;
		font-size: 30px;
		color: #ffffff;
		text-align: center;
		line-height: 45px;
		height: 48px;
		display: block;
		margin-bottom: 0px;
	}
	
	#content .labelmaker label {
		display: inline-block;
		width: 170px;
	}
	
	#content .labelmaker label.text {
		display: inline-block;
		width: 60px;
	}
	
	#content .labelmaker input,
	#content .labelmaker select {
		width: 170px;
	}
	
	#content .labelmaker input.line {
		width: 280px;
	}
	
	#content .labelmaker .row {
		clear: both;
		padding-bottom: 7px;
	}
	
	#content .labelmaker .swatches {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	#content .labelmaker .swatch {
		margin-right: 2px;
	}
	
	#content .labelmaker .label {
		text-align: center;
		margin-top: 10px;
	}
	
	#content .labelmaker .logo {
		text-align: center;
		font-size: 12px;
	}
	
	#content .labelmaker p {
		margin-bottom: 5px;
	}
	
	#content .labelmaker p.actualsize {
		margin: 0px;
		font-size: 11px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	#content .labelmaker .buttons {
		margin-bottom: 10px;
		text-align: center;
	}
	
	#content .labelmaker .buttons .button-left {
		float: left;
		width: 150px;
	}
	
	#content .labelmaker .buttons .button-right {
		float: right;
		width: 150px;
	}
	
	#content .labelmaker p.labelmaker-intro {
		font-size: 12px;
		margin-bottom: 25px;
	}
	
	#content span.red {
		color: red;
	}
	
	
	#content h1 {
		color: #000000;
		font-size: 29px;
		margin-bottom: 15px;
	}
	
	#content h2 {
		color: #000000;
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	#content p {
		text-align: justify;
		color: #000000;
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	#content p.error {
		background:#F9C1C1 none repeat scroll 0 0;
		border:2px solid #FF9196;
		color:#990000;
		display:block;
		font-size:14px;
		font-weight: bold;
		margin-bottom:25px;
		padding:10px;
		width:450px;
	}
	
	#content p.success {
		font-size: 14px;
		padding: 10px;
		display: block;
		border: 2px solid #D3EEFF;
		background: #E8F6FF;
		color: #0052A4;
		width: 450px;
		margin-bottom: 25px;
	}
	
	#content table.account-orders {
		margin-bottom: 20px;
	}
	
	#content table.account-orders th {
		background: #ebeff2;
		padding: 8px;
	}
	
	#content table.account-orders td {
		background: #f5f7f8;
		padding: 4px;
		text-align: center;
	}
	
	#content table.order-details {
		border-color: #dadada;
    	border-width: 0 0 1px 1px;
    	border-style: solid;
		width: 100%;
	}
	
	#content table.order-details td {
		padding: 4px;
		border-color: #dadada;
    	border-width: 1px 1px 0 0;
    	border-style: solid;
    	margin: 0;
    	background-color: #FFFFFF;
	}
	
	#content table.order-details td.title {
		font-weight: bold;
		width: 200px;
	}
	
	#content .form-registration {
		
	}
	
	#content .form-registration label {
		display: block;
		clear: both;
		font-size: 12px;
		padding-bottom: 5px;
		font-weight: bold;
	}
	
	#content .form-registration span.subnote {
		font-size: 10px;
		font-weight: normal;
	}
	
	#content .form-registration input,
	#content .form-registration textarea {
		margin-bottom: 15px;
		font-size: 14px;
		color: #333333;
		padding: 3px;
		border: 1px solid #CCCCCC;
	}
	
	#content .form-registration input.form-button {
		padding: 5px 10px 5px 10px;
		font-weight: bold;
	}

	.clear {
		clear: both;
	}
	
	.block {
		clear: both;
		height: 20px;
	}
	
	a {
		color: #000000;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a img {
		border: 0px;
	}
	
	#bottom {
		text-align: center;
		background: url(../images/bg_content_bottom.png) no-repeat;
		height: 190px; width: inherit;
	}
	
	.big-buttons {
		margin-left: 65px;
		height: 103px;
	}
	
	.big-buttons .button {
		float: left;
		margin-right: 10px;
		height: 103px;
	}
	
	#bottom .credits {
		float: left;
		position: relative;
		left: 8px;
		top: 13px;
		clear: both;
	}
	
	.credits a.globalpictures {
		display: block;
		background: url(../images/bottom_gp.png) no-repeat;
		width: 123px;
		height: 64px;
		text-indent: -54321px;
	}
	
	#bottom .links {
		float: right;
		width: 500px;
		padding-right: 245px;
		padding-top: 20px;
		line-height: 22px;
	}
	
	/* Form Styles */
	.form label {
		display: block;
		margin-bottom: 5px;
	}
	
	.form input {
		font-size: 12px;
		padding: 3px;
	}
	
	p.success {
		background: #E1F0E1 none repeat scroll 0 0;
		border:2px solid #339933;
		color: #339933;
		display:block;
		font-size:14px;
		margin-bottom:25px;
		padding:10px;
		width:500px;
	}
