/* Overall */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background: url(../images/Layout_BG.jpg) no-repeat center top;
	background-color: #000;
}

input, select, textarea {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #666;
	background: #333;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.10) inset;
	padding: 4px;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input:hover, select:hover, textarea:hover {
	border-color: #999;
}
input:focus, select:focus, textarea:focus {
	border-color: #CC99FF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 0 3px #CC99FF !important;
}
input[type='image'],
input[type='radio'],
input[type='checkbox'] {
	border: none !important;
	box-shadow: none !important;
}
input[type='radio'],
input[type='checkbox'] {
	vertical-align: -2px;
}
input[type='submit'],
input[type='button'],
input[type='reset'] {
	box-shadow: none !important;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

label {
	margin-right: 1.5em;
}

a {
	color: #CC99FF;
	text-decoration: underline;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #B32C91;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 1.6em 0;
	line-height: 1.8em;
}
.p_margin {
	margin-bottom: 0;
}
.p_padding {
	padding-bottom: 0;
}
.p_center {
	text-align: center;
}
.p_left {
	text-align: left;
}
.p_right {
	text-align: right;
}

.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

ul, ol {
	margin: -0.8em 0 0 0;
	padding: 0 0 1em 3em;
}
ul ul, ol ol {
	margin-top: 0;
}
ul li, ol li {
	margin-bottom: 0.6em;
}
#body_container ul,
#body_container ol {
	display: table;
}

hr {
	border-style: none;
	border-top: 1px solid #9966CC;
	margin: 1em -40px 2em -40px;
	background-color: #000;
	color: #000;
	clear: both;
}

img {
	border: 0;
}

.unbold {
	font-weight: normal;	
}

sup, sub {
	font-size: 0.6em;
}

* :focus {
	outline: 0;
}


/* Headings */
h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

h1 {
	font-family: 'Great Vibes', serif;
	font-weight: normal;
	font-size: 56px;
	color: #CC99FF;
	margin-bottom: 0.3em;
}

h2 {
	font-family: 'Great Vibes', serif;
	font-weight: normal;
	font-size: 48px;
	color: #CC99FF;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 20px;
	color: #CC99FF;
	margin-bottom: 1.0em;
}

h4 {
	font-size: 18px;
	color: #C191F1;
	margin-bottom: 1.0em;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	color: #BB369C;
	margin-bottom: 1.0em;
}


/* Sub-Headings */
.Heading1 {
	color: #CC99FF;
	font-size: 16px;
	font-weight: bold;
}

.Heading2 {
	color: #CC99FF;
	font-size: 16px;
	font-weight: bold;
}

.Heading3 {
	color: #CC99FF;
	font-size: 11px;
}

.Heading4 {
	color: #C191F1;
	font-size: 16px;
	font-weight: bold;
}

.Heading5 {
	color: #BB369C;
	font-size: 16px;
	font-weight: bold;
}

.Heading6 {
	color: #CC99FF;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}


/* Highlights */
.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}

.Highlight3 {
	color: #CC99FF;
}

.Highlight4 {
	color: #CC99FF;
}

.Highlight5 {
	color: #CC99FF;
}

.Highlight6 {
	color: #C191F1;
}

.Highlight7 {
	color: #BB369C;
}


/* Backgrounds */
.Background1 {
	background-color: #F2E6FF;
	border-right: 4px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background2 {
	background-color: #F2E6FF;
	border-right: 4px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background3 {
	background-color: #F2E6FF;
	border-right: 4px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background4 {
	background-color: #F2E8FC;
	border-right: 4px solid;
	border-color: #DBC0F7;
	color: #A864EB;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background5 {
	background-color: #F9EBF6;
	border-right: 4px solid;
	border-color: #EFC8E6;
	color: #932B7B;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background6 {
	background-color: #EBEBEB;
	border-right: 4px solid;
	border-color: #D1D1D1;
	color: #696969;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}


/* Callout */
.Callout1 {
	background-color: #F2E6FF;
	border-left: 7px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

.Callout2 {
	background-color: #F2E6FF;
	border-left: 7px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

.Callout3 {
	background-color: #F2E6FF;
	border-left: 7px solid;
	border-color: #DBB8FF;
	color: #B266FF;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

.Callout4 {
	background-color: #F2E8FC;
	border-left: 7px solid;
	border-color: #DBC0F7;
	color: #A864EB;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

.Callout5 {
	background-color: #F9EBF6;
	border-left: 7px solid;
	border-color: #EFC8E6;
	color: #932B7B;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

.Callout6 {
	background-color: #EBEBEB;
	border-left: 7px solid;
	border-color: #D1D1D1;
	color: #696969;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	page-break-inside: avoid;
}

p.Callout1,
p.Callout2,
p.Callout3,
p.Callout4,
p.Callout5,
p.Callout6 {
	padding-bottom: 12px;	
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px;
	margin: 6px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-radius: 2px;
}
a .ImageLink {
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover .ImageLink {
	background-color: #FFF;
	border-color: #B32C91;
}
table.ImageLink {
	border-collapse: collapse;
	width: 1%;
	font-size: 0.85em;
	color: #666;
}
table.ImageLink td {
	padding: 5px;
}
table.ImageLink hr {
	margin: 5px 0 2px 0;
	border-style: dotted;
}

.ImagePad_Left {
	margin: 0 0 1em 1em;
}
.ImagePad_Right {
	margin: 0 1em 1em 0;
}

.ImageCircle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3,
.Btn4,
.Btn5,
.Btn6,
a.button,
input.button {
	background: none;
	border-bottom: 0;
	border: 0px solid;
	/*padding: 4px 11px 6px 11px;*/
	padding: 6px 12px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,0.75);*/
	box-shadow: none;
	border-radius: 0px;
	-webkit-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-moz-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-ms-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover,
.Btn5:hover,
.Btn6:hover,
a.button:hover,
input.button:hover {
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.35);
}
.Btn1:active,
.Btn2:active,
.Btn3:active,
.Btn4:active,
.Btn5:active,
.Btn6:active,
a.button:active,
input.button:active {
	position: relative;
	top: 1px;
}
.Btn1:visited,
.Btn2:visited,
.Btn3:visited,
.Btn4:visited,
.Btn5:visited,
.Btn6:visited,
a.button:visited,
input.button:visited {
	color: #FFF;
}
.Btn1:focus,
.Btn2:focus,
.Btn3:focus,
.Btn4:focus,
.Btn5:focus,
.Btn6:focus,
a.button:focus,
input.button:focus {
	border-color: inherit;
}

a.button,
input.button,
.Btn1 {
	background-color: #9933FF;
	border-color: #9933FF;
	color: #FFF;
}
a.button:hover,
input.button:hover,
.Btn1:hover {
	background-color: #CC99FF;
	border-color: #A347FF;
	color: #FFF;
}

.Btn2 {
	background-color: #CC99FF;
	border-color: #9933FF;
	color: #FFF;
}
.Btn2:hover {
	background-color: #DBB8FF;
	border-color: #A347FF;
	color: #FFF;
}

.Btn3 {
	background-color: #CC99FF;
	border-color: #9933FF;
	color: #FFF;
}
.Btn3:hover {
	background-color: #DBB8FF;
	border-color: #A347FF;
	color: #FFF;
}

.Btn4 {
	background-color: #C191F1;
	border-color: #8E37E5;
	color: #FFF;
}
.Btn4:hover {
	background-color: #D0ACF4;
	border-color: #9849E8;
	color: #FFF;
}

.Btn5 {
	background-color: #BB369C;
	border-color: #6C1F5A;
	color: #FFF;
}
.Btn5:hover {
	background-color: #CA46AB;
	border-color: #7C2467;
	color: #FFF;
}

.Btn6 {
	background-color: #666666;
	border-color: #6E6E6E;
	color: #FFF;
}
.Btn6:hover {
	background-color: #989898;
	border-color: #6E6E6E;
	color: #FFF;
}

.BtnImg {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.BtnImg img {
	border: 0;
	vertical-align: middle;
}

.BtnSplash {
	display: inline-block;
	padding: 8px 16px;
	width: 100px !important;
}


/* Layout */
#header,
#header_container,
#body_container,
#footer,
#footer_container,
#center,
.layout_outer {
	margin: 0 auto;
}

#wrapper,
#header_container,
#body_container,
#footer_container,
.layout_inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#wrapper {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#header {
	position: relative;
	/*background: url(../images/Layout_Header.jpg) no-repeat center top;*/
	height: 113px;
}

#body_bg {
	/*background: url(../images/Layout_BodyBG.jpg) repeat-y center top;*/
	overflow: hidden;
	clear: both;
}

#body {
	/*background: url(../images/Layout_Body.jpg) no-repeat center top;*/
	overflow: hidden;
}

#body_container {
	min-height: 300px;
}

#body_left {
	width: 92%;
	padding: 40px 40px 20px 40px;
	margin: 0 0 25px;
	border-top: 1px solid #9966CC;
	background: url(../images/Layout_BodyBG.png);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,1);
	box-shadow: 0 0 25px rgba(0,0,0,1);
}

#body_right {
	float: right;
	width: 250px;
	margin-left: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	background: url(../images/Layout_Pattern.jpg) #663399 center top;
	height: 253px;
	clear: both;
}

#footer_bg {
	/*background: url(../images/Layout_FooterBG.jpg) repeat-x center top;*/
	overflow: hidden;
	clear: both;
}

#toolbar {
	background: url(../images/Layout_Pattern.jpg) #663399 center top;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #E2DBCC;
}
#toolbar a {
	color: #E2DBCC;
	text-decoration: none;
	margin-left: 1.0em;
}
#toolbar a:hover {
	color: #FFF;
}
#toolbar .layout_inner {
	text-align: right;
}

#taskbar {
	background: url(../images/Layout_PatternDark.jpg) #3B1C59 center top;
	height: 55px;
}


/* Navigation (Text) */
#nav {
	position: absolute;
	top: 58px;
	right: -6px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	margin: 0 0.2em;
	padding: 0 1.2em;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a.selected {
	color: #9966CC;
	text-decoration: none;
	border-bottom: 5px solid #9966CC;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 56px;
	left: 3px;
	font-weight: normal;
	font-style: normal;
	/*
	border-top: 2px solid #000;
	border-bottom: 7px solid #000;
	background: rgb(0,0,0);
	filter: alpha(opacity=85);
	background: rgba(0,0,0,0.85);
	*/
	border-left: 0px solid #8040BF;
	background-color: #9966CC;
	/*-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	box-shadow: 0 0 6px rgba(0,0,0,0.6);*/
}

#nav ul li li {
	/*border-bottom: 1px dotted #414141;*/
	border-top: 0px solid #A679D2;
	border-bottom: 0px solid #8C53C6;
	width: 100%;
}

#nav ul li li:last-child {
	/*border-bottom: 0;*/
}

#nav li ul a {
	display: block;
	padding: 6px 1.3em 6px 0.9em;
	margin: 0;
	/*width: 150px;*/
	font-size: 13px;
	white-space: nowrap;
	height: auto;
	line-height: normal;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #FFF;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	-moz-transition: background 0.2s linear, color 0.2s linear;
	-ms-transition: background 0.2s linear, color 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

#nav li ul a:hover {
	background-color: #663399;
	color: #FFF;
	border-bottom: 0px;
}

#nav li li ul {
	top: 0px;
	left: 1px;
	margin-left: 100%;
}

#nav ul li.parent > a {
	border-right: 2px solid;
	border-color: #B28CD9;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-ms-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	transition: border 0.2s linear;
}

#nav ul li.parent > a:hover {
	border-color: #663399;
}

#nav ul li.parent > a > div.marker {
	display: block;
	position: absolute;
	top: 0.4em;
	right: 0.6em;
	/*font: 16px Webdings, Wingdings;*/
	color: #B28CD9;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#nav ul li.parent > a:hover > div.marker {
	color: #663399;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 215px;
	color: #FFF;
	font-size: 14px;
	text-align: left;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#navf ul li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
}
#navf ul li a {
	color: #FFF;
	text-decoration: none;
}
#navf ul li:first-child a {
}
#navf ul li a:hover {
	color: #CC99FF;
	text-decoration: none;
}


/* Home */
#home {
	position: absolute;
	top: 30px;
	left: 10px;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 329px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #CC99FF;
}


/* Designed */
#designed {
	position: absolute;
	top: 19px;
	left: 395px;
	width: 602px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
}
#designed a {
	color: #FFF;
	text-decoration: none;
}
#designed a:hover {
	color: #CC99FF;
}


/* Rotator */
#rotator {
	position: absolute;
	top: 8px;
	left: 7px;
	height: 380px;
}
#rotator_container {
	height: 340px;
}


/* Buttons (Home/Header) */
#buttons {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* Call To Action */
#cta {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;	
}
#cta strong {
	font-size: 35px;
	color: #F00;
}


/* Card */
#card {
	position: absolute;
	top: 30px;
	left: 630px;
	font-size: 13px;
	width: 359px;
}
#card p {
	line-height: normal;
}
#card img {
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}
#card a {
	color: #FFF;
	font-size: 13px !important;
	text-decoration: none;
}
#card a:hover {
	color: #CC99FF;
}


/* Social */
#social {
	position: absolute;
	top: 30px;
	left: 337px;
}
#social img {
	margin: 0 5px 2px 0;
}

#facebook {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#facebook a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#twitter {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#twitter a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#linkedin {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#linkedin a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

.list_social {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_social li {
	display: inline;
	margin: 0 0px 0 0 !important;
	padding: 0;
}
.list_social li a {
	font-size: 16px;
}


/* Link Icons */
.icon_pdf {
	background: url(../images/icons/Icon_PDF.png) no-repeat 0 50%;
	padding-left: 19px;
}

.icon_pdf20 {
	background: url(../images/icons/Icon_PDF20.png) no-repeat 0 50%;
	padding: 3px 0 3px 23px;
}

.icon_pdf32 {
	background: url(../images/icons/Icon_PDF32.png) no-repeat 0 50%;
	padding: 10px 0 10px 35px;
}

.icon_email {
	background: url(../images/icons/Icon_Email.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_add {
	background: url(../images/icons/Icon_EmailAdd.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_sub {
	background: url(../images/icons/Icon_EmailSub.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_phone {
	background: url(../images/icons/Icon_Phone.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_phone2 {
	background: url(../images/icons/Icon_Phone2.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_fax {
	background: url(../images/icons/Icon_Fax.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_mobile {
	background: url(../images/icons/Icon_Mobile.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_map {
	background: url(../images/icons/Icon_MapPin.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_calendar {
	background: url(../images/icons/Icon_Calendar.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_web {
	background: url(../images/icons/Icon_Globe.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_service {
	background: url(../images/icons/Icon_Bell.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_support {
	background: url(../images/icons/Icon_Support.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_help {
	background: url(../images/icons/Icon_Question.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_login {
	background: url(../images/icons/Icon_Lock.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_news {
	background: url(../images/icons/Icon_News.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_cart {
	background: url(../images/icons/Icon_Cart.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_back {
	background: url(../images/icons/Icon_ArrowLeft.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_print {
	background: url(../images/icons/Icon_Print.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_home {
	background: url(../images/icons/Icon_Home.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_sitemap {
	background: url(../images/icons/Icon_Sitemap.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_search {
	background: url(../images/icons/Icon_Search.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_sections {
	background: url(../images/icons/Icon_Sections.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success {
	background: url(../images/icons/Icon_Tick.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success_small {
	background: url(../images/icons/Icon_Tick_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_warning {
	background: url(../images/icons/Icon_Exclamation.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_warning_small {
	background: url(../images/icons/Icon_Exclamation_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_error {
	background: url(../images/icons/Icon_Cross.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_error_small {
	background: url(../images/icons/Icon_Cross_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_required {
	background: url(../images/icons/Icon_Error.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_required_small {
	background: url(../images/icons/Icon_Error_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_plus {
	background: url(../images/icons/Icon_Plus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_minus {
	background: url(../images/icons/Icon_Minus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_zip {
	background: url(../images/icons/Icon_Zip.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_chat {
	background: url(../images/icons/Icon_Chat.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_doc {
	background: url(../images/icons/Icon_Document.png) no-repeat 0 50%;
	padding-left: 17px;
}

.icon_download {
	background: url(../images/icons/Icon_Download.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_upload {
	background: url(../images/icons/Icon_Upload.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_globe {
	background: url(../images/icons/Icon_Globe.png) no-repeat 0 50%;
	padding-left: 20px;
}


.icon_video {
	background: url(../images/icons/Icon_Film.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_video_small {
	background: url(../images/icons/Icon_FilmSmall.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_video_play {
	background: url(../images/icons/Icon_FilmPlay.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_centella {
	background: url(../images/icons/Icon_Centella.png) no-repeat 0 50%;
	padding: 3px 0 4px 20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.95);
}


/* Font Icons */
[class^="icon-"],
[class*=" icon-"] {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}


/* Lists */
.list_pdf {
	list-style-type: none;
	padding: 0 0 1em 1.6em;
}
.list_pdf li {
	background: url(../images/icons/Icon_PDF.png) no-repeat 0 50%;
	padding-left: 20px;
}

.list_colors {
	list-style-type: none;
	padding: 0 0 1em 0;
}
.list_colors li {
	padding-left: 1.0em;
}
.list_colors div {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 0.3em;
	background-color: #999;
	border: 1px solid rgba(0,0,0,0.35);
}

.list_unpad {
	padding-left: 1.0em;
}

.list_font_check {
	list-style-type: none;
	padding: 0 0 1em 1.2em;
}
.list_font_check li:before {
	margin: 0 5px 0 -15px;
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #9966CC;
}
.list_font_check a {
	color: #FFF;
	text-decoration: none;	
}
.list_font_check a:hover {
	color: #CC99FF;
}


/* FAQ */
#faq dt {
	position: relative;
	color: #CC99FF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	padding-left: 27px;
	padding-bottom: 2px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#faq dt strong {
	position: relative;
	top: 1px;
}
#faq dt:hover {
	color: #B32C91;
}
#faq dt div {
	position: absolute;
	top: -6px;
	left: 0px;
	font-weight: bold;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
}
#faq dd {
	position: relative;
	color: #0A0A0A;
	line-height: 21px;
	background-color: #FBFBFB;
	border-top: 3px solid #CCC;
	margin: 3px 0px 0px 15px;
	padding: 1px 8px 5px 32px;
	overflow: hidden;
}
#faq dd div {
	position: absolute;
	top: 0px;
	left: 4px;
	color: #DDD;
	font-weight: bold;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
}
#faq_toggle {
	font-weight: bold;
	font-size: 11px;
}


/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* Quotes */
blockquote {
	padding: 0px;
	margin: 0px 30px;
	/*clear: both;*/
}

blockquote:before,
blockquote:after {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 3.5em;
	color: #C0C0C0;
}

blockquote:before {
	content: '\201C';
	vertical-align: -0.95em;
	margin: 0 0 0 -30px;
	line-height: 0.2em;
}

blockquote:after {
	float: right;
	content: '\201D';
	line-height: 0.0em;
}

blockquote p {
	padding-bottom: 0.5em;
	font-size: 1.0em;
}

blockquote cite {
	font-style: normal;
	font-size: 0.8em;
}


/* Paging */
#paging_nav {
	list-style: none;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	/*
	border-top: 1px solid;
	border-color: #CCC;
	background-color: #F5F5F5;
	color: #000;
	*/
}
#paging_nav,
#paging_nav select {
	font-size: 12px;
}
#paging_nav span {
	font-weight: bold;
}
#paging_nav li {
	float: left;
	white-space: nowrap;
	margin-top: 7px;
}
#paging_nav li.left {
	width: 24%;
	text-align: left;
}
#paging_nav li.left span {
	margin-left: 8px;
}
#paging_nav li.mid {
	width: 50%;
	padding-top: 5px;
	text-align: center;
}
#paging_nav li.right {
	width: 25%;
	text-align: right;
}
#paging_nav li.right select {
	margin-right: 4px;
}


/* Grid */
.grid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 20px 20px 0;
	/*width: 130px;*/
}
.grid:nth-child(2n) { /* (every 2nd div) */
	margin-right: 0;	
}
.grid img {
	margin-left: 0;
	/*width: 120px;*/
}

.grid_table {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 0px 50px 0;
	width: 49%;
	text-align: left;
}
.grid_table:nth-child(2n) {
	margin-right: 0;
}
.grid_table tr td:first-child {
    width: 30%;
}

.grid_image {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin: 0 5em 2em 0;
}

.block {
	float: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}


/* Multi-Column List */
.col2, .col3, .col4, .col5, .col6 {
	margin-bottom: 1.0em;
	overflow: hidden;
}
.col2 li, .col3 li, .col4 li, .col5 li, .col6 li {
	float: left;
}
.col2 li { width: 50%; }
.col3 li { width: 33.333%; }
.col4 li { width: 25%; }
.col5 li { width: 20%; }
.col6 li { width: 16.666%; }

.nobullets {
	list-style: none;
	padding-left: 0;
}


/* Tables */
th, td {
	padding: 2px;
}

table.table {
	border-collapse: collapse;
	margin-bottom: 2.5em;
}
table.table td,
table.table th {
	border: 1px solid #CCC;
	padding: 6px;
	font-size: 0.9em;
}

table.table_0 th,
table.table_0 td {
	padding: 0 !important;	
}

table.table_1 th,
table.table_1 td {
	padding: 1px !important;	
}

table.table_2 th,
table.table_2 td {
	padding: 2px !important;	
}

table.table_3 th,
table.table_3 td {
	padding: 3px !important;	
}

table.table_altrows tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.01);
}
table.table_altrows tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.03);
}
table.table_altrows tr:first-child {
	background-color: rgba(0, 0, 0, 0.05);
}

form table {
	/*width: 500px;*/
}


/* Placeholder */
.placeholder {
	color: #969696 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #969696;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #969696;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #969696;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #969696;
}


/* Google Maps */
.gmap_infowin,
.gmap_infowin a {
	font-family: sans-serif !important;
	font-weight: normal !important;
	text-align: center;
	min-width: 175px;
	color: black;
}
.gmap_links,
.gmap_links a {
	font-size: 10px !important;
}


/* Lightview */
.lv_button_top_close {
	top: 20px !important;
	left: auto !important;
	right: 65px !important;
}

.lv_title_caption,
.lv_title_caption_slide {
	font-family: inherit !important;
	font-size: 0.95em !important;
}

.lv_title_caption_slide {
	padding: 10px 0 7px !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.95) !important;
	width: 100% !important;
}

.lv_title {
	color: #FFF !important;
	width: 100% !important;
}

.lv_slider {
	padding: 10px 0 14px !important;
}


/* Validation */
.required:hover,
.required_email:hover,
.required_phone:hover,
.required_alpha:hover,
.required_numeric:hover,
.required_highlight {
	border-color: #C00;
}


/* Panel */
#panel {
	position: relative;
	background: url(../images/Layout_Panel.jpg) no-repeat;
	width: 300px;
	height: 250px;
	color: #FFF;
	text-shadow: 0px 0px 4px #000;	
}
#panel table {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 250px;
}
#panel td {
	padding: 4px;
}
#panel_btn {
	position: absolute;
	top: 200px;
	right: 10px;
	width: 100px;
	height: 50px;
}
#panel_btn input {
	width: 100%;
	height: 100%;
	border: 0;
	box-shadow: none;
	cursor: pointer;	
}
#panel input,
#panel textarea,
#panel select {
	width: 100%;
	color: #000;         
}
#panel input[type='radio'],
#panel input[type='checkbox'] {
	width: auto !important;
}


/* Tools */
.tools {
	position: absolute; 
	top: -50px; 
	right: 0; 
	padding: 3px; 
	font-weight: normal;
}
.tools a {
	margin-left: 1em;
	text-decoration: none;
	font-size: 13px;
}


/* Print */
@media print {
	h1, h2, h3, h4, h5, h6, pre {
		page-break-after: avoid;
	}
	
	table tr, ul, ol {
		page-break-inside: avoid;
	}

	#header,
	#footer,
	#panel,
	a.zoom span,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}



/* OpenCart */
#container a,
#header .links a,
#header #cart .heading a,
#container a, a:visited, a b {
	color: #CC99FF;					/* EDIT */
}
#container a:hover {
	color: #B32C91;					/* EDIT */
}

.price {
	font-size: inherit !important;
	font-weight: normal !important;
	color: #CC99FF !important;		/* EDIT */
}

.price-old {
	color: #CC99FF;					/* EDIT */
}

.price-new {
	color: #090;					/* EDIT */
}

.product-info .image:hover,
.product-list .image img:hover,
.product-grid .image img:hover,
.product-info .image-additional img:hover,
.box-product .image img:hover,
#header #cart .cart .image img:hover,
#currency a:hover {
	border-color: #CC99FF;
}

#container,
#container body,
#container td,
#container th,
#container input, 
#container select, 
#container textarea,
#container a,
#container a:visited,
#header .links a,
#header #cart .heading a {
	font-size: 14px;			/* EDIT */
}

#container {
    width: auto;
	margin: 0px 0 15px 0;
}

.product-info .image,
.product-list .image img,
.product-grid .image img,
.product-info .image-additional img,
.box-product .image img,
#header #cart .cart .image img,
#currency a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.button, input.button {
	height: auto;
	line-height: normal;
	color: #FFF !important;
}

a.button:hover, input.button:hover {
    background-position: 0 0;
    background-image: none;
}

#header {
	padding-bottom: 0;
}

#container #header {
	background: none;
	padding-bottom: 4px;
	margin-bottom: 7px;
	height: 115px;
	z-index: auto !important;
	border: 0;
}

#footer {
	border: none;
	padding: 0;
	min-height: 0px !important;
}
#container #footer {
	background: none;
	background-color: #F8F8F8;
	padding: 20px 20px 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: auto;
}

#footer a {
	font-size: 14px;
}
#footer #copyright a {
	font-size: 11px;
}
#container #footer a {
	font-size: 13px;
}

#container ul {
    margin: 0em 0 0;
}
#container ul li {
    margin-bottom: 0.6em;
}

.product-info .description span {
    color: #999;
}

#header #logo {
	/* Use Logo Height: 100px */
	top: 10px;
}

#menu {
	display: none;
	background: url(/images/buttons/Button_BG1.png) repeat-x top;
	background-color: #0D93C9;
	border-bottom-color: #096F95;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
	font-weight: bold;
}
#menu > ul > li:hover > a {
	background: #096F95;
}
#menu ul li a:hover {
	color: #FBD825;
}
#menu > ul > li ul > li > a {
	font-weight: normal;
}
#menu > ul > li ul > li > a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#currency {
	display: none !important;
	position: relative;
	left: 400px;
	top: 10px;
}

#container h1 {
	margin-left: 0;
	margin-bottom: 0.5em;
}

.welcome {
	display: none;
}

#container #logo {
	display: none;
}

#container #header {
	height: 65px;
}

#container #cart {
	min-width: 250px;
	right: auto;
	left: 0px;
	top: -5px;
}
#container #cart .heading {
	float: none;
	margin-right: 110px;
}

#header #welcome {
    top: 10px;
	width: auto;
}

#header .links {
    top: 30px;
	padding-right: 0;
}

#header > #search {
    display: block;
    right: auto;
	left: 195px;
    top: 17px;
}
#header #search input {
	width: auto;
}

.box .box-heading,
.htabs a {
	font-family: inherit;
	border-radius: 0;
}

.box .box-content {
	border-radius: 0;
}

.product-grid > div,
.box-product > div {
	width: 171px;
	margin-right: 20px;
	margin-bottom: 25px;
}

.category-list ul {
	width: auto;
}

.box-topcat > div {
	width: 46.5%;
	border-radius: 0;
}
.box-topcat .name a {
	font-size: 1.3em !important;
}
.box-topcat .subcats {
	float: none;
}
.box-topcat .subcats a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
.box-topcat .subcats ul {
	padding-left: 2em;
	padding-bottom: 0;
}
.box-topcat .subcats ul li {
	margin-bottom: 0.4em;
}

table.radio td {
	text-align: left;
}

/* Show Currency 
#currency {
	display: block;
}
#header > #search {
	left: 145px;
}*/


/*
OpenCart: Black Theme 
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1784
*/
#container #footer {
	background-color: #2E2E2E;
	border-top-color: #353535;
	border-bottom-color: #353535;
}

.box .box-content {
	background: #2E2E2E;
}

textarea, select {
	background: #000000;
	border: 1px solid #3b3b3b;
	color: #ddd;
}

#container #cart {
	left: -15px;
}

#header #cart .content {
	top: 5px;
	left: 15px;
}

#header #cart .heading a span {
	background: none;
}