a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}



.SideBorders {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 8px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.BottomBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 8px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.ContentBorders {
	border: 1px solid #cccccc;
}


.sucktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}
.sucktitleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
}
.sucktitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.sucktitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #DC0000;
}





.sucktextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.sucktextboldgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
}
.sucktextboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.sucktextboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #DC0000;
}





.sucktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.sucktextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.sucktextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.sucktextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #DC0000;
}




.sucksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.sucksmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.sucksmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.sucksmallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	height: auto;
	width: auto;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #DC0000;
}






/* ---------- HOMEPAGE STYLES  ----------*/
@font-face {
    font-family: 'Swiss 721 Blk BT';
    src: url('fonts/swissk.ttf');
}
.swiss {
	font-family: 'Swiss 721 Blk BT', 'Helvetica', 'Arial', sans-serif;
	font-size: 24px;
}
#left_column {
	width: 300px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}
#right_column {
	width: 624px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}


/* ----------  PRODUCT PAGE BANNER STYLES  ----------*/
.outer {
	width: 100%;
	text-align:center;
}
.wrapper {
	margin: 0 auto;
	width: 940px;
	min-height: 500px;
	padding: 0 20px ;
}
.content {
	float: left;
	text-align:left;
	margin-top: 20px;
}
.clearfix {
	clear: both;
}
.product_pack {
	margin: 0;
	padding:0;
}
#right_column p img {
	border: 1px solid #666;
	/*margin: -1px;*/
}
.column_box {
	border: 1px solid #666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.column_box p, .column_box form {
	margin: 10px;
}
.column_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 6px;
	display: block;
	background: #FFF;
	color: #666;
	font-weight: normal;
	text-transform: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/*360 Product styles*/   /*margin-top: 100px;*//*border: 1px solid #F00;*/
/*.prod_outer {
	margin: 0 auto;
	
	width: 940px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding: 20px;	
}
.prod_inner {
	width: 800px;
	margin: 0 auto;
}
.360_left {
	float:left;
	width: 460px;
	margin-right: 20px;
	margin-top: 40px;
	text-align: left;
}
.360_left p {
	margin-top: 0;
	
}

.360_right {
	float: left;
	border-left: 1px solid #ff0000;
	width: 300px;
}*/

/*FONT TEST*/
.wrap_outer {
	width:940px;
	margin: 0 auto;
}
.wrap_inner {
	width: 300px;
	margin: 0 auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}
.wrap_inner h1 {
	padding:0;
	margin: 0;
	font-size: 24px;
	color: #000;
}
.wrap_inner p {
	font-size: 12px;
}
.wrap_inner .p_bold {
	font-weight: bold;
}

/*HELVETICA*/

.Helvetica-Grey-mid-24 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
}

.Helvetica-Grey-mid-12 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.Helvetica-Grey-mid-12Bold {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

.Helvetica-Grey-mid-10 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}