html
{
    height:101%;
}

body
{
    font-family: 'Lucida Sans Unicode',Arial,sans-serif, Geneva;
    font-size: 11px; color:#EEEEEE;
    background-color:#000;
    color:#888;
    margin:0;
    padding:0;
    text-align:center;
}

input, textarea
{
    font-size:11px;
    background-color: #444;
    color:#CCC;
}

dt
{
    padding-top:5px;
}

#outer_container
{
    width:950px;
    height:400px;
    margin: 0 auto;
    background-image: url('/awordlikeattack/client.php/_img/container_background.jpg');
    background-repeat: no-repeat;
    border:1px solid #000;
}

#container
{
    
    background-image: url('/awordlikeattack/client.php/_img/content_background.png');
    background-repeat:no-repeat;
    text-align:left;
    width:650px;
    margin: 0 auto;
    border:1px solid #444;
    background-color: #000;
    margin-top:97px;
    position: relative;
}

#title
{
    margin:40px 0 0 25px;
    color:#BBB;
    font-size:22px;
}

#slogan
{
    color:#999;
    margin:5px 0 0 25px;
    font-size:12px;
}

#part1
{
    color:#666;
    font-family:arial;
}

#part2
{
    
    color:#666;
    font-weight:bold;
    font-family:arial;
}


#menu
{
    padding-right:25px;
    position:absolute;
    top:-30px;
    left:20px;
	width:500px;
}

#menu ul
{
    display:inline;
    list-style-type:none;
    padding:0;
    margin:0;
}

#menu ul li
{
    float:right;
}

#menu ul a
{
    display:block;
    padding:5px;
    text-decoration:none;
    font-size:12px;
    color:#999;
}

#menu ul a:hover
{
    color:#CCC;
}

div.outer_gallery
{
    float:left;
    margin:10px 5px 5px 5px;
    text-align:center;
    background-image: url('/awordlikeattack/client.php/_img/gallery_image_background.png');
    background-repeat:no-repeat;
    padding-top:5px;
    width:170px;
}

#outer_image
{
    float:left;
    margin:10px 14.5px 0 5px;  
}

#image_thumb
{
    padding:8px 8px 8px 8px;
    margin: 2px 0 8px 0;
    background-color:#444;
}

#image_thumb img
{
    border:1px solid #AAA;
}

#image_thumb img:hover
{
    border:1px solid #333;
}

#startMooMenu
{
    display:none;
}

div.outer_gallery a
{
    text-decoration:none;
    color:#999;
    font-size:11px;
}

div.outer_gallery a:hover
{
    color:#666;
}

div.gallery
{
    padding:4px 8px 8px 8px;
    margin: 2px 0 8px 0;
    background-color:#444
}

div.gallery img
{
    border:1px solid #333;
}

div.gallery img:hover
{
    border:1px solid #AAA;
}

div.outer_gallery h2
{
    color:#999;
    padding-bottom:3px;
}

div.homeGallery a
{
  text-decoration:none;  
}

div.homeGallery a:hover
{
  color:#999;
}

/* --- Content ---
See tinyMCE.css for additional content styling
*/

#content_container
{
    margin-top:15px;
    text-align:center;
}

div.content_corner
{
    position:absolute;
    width:25px;
    height:25px;
    background-repeat: no-repeat;
    padding:0;
    margin:0;
}

#crn_top_left
{
    background-image: url('../_img/crn_top_left.png');
    top: -1px;
    left:-1px;
}
/*
#crn_btm_left_home
{
    background-image: url('../_img/crn_btm_left_home.png');
    bottom: -1px;
    left: -1px;
    background-position:bottom;
    font-size:1px;
}

#crn_btm_right_home
{
    background-image: url('../_img/crn_btm_right_home.png');
    bottom:-1px;
    right:-1px;
    background-position:bottom;
}
*/
#crn_top_right
{
    background-image: url('../_img/crn_top_right.png');
    top:-1px;
    right:-1px;
}
/*
#crn_btm_left
{
    background-image: url('../_img/crn_btm_left.png');
    bottom: -1px;
    left: -1px;
    background-position:bottom;
    font-size:1px;
}
/*
#crn_btm_right
{
    background-image: url('../_img/crn_btm_right.png');
    bottom:-1px;
    right:-1px;
    background-position:bottom;
}
*/
#rtnMsg
{
    border:1px dashed #CCC;
    padding: 10px;
    margin-bottom:10px;
    text-align:center;
}

#rtnErr
{
    border:1px dashed red;
    padding: 10px;
    margin-bottom:10px;
    text-align:center;
}

/*----- Contact Form -----*/

#contact_details
{
    position:absolute;
    right:30px;
    top:100px;
    width:200px;
    padding:10px;
}

#submit_button
{
    margin-top:5px;
    display:block;
    height:34px;
    width:151px;
    background-image: url('../_img/submit.png');
}

#submit_button:hover
{

    background-image: url('../_img/submit_over.png');
}

/* ----- Slide Show ----- */

#slideshow
{
    margin: 0 auto;
    width:600px;
    height:300px;
}

#slideshow_crn_right
{
    background-image: url('/awordlikeattack/client.php/_img/slideshow_crn_right.png');
    position: absolute;
    width:15px;
    height:15px;
    top:-2px;
    right:-2px;
}

#slideshow_crn_left
{
    background-image: url('/awordlikeattack/client.php/_img/slideshow_crn_left.png');
    position: absolute;
    width:15px;
    height:15px;
    top:-2px;
    left:-2px;
}

#slideshow_container
{
    position:relative;
    margin: 0 auto;
    width:600px;
    text-align:left;
}

#home_content
{
    width: 550px;
    text-align:left;
    margin:10px 25px 25px 35px;
    padding-top:5px;
    color:#999;
}

#slideshow_fade
{
    background-image: url('/awordlikeattack/client.php/_img/slideshow_fade.png');
    position:absolute;
    bottom:0;
    left:-25px;
    width:650px;
    height:109px;
    border-top: 1px solid #444;
}

#clear
{
    clear:both;
}

#clear_home
{
    clear:both; height:115px;
    background-color:#292929;
}

#split
{
    clear:both;
    border:1px solid #666;
    margin:20px 0 10px 0;
}


/* ----- Footer ----- */

#copyright
{
    width:650px;
    margin: 0 auto;
    position: relative;
    font-size:9px;
    padding:3px;
    color:#333;
}

#copyright a
{
    text-decoration:none;
    color:#333;
}

#copyright a:hover
{
    text-decoration:underline;
    color:#666;
}

#footer_container
{
    position:relative;
}


/* ----- Moo Tools ----- */

* {margin:0;padding:0}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}
* html pre {width:100%}

.description{padding:16px;background:#eee}

.mooSlide{
    width:600px;
    position: absolute;
    top: 211px;
    left: 0;
    clear: both;
    border-top:0;
    height:210px;
}


h4.stitle{color:#666;margin:0 0 5px 0}


.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}
.buttons span{color:#666;padding:2px 5px;cursor:pointer;font:10px Verdana; border:1px solid #292929; margin-left:10px;}
.buttons span.active {color:#999;border:1px solid #666;}
.buttons span:hover{color:#CCC}

#mooSlideContainer
{
    
}

#boxMoo
{
    position:absolute;
}

#boxMoo div
{
    height:240px;
    float:left;
    width:570px;
    margin:0 15px;
}

#boxMoo h2
{
    font-size:12px;
    color:#444;
}

#boxMoo p{
    text-align: justify;
}

#boxMoo span
{
    font-weight:bold;
}

#boxMoo img
{
    width:200px;
    width:150px;
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #444;
}
#infomoo
{
    font-weight: normal;
    font-size:11px;
    cursor:default;
}
#mooMenu
{
    margin: 0px 15px;
}


.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}


.mask3{
	position:relative;
	width:600px;
	height:118px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}


/* ----- Mootools accordian ----- */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #AAA;
	font-family: arial, verdana;
	font-size: 12px;
	background: #ccc;
	color: #000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}


/* ----- Highslide ----- */

.highslide
{
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img
{
	visibility: hidden;
}
.highslide img
{
	border: 1px solid #222;
}
.highslide:hover img
{
	border: 1px solid white;
}

.highslide-wrapper
{
	background: #333;
}
.highslide-image
{
    border: 1px solid #333;
}
.highslide-image-blur
{
}
.highslide-caption
{
    display: none;
    border: 1px solid #222;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    text-align:left;
}
.highslide-loading
{
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid #333;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
    display: none;
}

a.highslide-full-expand {
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}