/* --------------------------This is reset code to eliminate the differences in various browsers-----------------------------------*/
    /**
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
    */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    body {
    line-height:1;
    }
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
    display:block;
    }
    nav ul {
    list-style:none;
    }
    blockquote, q {
    quotes:none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content:'';
    content:none;
    }
    a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    /* change colours to suit your needs */
    ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
    }
    /* change colours to suit your needs */
    mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
    }
    del {
    text-decoration: line-through;
    }
    abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
    }
    table {
    border-collapse:collapse;
    border-spacing:0;
    }
    /* change border colour to suit your needs */
    hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    }
    input, select {
    vertical-align:middle;
    }
/* ------------------------------------------------------------------------Reset end---------------------------------------------------------- */
@font-face{ 
	font-family: 'okolaksRegular';
    src: local('fonts/okolaksRegular.ttf'), url("fonts/okolaksRegular.ttf");
	src: url('fonts/okolaksRegular.eot');
	src: url('fonts/okolaksRegular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/okolaksRegular.woff') format('woff'),
	     url('fonts/okolaksRegular.ttf') format('truetype'),
	     url('fonts/okolaksRegular.svg#okolaksRegular') format('svg');
}
@font-face {
    font-family: 'action_manregular';
    src: url('fonts/Action_Man-webfont.eot');
    src: url('fonts/Action_Man-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Action_Man-webfont.woff') format('woff'),
         url('fonts/Action_Man-webfont.ttf') format('truetype'),
         url('fonts/Action_Man-webfont.svg#action_manregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'action_man_extendedregular';
    src: url('fonts/Action_Man_Extended-webfont.eot');
    src: url('fonts/Action_Man_Extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Action_Man_Extended-webfont.woff') format('woff'),
         url('fonts/Action_Man_Extended-webfont.ttf') format('truetype'),
         url('fonts/Action_Man_Extended-webfont.svg#action_man_extendedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AftaSansThin-Regular';
    src: url('fonts/AftaSansThin-Regular-webfont.eot');
    src: url('fonts/AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AftaSansThin-Regular-webfont.woff') format('woff'),
         url('fonts/AftaSansThin-Regular-webfont.ttf') format('truetype'),
         url('fonts/AftaSansThin-Regular-webfont.svg#AftaSansThin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	height: 100%;
}

.intro {
	font-family: 'okolaksRegular';
	text-align: center;
}

#wrapper{
	width:960px;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	min-height: 100%;
	padding: 10px;

}
.container{
/*http://2.bp.blogspot.com/-2Our3O61uUA/UD9eqMIIuJI/AAAAAAAAIpU/HSnapF1erho/s1600/Outer+Space+Wallpapers.jpg */
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;

}
.non_product p{
	margin-left: 50px;
	font-family: Helvetica, Arial, sans-serif;
}
.non_product a{
	font-family: Helvetica, Arial, sans-serif;
}

footer { /* Will style the "footer" tag in html file */
    clear:both; /* Makes absolute sure to position footer under BOTH the content and navigation bars.
                This is known as "clearing a float", and only works when an tag(s) above is using the "float" property. */
    width:100%; /* Takes up 100% width of wrapper (the parent) */
}

.right{
	display: inline;
	float: right;
	padding: 0px 10px 0px 0px;
	height: 25px;
	width: 25px;

}
.centered{
	display: block;
    margin: auto;
	text-align: center;
	padding: 0px 0px 20px 0px;
	max-width: 700px;
}
body {
	
	height: 100%;
	color: #3333ff;
}
/* --------------------------------------------------------------------Navigation ---------------------------------------------------------- */

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
/* --------------------------------------------------------Menu bar and buttons ---------------------------------------------------------- */ 
.menu {
    height: 30px;
    width: 960px;
    background: rgba(0, 0, 0, 0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.8)), to(rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.8), rgba(0,0,0,0.8)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.8), rgba(0,0,0,0.8));
	background: -o-linear-gradient(top, rgba(50,50,50,0.8), rgba(0,0,0,0.8)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.8), rgba(0,0,0,0.8)); 
	background: linear-gradient(rgba(50,50,50,0.8), rgba(0,0,0,0.8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    height: 30px;
}


/* --------------------------------------------------------------------Menu links ---------------------------------------------------------- */
.menu li a {
    display: block;
    padding: 0 10px;
    margin: 0px 0;
    line-height: 30px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
 
    color: #B8B8B8;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ 
	border-right: none;

}
 
.menu li:hover > a {color: #FFFFFF;}

A { text-decoration: none }/* Keeps hyperlinks from being underlined */
/* --------------------------------------------------------------------Sub menus ---------------------------------------------------------- */
.menu ul {
    position: absolute;
    top: 30px;
    left: 0;
	z-index: 10;
    background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}


.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
	
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
    width: 150px;
    padding: 4px 0 4px 4px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a {border: none;}


/* ------------------------------------------------- Product Boxes ---------------------------------------------- */

.product
{
	float: left;
	position: relative;
	width: 21%;
	min-height: 330px;
	margin: 20px 0px 0 14px;
	padding: 10px;
	border:1px solid; 
}
.product_med
{
	float: left;
	position: relative;
	width: 21%;
	min-height: 440px;
	margin: 20px 0px 0 14px;
	padding: 10px;
	border:1px solid; 
}
.feature
{
	float: left;
	position: relative;
	width: 21%;
	min-height: 600px;
	margin: 20px 0px 0 14px;
	padding: 10px;
	border:1px solid; 
}
.product_art{
	float: left;
	position: relative;
	width: 21%;
	min-height: 440px;
	margin: 20px 0px 0 14px;
	padding: 10px;
	border:1px solid;

}
.product_book{
	float: left;
	position: relative;
	width: 21%;
	min-height: 500px;
	margin: 20px 0px 0 14px;
	padding: 10px;
	border:1px solid;

}
.product_book p{
	font-family: 'action_manregular';
	color: #ffffff;
	font-size: 14px;
}
.product_book img
{
	width: 210px;
	height: 200px;

}

.product_art p{
	font-family: 'action_manregular';
	color: #ffffff;
	font-size: 14px;
}
.product p
{
	font-family: 'action_manregular';
	color: #ffffff;
}
.product_med p
{
	font-family: 'action_manregular';
	color: #ffffff;
	font-size: 14px;
}
.image
{
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	max-height: 200px;
}
.image_art
{
 
    height: height: 300px; width: auto;
	height: auto; width: 300px;
}

.sponsor
{
    width: 300px;
    height: 250px;
    background: #eee;
    position: relative;
}

.product img
{
	width: 201px;
}
.product_med img
{
	width: 210px;
	height: 210px;
}
.product_art img
{
	width: 100%;
}

.product h2
{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: .8;
	display: block;
	width: 288px;
	font-size: 1.2em;
	padding: 4px 6px;
}
.product_med h2
{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: .8;
	display: block;
	width: 288px;
	font-size: 1.2em;
	padding: 4px 6px;
}
.product_book h2
{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: .8;
	display: block;
	width: 288px;
	font-size: 1.2em;
	padding: 4px 6px;
}
.product h6
{
	font-family: 'okolaksRegular';
	background: rgba(0,0,0,0.3);
	display: block;
	font-size: 0.9em;
	padding: 5px;
}
.product_med h6
{
	font-family: 'okolaksRegular';
	background: rgba(0,0,0,0.3);
	display: block;
	font-size: 0.9em;
	padding: 5px;
}
.product_art h6
{
	font-family: 'okolaksRegular';
	background: rgba(0,0,0,0.3);
	display: block;
	font-size: 0.9em;
	padding: 5px;
}
.product_book h6
{
	font-family: 'okolaksRegular';
	background: rgba(0,0,0,0.3);
	display: block;
	font-size: 0.9em;
	padding: 5px;
}
.product h2 a
{
	color: #0b96d0;
	text-decoration: none;
}
.product_med h2 a
{
	color: #0b96d0;
	text-decoration: none;
}
.product_book h2 a
{
	color: #0b96d0;
	text-decoration: none;
}
.product h2 a:hover
{
	color: #48b1dc;
}
.product_med h2 a:hover
{
	color: #48b1dc;
}
.product_book h2 a:hover
{
	color: #48b1dc;
}

.meta
{
	font-size: 0.75em;
	position: absolute;
	bottom: 0;
	margin-top: 10px;
	width: 100%;
}

.meta a.link
{
	font-weight: bold;
	text-decoration: none;
}

.meta a.via
{
	color: #999;
	text-decoration: none;
}

.meta a.via:hover
{
	color: #0b96d0;
}

.price
{
	padding: 0px 20px 10px 0px;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'okolaksRegular';
}

.related
{
	float: left;
	position: relative;
	overflow: hidden;
}

.related img
{
	width: 150px;
	height: 125px;
}

.related h3
{
	display: none;
	background: #000;
	width: 142px;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	padding: 4px;
}

.related a
{
	text-decoration: none;
}

.related a:hover h3
{
	display: block;
}
/* ------------------------------------------------- Non-Product Boxes ---------------------------------------------- */
ul.indent {
	margin-left: 0; 
	padding-left: 100px; 
	list-style-type: square;
	font-family: "Arial", Helvetica, sans-serif;
	color: #B8B8B8;
}

/* ------------------------------------------------- Body Attributes ---------------------------------------------- */

body p {
	font-family: "Arial", Helvetica, sans-serif;
	color: #B8B8B8;
}

body h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.4em;
	color: #B8B8B8;
}

body h2 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #B8B8B8;
}
/* ------------------------------------------------- Footer Attributes ---------------------------------------------- */

footer p{
	font-family: "Arial", Helvetica, sans-serif;
	color: #B8B8B8;
	font-size: 0.5em;
	padding: 0 0 0 15px;
}