/* @override http://atomiclighting.tv/creation/css/main.css */

/* *************************** 
  Site - Atomic Lighting
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - Sub Page Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    background:#000 url(../images/bg_sub_container.jpg) center top no-repeat;
    color:#FFFFFF;
}
#container {
	width:871px;
    margin:0 auto;
    text-align:left;
	position:relative;
	left:-6px;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:139px;
}
#header h1 {
	width:291px;
    height:67px;
	float:left;
    margin-top:58px;
}
#header h1 a {
	width:291px;
    height:67px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#header ul {
	float:right;
    margin:105px 40px 0 0;
    display:inline;
}
#header li {
	display:inline;
    font-size:13px;
    font-family:Tahoma, Verdana, Arial, "Times New Roman";
}
#header li a {
	color:#cecece;
}
#atomiccompany{position:absolute; top:40px; left:680px; width:150px; height:30px; display:block; cursor:pointer;}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:869px;
}
#maincontent {
	width:612px;
	float:left;
	font-size:12px;
	padding-bottom:20px;
	line-height: 18px;
}
#main_banner {
	margin-bottom:30px;
}
.box1 {
	width:350px;
	float:right;
}
.box2 {
	width:500px;
    float:right;
	margin-top:20px;
}
#maincontent h3 {
	font-size:20px;
	color:#000/*20baff*/;
	font-weight:normal;
	margin-bottom:10px;
	font-weight:bold;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:185px;
    height:300px;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    padding:15px;
    width/**/:/**/ 153px;
    height/**/:/**/ 269px;
    background:#424242 url(../images/bg_sidebar.jpg) top no-repeat;
    margin:0 0 0 35px;
    float:left;
    display:inline;
}
#atomiclogo{}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:850px;
	height:21px;
	border:1px solid #808080;
	height/**/:/**/ 17px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:right;
	font-size:0.916em;
	padding:2px 19px 0 0;
}
#footer img {
	vertical-align:middle;
}

/* *************************** 
   $7 Sub Page Styles
   ***************************/
.col{margin:10px 0 0 0;}
.col1 { width: 250px; float: left }
	.col1 p{padding:0 10px;}
.col2 { width: 250px; float: left }
	.col2 p{padding:0 10px;}
.col3{width:165px; float:left;}
	.col3 p{padding:0 10px;}
