/*
		File: 	style.css
		Date: 	2010
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*---------------------------------------------------------------------------- 
CORE HTML TAGS
-----------------------------------------------------------------------------*/

body {
	margin: 1px auto 0px auto;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
html, body  {
   background: #000000 url(../images/bg.jpg) center top;
   background-repeat:repeat-x;
   background-attachment:fixed;
   height: 100%;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color:#222222;
	text-decoration:none;
	}

.wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto -142px;
	background-color:#96191d;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* FOOTER HEIGHT */
}
.header {
	height: 150px;
	text-align:center;
}
.footer, .push {
	height: 40px; /* FOOTER HEIGHT */
}
.footer { 
	position:relative;
	margin: 0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.footer a:link { color:#FFFFFF;  }
.footer a:visited { color:#FFFFFF; }
.footer a:hover { color:#e0e0e0; }

#corner {
	position:absolute;
	width: 50px;
	height: 50px;
	z-index: 99;
	left: 5px;
	top: 5px;
}
.content img { border:none; }

/*---------------------------------------------------------------------------- 
FONTS
-----------------------------------------------------------------------------*/

.txt_content { font-size:14px; color:#FFFFFF; }

.txt_content_sm { font-size:12px; color:#FFFFFF; }

.title_content { margin:10px 0 0 0; font-size:26px; color:#222222; font-weight:bold; }

.title { margin:10px 0 0 0; font-size:26px; color:#FFFFFF; font-weight:bold; }


.txt_news_title { font-size:15px; font-weight:normal; }

.txt_news { font-size:13px; font-weight:normal; color:#222222; }
.txt_news a:link { color:#222222;  }
.txt_news a:visited { color:#222222; }
.txt_news a:hover { color:#999999; }



.alert_txt { font-family:Verdana, Geneva, sans-serif; line-height:1.2em; color:#C11B17; text-transform:uppercase; font-size:16px; font-weight:bold; }
.capitalize { text-transform:capitalize; }
.text_shadow { text-shadow: 2px 2px 2px #222222; }
.uppercase { text-transform:uppercase; }


/*---------------------------------------------------------------------------- 
STYLES
-----------------------------------------------------------------------------*/

/* ROLLOVER */
.rollover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.rollover:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

/* TEXT AREA */
textarea { 
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
}

/* PRODUCT HOVER */
ul.bullet { margin: 0; padding-bottom:0px; padding-left:8px; padding-right:0px; padding-top:0px; list-style-image: url('../images/products/bullet-gallery.png'); }
ul.bullet li { width: 200px; height: 20px; margin: 0 0 4px; padding: 0;  }
ul.bullet li a { display: block; line-height: 20px; color: #000; text-decoration: none; }
ul.bullet li a em { position: absolute; margin-left: 5px; }

/* TOOLTIP */
div.nicetitle {
    position: absolute;
    padding: 3px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(../images/tooltip/bg-tooltip.png);
	text-align:center;
    
    /* Mozilla proprietary */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
	vertical-align:middle;
}

#tt {position:absolute; display:block; background:url(../images/tooltip/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#4f4f4f; color:#FFFFFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}


/*---------------------------------------------------------------------------- 
SEARCH BOX
-----------------------------------------------------------------------------*/

#searchwrapper {
width:150px; /*follow your image's size*/
height:26px;/*follow your image's size*/
background-image:url(../images/searchbox.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
color:#222222;


}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;
left:0px;
width:150px;
height:20px;
color:#222222;
letter-spacing:0.15em;
font-size:11px;
}
.searchbox::selection {
	background: #00b6f8;
}
.searchbox::-moz-selection {
	background: #00b6f8;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0;
padding-left:2px;
left:150px;
width:26px;
height:23px;
color:#222222;
}

/* HIGHLIGHT TEXT */
::selection {
	background: #00b6f8; /* Safari */
	}
::-moz-selection {
	background: #00b6f8; /* Firefox */
}


/*---------------------------------------------------------------------------- 
BUTTONS
-----------------------------------------------------------------------------*/

.buttons a, .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #CCC;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#ffffff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#384669;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#b7d3e9;
    border:1px solid #384669;
    color:#3e4e7f;
}
.buttons a.positive:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#ffffff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#ffffff;
}
