/* CSS Document */
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset*/

/*fonts*/
@font-face {
    font-family: 'GartonMedium';
    src: url('../fonts/garto16-webfont.eot');
    src: url('../fonts/garto16-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garto16-webfont.woff') format('woff'),
         url('../fonts/garto16-webfont.ttf') format('truetype'),
         url('../fonts/garto16-webfont.svg#GartonMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FreebooterScriptRegular';
    src: url('../fonts/freebooterscript-webfont.eot');
    src: url('../fonts/freebooterscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freebooterscript-webfont.woff') format('woff'),
         url('../fonts/freebooterscript-webfont.ttf') format('truetype'),
         url('../fonts/freebooterscript-webfont.svg#FreebooterScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FreebooterScript-AltsRegular';
    src: url('../fonts/FREEBSCA-webfont.eot');
    src: url('../fonts/FREEBSCA-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FREEBSCA-webfont.woff') format('woff'),
         url('../fonts/FREEBSCA-webfont.ttf') format('truetype'),
         url('../fonts/FREEBSCA-webfont.svg#FreebooterScript-AltsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CACChampagneRegular';
    src: url('../fonts/cac_champagne-webfont.eot');
    src: url('../fonts/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cac_champagne-webfont.woff') format('woff'),
         url('../fonts/cac_champagne-webfont.ttf') format('truetype'),
         url('../fonts/cac_champagne-webfont.svg#CACChampagneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BergamoStdRegular';
    src: url('../fonts/BergamoStd-Regular-webfont.eot');
    src: url('../fonts/BergamoStd-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BergamoStd-Regular-webfont.woff') format('woff'),
         url('../fonts/BergamoStd-Regular-webfont.ttf') format('truetype'),
         url('../fonts/BergamoStd-Regular-webfont.svg#BergamoStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdItalic';
    src: url('../fonts/BergamoStd-Italic-webfont.eot');
    src: url('../fonts/BergamoStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BergamoStd-Italic-webfont.woff') format('woff'),
         url('../fonts/BergamoStd-Italic-webfont.ttf') format('truetype'),
         url('../fonts/BergamoStd-Italic-webfont.svg#BergamoStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdBold';
    src: url('../fonts/BergamoStd-Bold-webfont.eot');
    src: url('../fonts/BergamoStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BergamoStd-Bold-webfont.woff') format('woff'),
         url('../fonts/BergamoStd-Bold-webfont.ttf') format('truetype'),
         url('../fonts/BergamoStd-Bold-webfont.svg#BergamoStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdBoldItalic';
    src: url('../fonts/BergamoStd-BoldItalic-webfont.eot');
    src: url('../fonts/BergamoStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BergamoStd-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/BergamoStd-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/BergamoStd-BoldItalic-webfont.svg#BergamoStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*fonts*/



body
{
	margin:20px 0 0 0;
	padding:0; 
	background:#fff url(../images/body-bg-2.jpg) top left repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper
{
	width:960px;
	margin:0 auto;
	background-color:#fff;
	padding-top:10px;
}
#navigation
{
	background: #CCC;
	height:40px;
	width:940px;
	margin: 0 10px;
	position:relative;

}
#navigation #nav-left
{
	float:left;
}
#navigation #nav-right
{
	float:right;
}
#navigation #nav-left li
{
	border: 0 none;
	float:left;
	margin:0;
	padding: 15px 38px 10px 20px;
}
#navigation #nav-right li {
    border: 0 none;
	float:left;
	margin:0;
	padding: 15px 20px 10px 38px;
	
}

#navigation li a {
    color: #777;
    display: block;
    font: 14px "BergamoStdRegular", Arial, sans-serif;
    height: 25px;
    text-transform: uppercase;
	text-decoration:none;
}
#navigation li a:hover,
#navigation li a.selected{
	color:#FF75FF;
}
#logo {
    border: 0 none;
    height: 120px;
    margin: -20px 0 0 335px;
    position: absolute;
    width: 260px;
    z-index: 10;
}
#logo a {
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 260px;
}
#slider
{
	margin: 0 10px;
	height:  367px;  
    width:   940px;  
    padding: 0;  
}
#slider img
{
    top:  0; 
    left: 0 ; 
}

.pie {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    behavior: url(css/PIE.htc);
	border: 2px solid #FF75FF;
}
#content{
	padding: 10px 0;
	
}
#left-content{
	width:640px;
	display:inline-table;
	vertical-align:top;
	
}
#right-content{
	width:300px;
	display:inline-table;
	vertical-align:top;
}
#left-content-contact{
	width:440px;
	display:inline-table;
	vertical-align:top;
	
}
#right-content-contact{
	
	display:inline-table;
	vertical-align:top;
	padding-top:70px;
}
#right-content img
{
	padding-bottom:100px; 
}

.h1Title
{
	text-align:left;
	font: 45px 'CACChampagneRegular', Arial, sans-serif;
	color:#FF75FF;
	margin: 5px 0 0 20px;
	letter-spacing:2px;
	/*text-shadow: 2px 2px 2px #000;*/

		
}
.h1SubTitle
{
	text-align:left;
	font: 35px 'CACChampagneRegular', Arial, sans-serif;
	color:#FF75FF;
	margin: 15px 0 0 20px;
	letter-spacing:2px;

		
}
.h2Title
{
	text-align:left;
	font: 30px 'CACChampagneRegular', Arial, sans-serif;
	color:#FF75FF;
	margin: 0 0 10px 0;
	/*text-shadow: 2px 2px 2px #999;*/

		
}
.h2SubTitle
{
	text-align:left;
	font: 30px 'CACChampagneRegular', Arial, sans-serif;
	/*color:#777;*/
	color:#FF75FF;
	margin: 15px 0 0 20px;
	letter-spacing:2px;

		
}
.pContent
{
	margin: 5px 20px 0 20px;
	color:#777;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	line-height:20px;
	
}

.learnMore
{
	background: url(../images/btnLearnMore.gif) no-repeat;
	width:101px;
	height:26px;
	text-indent: -9999px;
	margin-left: 20px;
	top:20px;
	position:relative;
	display:inline-block;

}
.readMore
{
	background: url(../images/btnReadMore.gif) no-repeat;
	width:101px;
	height:26px;
	text-indent: -9999px;
	top:20px;
	position:relative;
	display:inline-block;

}

#bottom-left
{
	float:left;
	width:490px;
	min-height:240px;
}

#bottom-left p
{
	color:#908A74;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
	
}
#bottom-right-signup
{
	float:left;
	width:490px;
	background: url(../images/sign-up-bg.png) no-repeat;
	min-height: 259px;
	margin-top: -25px;
}
#bottom-right-signup p
{
	color:#B5876F;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
	margin: 15px 0 0 80px;
	width: 350px;
}

input.signup
{
	color: #B5876F;
    padding: 8px;
	margin: 20px 0 0 80px;
}
a:link
{
	text-decoration:none;
	color:#FF75FF;
}
a.signup
{
	background: url(../images/btnSignUp.gif) no-repeat;
	width:101px;
	height:26px;
	text-indent: -9999px;
	top:20px;
	position:relative;
	display:inline-block;
	margin: 0 0 0 80px;
}
a.signup-footer
{
	background: url(../images/btnGo.gif) no-repeat;
	width:34px;
	height:26px;
	text-indent: -9999px;
	display:inline-block;
	vertical-align:middle;

}
input.signup-footer
{
	color: #5D5B53;
    padding: 5px;
	margin: 10px 10px 0 0;
}

#footer
{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding: 10px 0;
	overflow:hidden;
	color:#777;
}
.footerContact
{
	font-size:11px;
	margin: 0 10px 10px 0;

}
#footerDetails
{
	float:left;
}
#footer a
{
	color:#777;
	text-decoration:underline;
}
#footer ul li a:hover
{
	color:#FF75FF;
}

#footer ul
{
 	float:left;
	display:block;

}
#footer ul li
{
 	width:145px;
	line-height:25px;
}

#footer-left
{
	margin: 10px 0 0 15px;
	width:298px;
	float:left;
	border-right: 1px dotted #5D5B53;
	min-height: 120px; 
}
#footer-center
{
	margin: 10px 0 0 15px;
	width:298px;
	float:left;
	border-right: thin dotted #5D5B53;
	min-height: 120px;
}
#footer-right
{
	margin: 10px 0 0 15px;
	width:297px;
	float:left;
}
#social
{
	float:right;
}


.credit
{
	font-size:11px;
	color:#999;
	text-align:center;
	margin-top:35px;
	float:left;
	width:100%
}
.credit a
{
	text-decoration:none !important; 
	color:#999 !important;

	
}
.credit a:hover
{
	
	color:#333 !important;
	
}

.paddingTwentyTop
{
	padding-top: 20px !important;
}
.paddingFortyTop
{
	padding-top: 40px !important;
}
.paddingTwenty
{
	padding: 20px 20px;
}
.paddingTwentyTen
{
	padding: 20px 10px 10px 0;
}	

.floatLeft
{
	float:left;
}
.bold,
strong
{
	font-weight:bold;
}
.center
{
	text-align:center;
	
}

#content ul
{
	list-style-type:circle;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0 0 40px;
}
#content ul li
{
	line-height:20px;
}


/* Preview Slider Gallery Style */
#galNav,
#dotdiv
{
	width:680px;
	margin: 0 auto;
	position:relative;
	
}
#galNav span:first-child
{
	padding-left:200px
}
#galNav span
{
	font-size:12px;
	color:#FF75FF;
	padding-right:20px;
}
#galNav span a
{
	font-size:12px;
	color:#FF75FF;
	text-decoration:none;
}
#galNav span.selected
{
	color:#777;
}

.loader{
	width:70px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(../images/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
/* Preview Slider Gallery Style */
.ps_container{
	display:none;
	width:680px;
	height:500px;
	margin:20px auto 0px auto;
	position:relative;
	
}
.ps_image_wrapper{
	width:680px;
	height:450px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;

}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:-50px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding-left:0;
	width:680px;
	margin:20px auto;
	position:relative;
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

#contactForm
{
	padding: 20px 0 0 20px;
}
#contactForm span
{
	display:block;
	padding-bottom:5px;
}
#contactForm input
{
	padding:3px;
	width:250px;
}
#contactForm textarea
{
	padding:3px;
	width:250px;
	height:70px;
}
.submit{
	background: none repeat scroll 0 0 transparent;
    border: 2px solid #FF75FF;
    color: #FF75FF;
    cursor: pointer;
	width:60px !important;
	padding:5px;
}
fieldset {
    border: 1px solid #FF75FF;
    padding: 20px 0 20px 20px;
}
legend {
    color: #FF75FF;
    margin: 0 5px;
}
#splash-content {
    margin: 0 auto;
    padding-top: 15%;
    text-align: center;
    width: 960px;
}
