@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'league_gothicitalic';
    src: url('https://atworksite.com/css/font/leaguegothic-italic-webfont.eot');
    src: url('https://atworksite.com/css/font/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://atworksite.com/css/font/leaguegothic-italic-webfont.woff') format('woff'),
         url('https://atworksite.com/css/font/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('https://atworksite.com/css/font/leaguegothic-italic-webfont.svg#league_gothicitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'league_gothicregular';
    src: url('https://atworksite.com/css/font/leaguegothic-regular-webfont.eot');
    src: url('https://atworksite.com/css/font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://atworksite.com/css/font/leaguegothic-regular-webfont.woff') format('woff'),
         url('https://atworksite.com/css/font/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('https://atworksite.com/css/font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body  {
background : #949494;
font-family : helvetica, arial, verdana, sans-serif;
font-size : 16px;
color : #999;
margin-left:0; 
margin-right:0; 
margin-top:0; 
margin-bottom:0;
width:100%;
overflow:scroll;
}

#container {
width:1000px;
margin: auto auto;
height:inherit;
display: block;
overflow: auto;
background-color:#fff;
}

div.photonote {
width:100px;
color:#444;
text-shadow: 0px 1px 0px #fff;
float:left;
padding: 10px;
width: 218px;
margin: 0 5px 5px 0;
height:inherit;
display: block;
overflow: auto;
background-color:#ccc;
}


div.purchase {
background : #ff0000;
font-family : helvetica, arial, verdana, sans-serif;
font-size : 16px;
color : #fff;
padding: 10px;
width: 218px;
margin: 0 5px 5px 0;
height:inherit;
display: block;
overflow: auto;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.cssnav {
position:relative;
font-family : helvetica, arial, verdana;
font-size: 20px;
font-weight: normal;
display: inline-block;
width: 220px;
height: 220px;
margin: 0;
padding: 0;
}
.cssnav a {
display: inline-block;
background-image: url("https://atworksite.com/documentation/over.png");
background-repeat: no-repeat;
width: 220px;
height: 220px;
margin: 0;
padding: 0;
color: black; text-decoration: none;

}
.cssnav img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
position:absolute;
left:5px;
top:3px;
margin:0;
cursor: pointer;
}
span.backgroundcolor
{
background-color: #999;
padding: 5px 5px;
margin: -3px -5px;
color:#fff
}

#header	{
height: 110px;
width: 1000px;
margin: 0 0 27px 0;
padding: 25px 0 25px 0;
background-color:#949494;
}

#nav	{
height: 28px;
width: 990px;
padding: 0 5px 5px 5px;
background: #ccc; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#afafaf'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#afafaf)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #afafaf); /* for firefox 3.6+ */
border-bottom-color:#ccc;
border-bottom: 2px;
border-bottom-style:solid;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;

border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;

border-radius-bottomleft: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-radius-bottomright: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
}

#main-column {
width:675px;
min-height: 500px;
margin-right:25px;
float:left;
text-align:left;
padding-left: 25px;
height:auto;
z-index:-1;
overflow: auto;
}

#right-column {
width:250px;
float:right;
text-align:left;
z-index:-1;
display: block;
padding-right: 25px;
}

#copyright {
width:950px;
background-color:#4C4C4C;
border-top-color:#000;
border-top: 2px;
border-top-style:solid;
margin: auto auto;
padding: 3px 25px 3px 25px;
text-align:left;
vertical-align:bottom;
z-index:-1;
display: block;
overflow:auto;
background: #ccc; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C4C4C', endColorstr='#333'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#333)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4C4C4C,  #333); /* for firefox 3.6+ */
border-radius-topleft: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-radius-topright: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;

border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;

border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}

/* Right column */
div.news-container {
width: 250px;
border-width: 0 0 1px 0;
border-color:#ccc;
border-style:dotted;
overflow:auto;
vertical-align:top;
}

div.news-left {
float:left; width:60px;
}

div.news-right {
float:right; width: 180px;
}

a:link.sidenews {
font-size:12px;
color: #999;
font-weight:bold;
border: 0;
display:block;

}
a:visited.sidenews {
font-size:12px;
color: #999;
font-weight:bold;
border: 0;
}
a:hover.sidenews {
font-size:12px;
color: #999;
font-weight:bold;
border: 0;
}

div.sc_menu_wrapper {
position: relative;
height: 330px;
/* Make bigger than a photo, because we need a place for a scroll-bar. */
width: 250px;
margin-top: 0px;
overflow:visible;
border-width: 2px 0 2px 0;
border-color:#999;
border-style:solid;
}

div.sc_menu {
padding: 0;
}

.sc_menu a {
display: block;
margin-bottom: 5px;
width: 240px;
padding: 4px 5px;
/* When image support is turned off */
font-size:10px;
color: #999;
font-weight:bold;
border: 0;
display:inherit;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

}
.sc_menu a:hover {
}
.sc_menu img {
display: block;
border: none;
}

/* Styling tooltip */
.sc_menu_tooltip {
display: block;
position: absolute;
padding: 6px;
font-size: 12px;
color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;      
border: 1px solid rgb(79, 79, 79);
background: rgb(0, 0, 0);
/* Make background a bit transparent for browsers that support rgba */
background: rgba(0, 0, 0, 0.5);
}

img.side-news-picture-left { 
float: left; 
margin: 4px; 
}
img.side-news-picture-right { 
float: right; 
margin: 4px; 
}

#sidenewslinks ul {
list-style-type: none;
width: 265px;
margin: 0;
display:inline;
} 

#sidenewslinks li {
vertical-align:top;
border: 1px dotted #999;
border-width: 0 0 1px 0;
margin: 5px 0;
}

#sidenewslinks li a { 
font-size:12px;
color: #999;
font-weight:bold;
border: 0;
}

* html #sidenewslinks li a {  /* make hover effect work in IE */
width: 265px;
}

#sidenewslinks li a:hover {
font-size:12px;
color: #ff0000;
font-weight:bold;
border: 0;
background-color:#CC9900;
}

#sidenewslinks a em { 
color: #333;
display: block;
font: normal 85% Verdana, Helvetica, sans-serif;
line-height: 125%; 
}

#sidenewslinks a span {
color: #125F15;
font: normal 70% Verdana, Helvetica, sans-serif;
line-height: 150%;
}

div.underline	{
height: 2px;
width: 100%;
overflow: auto;
background-color:#999;
}

#nav_logos   {
background : #fff;
height : 30px;
width : 900px;
margin-left : 555;
margin-top : 0;
padding : 12px;
}

a:link {
color: #999;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}

a:hover {
color: #999;
font-size: 16px;
font-weight: 600;
text-decoration: none;
background-color:#d4d4d4;
}

a:active {
color: #ff0000;
font-size : 16px;
font-weight: 600;
text-decoration: none;
}

a:visited {
color: #999;
font-size : 16px;
font-weight: 600;
text-decoration: none;
}

a:link.purchaselink {
color: #fff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}

a:hover.purchaselink {
color: #fff;
font-size: 16px;
font-weight: 600;
text-decoration: underline;
background-color: #ff0000;
}

a:active.purchaselink {
color: #fff;
background-color: #ff0000;
font-size : 16px;
font-weight: 600;
text-decoration: none;
}

a:visited.purchaselink {
color: #fff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
background-color: #ff0000;
}


a.dllink  {     
    background-color: #ff0000; /*workaround to make clickable in IE */
	color:#fff;
	width:300px;
    height:50px;
	padding: 10px;
	text-decoration:none;
	font-weight:bold;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}
a.dllink:hover {     
    background-color: #4189db; /*workaround to make clickable in IE */
	color:#fff;
	width:300px;
    height:50px;
	padding: 10px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;	
}

a.dllink:active {     
    background-color: #ff0000; /*workaround to make clickable in IE */
	color:#000;
	width:300px;
    height:50px;
	padding: 10px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;	
}


a:link.footerlink {
color: #fff;
font-size: 10px;
font-weight: 600;
text-decoration: none;
}

a:hover.footerlink {
color: #fff;
font-size: 10px;
font-weight: 600;
text-decoration: underline;
}

a:active.footerlink {
color: #ff0000;
font-size : 10px;
font-weight: 600;
text-decoration: none;
}

a:visited.footerlink {
color: #fff;
font-size: 10px;
font-weight: 600;
text-decoration: none;
}



a:link.footerlink2 {
color: #999;
font-size: 10px;
font-weight: 600;
text-decoration: none;
}

a:hover.footerlink2 {
color: #999;
background-color: none;
font-size: 10px;
font-weight: 600;
text-decoration: underline;
}

a:active.footerlink2 {
color: #ff0000;
font-size : 10px;
font-weight: 600;
text-decoration: none;
}

a:visited.footerlink2 {
color: #999;
font-size: 10px;
font-weight: 600;
text-decoration: none;
background-color: none;
}




a:link.grey {
background-color: #949494;
border: 0;
}
a:visited.grey {
background-color: #949494;
border: 0;
}
a:hover.grey {
background-color: #949494;
border: 0;
}

a:link.white {
background-color: #fff;
border: 0;
}
a:visited.white {
background-color: #fff;
border: 0;
}
a:hover.white {
background-color: #fff;
border: 0;
}

a:link.headline {
font-family: 'league_gothicregular';
text-transform: uppercase;
font-size : 30px;
font-weight: 400;
font-style:normal;
color : #999;
padding: 0;
margin: 0;
display: inline;
}
a:visited.headline {
font-family: 'league_gothicregular';
text-transform: uppercase;
font-size : 30px;
font-weight: 400;
font-style:normal;
color : #999;
padding: 0;
margin: 0;
display: inline;
}
a:hover.headline {
font-family: 'league_gothicregular';
text-transform: uppercase;
font-size : 30px;
font-weight: 400;
font-style:normal;
color : #777;
padding: 0;
margin: 0;
display: inline;
background-color:#fff;
}

a:active.headline {
font-family: 'league_gothicregular';
text-transform: uppercase;
font-size : 30px;
font-weight: 400;
font-style:normal;
color : #ff0000;
padding: 0;
margin: 0;
display: inline;
}

h1  {
font-family: 'league_gothicregular';
text-transform: uppercase;
font-size : 30px;
font-weight: 400;
font-style:normal;
color : #999;
padding: 0;
margin: 0;
display: inline;
}

h2  {
font-family : helvetica, arial, verdana;
font-size : 20px;
font-weight: 400;
line-height: 30px;
color : #999;
display: inline; 
padding: 0;
margin: 0;
font-style:normal;
}

span.note  {
font-family : helvetica, arial, verdana;
font-size : 12px;
color : #999;
font-weight:400;
}

span.news-date  {
font-family : helvetica, arial, verdana;
font-size : 9px;
color : #999;
font-weight:400;
padding: 3px;
}

span.footer  {
font-family : helvetica, arial, verdana;
font-size : 10px;
color : #fff;
}


span.date  {
font-family : helvetica, arial, verdana;
font-size : 8px;
color : #fff;
vertical-align: 100%;
padding: 3px 5px;
background-color: #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

span.number  {
font-family : helvetica, arial, verdana;
font-size : 10px;
color : #999;
}

span.purchasenote  {
font-family : helvetica, arial, verdana;
font-size : 10px;
color : #999;
}


.contact {
font-family : helvetica, arial, verdana;
font-size: 16px;  
color : #ffffff;
background-color:#999;
width: 320px;
clear: left;
background-repeat:repeat;
background-attachment:inherit;
margin: 0;
padding: 3px 10px;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

.message {
font-family : helvetica, arial, verdana;
font-size: 16px;  
color : #fff;
background-color:#999;
width: 320px;
height: 190px;
clear: left;
margin: 0;
padding: 10px;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

/* menu */
#menu{ 
	font-family: 'league_gothicregular';
		text-transform: uppercase;

margin:0px; 
padding:0px; 
list-style:none; 
color:#fff; 
display:inline-block;
float:left; z-index:1000;
width: 850px;
text-shadow: 0px 1px 0px #fff;
}

#menu a { 
	font-family: 'league_gothicregular';
	text-transform: uppercase;
color: #333;
font-size : 30px;
font-weight: 400;
text-decoration: none;
width: auto;
padding: 7px 10px 8px 10px;
text-shadow: 0px 1px 0px #fff;
}

#menu > li {
background: none repeat scroll 0 0; 
cursor:pointer; 
float:left; 
position:relative;
padding: 7px 10px 8px 10px;
text-shadow: 0px 1px 0px #fff;
}

#menu > li a:hover {
width: auto;
color: #333;
padding: 7px 10px 8px 10px;
text-shadow: 0px 1px 0px #fff;
background-color:#fff;
background: rgba(255, 255, 255, 0.2)
}

#menu > li a:active {
text-shadow: 0px 1px 0px #fff;
color: #ff0000;
width: auto;
border:hidden;
padding: 7px 10px 8px 10px;
}

#currentpage a {
color: #333;
text-shadow: 0px 1px 0px #fff;
background-color:#fff;
width: auto;
padding: 7px 10px 8px 10px;
}

/* sub-menus*/
#menu ul { 
padding:0px; 
margin:0px; 
display:block; 
display:inline;
}

#menu li ul { 
position:absolute; 
left:-10px; 
top:0px;
margin-top:29px; 
width:350px; 
line-height:16px;
border: 1px solid;
border-bottom-color:#999;
border-left-color:#999;
border-right-color:#999;
border-top-color:#fff;
border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
background-color:#ccc;
background-repeat: repeat;
background-attachment: fixed;
background-image: url(images/bg-dropdown.png);
color: #333;
z-index: 3;
/* for IE */ display:none; 
}

#menu li:hover ul { 
display:block;
}
#menu li ul li{ 
display:block; 
margin:5px 20px; 
padding: 5px 0px;  
list-style-type:none;
z-index: 3;
position:relative; 
}
#menu li ul li:first-child { border-top: none; }
#menu li ul li a { 
color: #333;
font-weight: bold;
display: block;
margin-bottom: 5px;
width: auto;
font-size: 16px;
font-weight: 200;
text-decoration: none;
padding: 5px 10px 3px 10px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;              
/* When image support is turned off */
text-shadow: 0px 1px 0px #fff;
}

#menu li ul li a:hover { 
color: #333;
display: block;
margin-bottom: 5px;
width: auto;
text-shadow: 0px 1px 0px #fff;
padding: 5px 10px 3px 10px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-border-radius: 7px;              
/* When image support is turned off */
background: #d4d4d4;
}

#menu li ul li a:active {
color: #ff0000;
display: block;
margin-bottom: 5px;
border: 0;
width: auto;
padding: 5px 10px 3px 10px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;              
/* When image support is turned off */
background: #d4d4d4;
}

#bottom {
    height: 100px; 
    width:900px;
    bottom: 0; 
}

::selection
{
color:#fff;
background-color: #2dcbff;
}

::-moz-selection
{
color:#fff;
background-color: #2dcbff;
}
