﻿/* Atoxico Main Style Sheet -- © 2009 Andrew Conner */

body {
    margin:0 auto;
    background-color:#FFFFFF;
    font-family: Arial, sans-serif;
    font-size:100%;
    line-height:100%;
}

/* Global Text Styles */

a:link {
    color:#990000;
    text-decoration:none;
}

a:visited {
    color:#990000;
    text-decoration:none;
}

a:active {
    color:#990000;
    text-decoration:none;
}

a:hover {
    color:#999999;
    text-decoration:none;
}

h2 {
    font-size:12px;
    line-height:normal;
    font-weight:bold;
    margin:0;
    padding:0;
}

p {
    padding:0;
    margin:0 0 10px 0;
	font-size:.7em;
	line-height:1.3em;
}

em, b { color:#990000; }

blockquote {
	border-left:3px solid #990000;
	color:#666666;
	margin:0 0 16px 0;
	padding-left:20px;
	font-style:italic;
}

/* Main Layout Div Styles */

div#container {
    width:700px;
    margin:0 auto;
    background-color:#FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
}

div#header_wrapper {
    width:680px;
    height:85px;
    margin:0 auto;
    background: url(../images/top_nav_bg.jpg) top left repeat-x scroll;
}

div#header_logo {
    height:85px;
    width:195px;
    background: url(../images/main_logo.jpg) top left no-repeat scroll #FFFFFF;
    float:left;
}

div#topnav {
    height:85px;
    float:left;
    padding-left:5px;
}

div#topnav ul {
    padding:0;
    margin:0;
}

div#topnav ul li { 
    margin:0;
    padding:0;
    display: inline;
}

div#topnav ul li a {
    padding: 4px 8px 4px 8px;
    color:#FFFFFF;
    font-family:Arial, sans-serif;
    font-size:.8em;
    line-height:1em;
    text-decoration: none;
    margin-right:3px;
    letter-spacing:2px;
    margin-top:28px;
    background-color:#660000;
    font-weight:bold;
    border:1px solid #990000;
    float:left;
}

div#topnav ul li a:hover {
    background-color:#000000;
    border:1px solid #FFFFFF;
	text-decoration: none;
}


div#topnav a.current_page {
    margin-top:17px;
	margin-bottom:0;
	padding-bottom:23px;
	padding-top:12px;
	padding-right:0;
	padding-left:0;
    background: url(../images/current_page.png) bottom center no-repeat transparent;
	border:0;
	text-decoration:none;
	font-size:1.9em;
	line-height:.7em;
	letter-spacing:normal;
	font-weight:100;
	font-family:Georgia, "Times New Roman", serif;
	text-transform:lowercase;
	font-style:italic;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

div#topnav a.current_page:hover {
	border-top:0;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-color:transparent;
}

div#topnav a.current_page em {
	background: url(../images/current_page_right.png) bottom right no-repeat transparent;
	text-decoration:none;
	font-weight:100;
	color:#FFFFFF;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:10px;
	border-left:0;
	border-bottom:0;
	border-top:0;
	margin:0;
}

div#topnav a.current_page:hover em {
	border:0;
	color:#CCCCCC;
	background-color:transparent;
}

.current_left {
	background: url(../images/current_page_left.png) bottom left no-repeat transparent;
	text-decoration:none;
	font-weight:100;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:0;
	border-left:0;
	border-bottom:0;
	border-top:0;
	margin:0;
}

div#content_wrapper {
    width:630px;
    margin:0 auto;
    clear:both;
    padding:10px;
}

div#content_wrapper ul, #content_wrapper li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin-left:20px;
    margin-top:0;
    padding-left:0;
	font-size:1em;
	line-height:1.2em;
}

div#content_wrapper li { padding-top:4px; font-size:.7em;}

div#footer_wrapper {
    clear:both;
    width:675px;
    background-color:#990000;
    color:#FFFFFF;
    margin:0 auto;
    text-align:center;
    font-size:.6em;
    line-height:.7em;
}

/* Gallery Styles */

div#gallery_main {
    margin:0;
    padding:0;
}

div#gallery_main h1{
    text-align:center;
    font-family:Georgia, serif;
    font-size:1.7em;
    line-height:1em;
    font-weight:100;
	margin:0;
    padding-bottom:10px;
    border-bottom:1px #CCCCCC solid;
}

div#gallery_main p {
	margin-top:10px;
    text-align:center;
}

a img {
    margin:0 1px 1px 0;
    padding:1px;
    border:1px #CCCCCC solid;
}

a img:hover { border:1px #990000 solid; }

div#loadarea img{ margin-bottom:5px; }

div#loadarea {
    font-family: Georgia, serif;
    border:1px #CCCCCC solid;
    text-align:left;
    padding:5px;
	background-color: #FFFFFF;
    clear:left;
    float:right;
}

div#webpreview {
    border:1px #CCCCCC solid;
    text-align:left;
    padding:5px;
	margin-left:20px;
    background-color:#FFFFFF;
    clear:left;
    float:right;
}

div#webpreview_2{
    border:1px #CCCCCC solid;
    text-align:left;
    padding:5px;
	margin-left:20px;
    background-color:#FFFFFF;
    clear:left;
    float:right;
}

div#webloadarea {
	background: url(../images/loading.gif) center;
	width: 285px;
	height: 185px;
}

div#webloadarea_2 {
	background: url(../images/loading.gif) center;
	width: 285px;
	height: 185px;
}

/* Misc. Class Styles */

.spacer_15 {
    display:block;
    height:15px;
    clear:both;
}

.spacer_10 {
    display:block;
    height:10px;
    clear:both;
}

.spacer_1 {
    display:block;
    height:1px;
    clear:left;
}

.clear_left { clear:left; }

.spacer_75 {
    display:block;
    height:75px;
    clear:both;
}

.new {
    padding-right:22px;
    background: url(../images/new.png) 100% 50% no-repeat;
}

.spacer_border {
	border-bottom:1px #CCCCCC solid;
	display:block;
	height:5px;
	clear:both;
	margin-bottom:5px;
}

/* Custom Headings and Image Styles */

.alt_heading {
	font-family:Georgia, "Times New Roman", serif;
    font-size:1.7em;
    font-weight:100;
    line-height:1em;
    margin:50px 0 10px 0;
    border-bottom:1px #CCCCCC solid;
    text-align:left;
    display:block;
}

.alt_image {
    float:right; 
    margin-left:10px;
    display:inline;
    border:0;
    padding:0;
    background-color:transparent;
}

.heading_left {
	font-family:Georgia, "Times New Roman", serif;
    font-size:1.7em;
    font-weight:100;
    line-height:1em;
    margin:0 0 10px 0;
    border-bottom:1px #CCCCCC solid;
    text-align:left;
    display:block;
}

.image_right {
    float:right; 
    margin-left:10px;
    display:inline;
    border:1px #CCCCCC solid;
    padding:5px;
    background-color:#FFFFFF;
}