/* CSS Document */
/*        Less Framework 4 with 16/24 type presets
        http://lessframework.com
        by Joni Korpi
        License: http://opensource.org/licenses/mit-license.php        */



/*        Resets
        ------        */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
        display: block;
}

a img {border: 0;}



/*        Typography presets
        ------------------        */

.gigantic {
        font-size: 110px;
        line-height: 120px;
        letter-spacing: -2px;
}

.huge, h1 {
        font-size: 68px;
        line-height: 72px;
        letter-spacing: -1px;
}

.large, h2 {
        font-size: 42px;
        line-height: 48px;
}

.bigger, h3 {
        font-size: 26px;
        line-height: 36px;
}

.big, h4 {
        font-size: 22px;
        line-height: 30px;
}

body {
        font: 16px/24px Georgia, serif;
}

.small, small {
        font-size: 13px;
        line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection                  {background: rgb(255,255,158);}
::-moz-selection         {background: rgb(255,255,158);}
img::selection                 {background: transparent;}
img::-moz-selection        {background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*                Default Layout: 992px. 
                Gutters: 24px.
                Outer margins: 48px.
                Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


html{
	width: 100%;
}
body {
	width: 97.5%;
	height:98%;
	background-image:url(../images/background.jpg);
	-webkit-text-size-adjust: 97.5%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: 'DroidSans', Fallback, sans-serif;
	margin: 0 auto;
	border-right: 20px solid #049CBE;
	border-left: 20px solid #049CBE;
	overflow:visible;
}

@font-face{
	font-family: 'DroidSans';
	src:url(../fonts/DroidSans.ttf);
}

@font-face{
	font-family: 'EquipLight';
	src:url(../fonts/EquipLig.otf);
}
#container {
	position:relative;
	width:70%;
/*	height:100%;
	margin: 0 auto -24px;*/
	overflow:visible;
	/*padding-bottom:24px;*/

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.row{
	width:85%;
	margin:50px auto;
	height:50%;
	text-align:center;
	overflow:visible;
	/*border: 1px solid black;*/
	padding: 0 0 0 15px;
}

.imageNode{
	margin: 0 10px 0 10px;
	width: 250px;
	text-align:left;
	display:inline-block;
}

.prodImage {
	box-shadow: 5px 1px 7px #888888;
}

p {
	font-family:'DroidSans';
	font-size:14px;
	font-weight:normal;
	color:#4D4D4D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
        
body {
	width: 768px;
	height:98%;
	background-image: url(../images/background.jpg);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: 'DroidSans', Fallback, sans-serif;
	margin: 0 auto;
	border-right: 20px solid #049CBE;
	border-left: 20px solid #049CBE;
	overflow:visible;
}

@font-face{
	font-family: 'DroidSans';
	src:url(../fonts/DroidSans.ttf);
}

@font-face{
	font-family: 'EquipLight';
	src:url(../fonts/EquipLig.otf);
}

#container {
	position:relative;
	width:600px;
	height:100%;
	margin: 0 auto;
	overflow:auto;
	padding-bottom:24px;
}
.row{
	width:600px;
	margin:50px auto;
	height:50%;
	text-align:center;
	overflow:visible;
	/*border: 1px solid black;*/
	padding: 0 0 0 15px;
}

.imageNode{
	margin: 0 10px 20px 10px;
	width: 250px;
	text-align:left;
	display:inline-block;
}

}



/*                Mobile Layout: 320px.
                Gutters: 24px.
                Outer margins: 34px.
                Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
        
        	
body {
	width: 320px;
	height:98%;
	background-image: url(../images/background.jpg);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: 'DroidSans', Fallback, sans-serif;
	margin: 0 auto;
	border-right: 20px solid #049CBE;
	border-left: 20px solid #049CBE;
	overflow:visible;
}

@font-face{
	font-family: 'DroidSans';
	src:url(../fonts/DroidSans.ttf);
}

@font-face{
	font-family: 'EquipLight';
	src:url(../fonts/EquipLig.otf);
}

#container {
	position:relative;
	width:275px;
	height:97%;
	margin: 0 auto;
	overflow:auto;
	padding-bottom:24px;
	/*border:1px solid black;*/
}
p {
	font-family:'DroidSans';
	font-size:16px;
	font-weight:normal;
	color:#4D4D4D;
}

.row{
	width:240px;
	margin:50px auto;
	height:50%;
	text-align:center;
	overflow:visible;
	/*border: 1px solid black;*/
	padding: 0 0 0 15px;
}

.imageNode{
	margin: 0 0 40px -15px;
	width: 230px;
	text-align:left;
	display:inline-block;
}

.prodImage {
	box-shadow: 5px 1px 7px #888888;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
        
        body {
                width: 436px;
                padding: 36px 22px 48px;
        }

}