/* @override 
	http://127.0.0.1:8000/Chunky/css/template.css
	http://chunkymovecom.ozstaging.com/css/template.css
*/

* {
    margin: 0;
    padding: 0;
}
/*
@font-face {

font-family:
    "PF Tempesta Seven", Verdana;

src:
    url(../fonts/pf_tempesta_seven.ttf) format( "truetype" );
}
*/
/* @group General Styles */
body {
    background-color: #151517;
    color: #FFF;
    font-size: 62.5%;
    font-smooth: never;
    font-family: Verdana;
    overflow-x: hidden;
}

/*body:first-of-type {
    font-size: 8px;
}*/

a {
    color: #dc4e00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    line-height: 1.3em;
    margin-bottom: 1.6em;
    font-size: 1.1em;
    font-weight: normal;
    color: #c0bfd6;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

#notification {
    float: left;
    height: 12px;
    width: 100%;
}
/* @group Headers */
h1, h2, h3, h4, h5 {
    margin: 5px 0 10px 0;
}

h1 {
    text-transform: uppercase;
    /*font-family: Arial;*/
    font-weight: normal;
    font-size: 1.2em !important;
}

h2, h3 {
    text-transform: uppercase;
    /*font-family: Arial;*/
    font-weight: normal;
    font-size: 1em !important;
    color: #CCC;
}
h2{
	font-size: 1.2em;
	clear:both;
}
/* @end */
/* @end */
/* @group Structure */
div#wrapper {
    width: 960px;
}

div#content_wrapper {
    width: 510px;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    _position: absolute;
    left: 480px;
    top: 238px;
    margin-bottom: 250px;
    _margin-bottom: 10px;
}

div#masthead {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    z-index: 25;
    width: 100%;
    overflow: hidden;
}


div#nav {
    float: left;
    width: 450px;
    z-index: 20 !important;
    position: fixed;
    top: 238px;
    padding-top: 26px;
}

div#content {
    position: relative;
    left: 0px;
    z-index: 10 !important;
    padding: 21px 10px 0 0;
    display: block;
    width: 427px;
}
/* @end */
/* @group Content */
/* @group Left Menu */
/*This is only needed if the user doesn't have JS or Flash enabled*/
#LeftMenu {
    width: 450px;
    z-index: 20 !important;
    position: absolute;
    top: 25px;
    _top: 260px;
    left: 66px;
    list-style: none;
}

#LeftMenu li {
    background: url(../images/h1_bg_1.gif) no-repeat -12px 3px;
    padding-left: 10px;
    color: #FFF;
    text-transform: uppercase;
    height: 15px !important;
}

#LeftMenu li a {
    color: #9190a4;
}

#LeftMenu li a:hover {
    color: #ccc;
    text-decoration: none;
}

#LeftMenu ul {
    z-index: 20 !important;
    position: absolute;
    top: 0px;
    left: 150px;
    list-style: none;
    width: 180px;
}

#LeftMenu ul li {
    background: url(../images/h1_bg_1.gif) no-repeat -6px 3px;
    padding-left: 16px;
    color: #FFF;
    text-transform: uppercase;
    height: 15px !important;
}

#LeftMenu ul ul {
    z-index: 20 !important;
    position: absolute;
    top: 0px;
    left: 150px;
    list-style: none;
}

#LeftMenu ul ul li {
    background: url(../images/h1_bg_1.gif) no-repeat 0px 3px;
    padding-left: 22px;
    color: #FFF;
    text-transform: uppercase;
    height: 15px !important;
}

#LeftMenu .selected {
    background: url(../images/h1_bg.gif) no-repeat -12px 3px;
    color: #FFF;
}

#LeftMenu ul .selected {
    background: url(../images/h1_bg.gif) no-repeat -6px 3px;
    color: #FFF;
}

#LeftMenu ul ul .selected {
    background: url(../images/h1_bg.gif) no-repeat 0px 3px;
    color: #FFF;
}

#LeftMenu .selected a {
    color: #FFF;
}
/* @end */
table.paragraph_table {
    width: 100%;
    font-size: 1em;
    margin-bottom: 20px;
    border-top: 1px solid #dc4e00;
}

table.paragraph_table th {
    text-align: left;
    font-weight: normal;
    padding: 3px;
}

table.paragraph_table td {
    text-align: left;
    color: #9190a4;
    padding: 2px 3px;
    border-top: 1px solid #ccc;
    border-color: #1e1e21;
}

table.continuation_paragraph_table {
    width: 100%;
    font-size: 1em;
    margin-top: -20px;
}

table.continuation_paragraph_table th {
    text-align: left;
    font-weight: normal;
    padding: 3px;
}

table.continuation_paragraph_table td {
    text-align: left;
    color: #9190a4;
    padding: 2px 3px;
    border-top: 1px solid #ccc;
    border-color: #1e1e21;
}

input {
    background-color: #414147;
    border: 0px solid #6a6974;
    padding: 3px;
    margin: 2px;
    color: #FFF;
    font-size: 1.1em;
}

select {
    background-color: #414147;
    border: 0px solid #6a6974;
    margin: 2px;
    color: #FFF;
    font-size: 1.1em;
}

.captiontext {
    font-style: italic;
}

.captiontextlink {
    color: #dc4e00;
}

.img_right, .img_left {
    float: right;
    border: 3px solid #FFF;
    margin: 5px 0 10px 10px;
}

.img_right p {
    margin-left: 10px;
    float: right;
    width: 200px;
    display: inline;
}

div#content ul {
    margin-bottom: 10px;
    list-style-position: outside;
    margin-left: 15px;
    color: #9190a4;
}

div#content ul li {
    background: url(../images/li_arrow.gif) no-repeat 0 3px;
    list-style-type: none;
    padding-left: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
}

div#content ul ul {
    list-style-position: inside;
    margin: 0 0 0 1px;
}

div#content ul ul li {
    padding-left: 8px !important;
}

a.download {
    background: url(../images/download_link.gif) no-repeat 0 3px;
    padding-left: 12px;
    display: block;
    height: 16px;
    line-height: 16px;
    position: relative;
}

.submit_btn{
	background: url(../images/submit.gif) left top;
	display: block;
	width: 74px;
	height: 21px;
	margin-top: 5px;
	text-indent: -5000px;
}

.submit_btn:hover{
	background: url(../images/submit.gif) left bottom;
	display: block;
	width: 74px;
	height: 21px;
	margin-top: 5px;
	text-indent: -5000px;
}
/* @group Flash Gallery */
.video_gallery {
    padding: 10px 0;
    z-index: 10;
    position: relative;
    height: 310px;
    width: 430px;
}
/* @end */
/* @group Gallery */
.gallery {
    margin: 15px 0 15px 0;
    width: 426px;
    /*background: url(../images/gallery_bg.gif) no-repeat left bottom;*/
    padding: 0 0 0 0;
}

.gallery .lightbox {
    width: 141px;
    height: 141px;
    overflow: hidden;
    display: inline;
    float: left;
    margin: 1px 1px 0 0;
}

.gallery a {
    display: block;
}
/* @end */
/* @end */

/* @group Subscribe */
#subscribe {
    position: fixed;
    _position: absolute;
    bottom: 20px;
    left: 67px;
    z-index: 99;
}

#subscribe a.subscribe {
    background: url(../images/subscribe.gif);
    width: 243px;
    height: 27px;
    float: left;
    text-indent: -5000px;
}

#subscribe a.friend_link {
    background: url(../images/become_friend.gif);
    width: 148px;
    height: 27px;
    float: left;
    display: block;
    text-indent: -5000px;
}
#subscribe a.facebook{
	clear: both;
	margin-left: 15px;
	float: left;
}
#subscribe a.facebook, #subscribe a.myspace {
   	line-height: 30px;
   	margin-right: 20px;
	color: #838399;
	float: left;
}

#subscribe a.icon{
   	line-height: 30px;
	color: #838399;
	float: left;
}

#subscribe a:hover {
	color: #FFF;
}
/* @end */

/* @group Image Zoom */

#ZoomBox{
	*padding: 15px;
}

#imageContainer {
	height:309px;
	
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/* @end */


