/*	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-family: cicle;
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 2px;
}

.big, h4 {
	font-family: cicle;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 2px;
}

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);}


@font-face {
	font-family: cicle;
	src: url(../fonts/cicle_fina_macroman/Cicle_Fina-webfont.ttf),
	 url(../fonts/cicle_fina_macroman/Cicle_Fina-webfont.woff)
}



/*		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    */

body {
	width:1300px;
	padding: 0px 0px 0px 0px;

	margin: 0 auto 0 auto;

	background: rgb(232,232,232);
	color: rgb(60,60,60);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#wrap {
	margin: 0 auto 0 auto;
	
}


#navarea {
	
	width: 203px;
	height: 768px;
	background-color: #FFF;
	float:left;

	
}

#top1 {
	height: 185px;
	

	
}

#top1 img{
	padding-top:15px;
	padding-left:15px;
	

	
}

#nav1 ul li {
	list-style-type: none;
	padding-bottom: 30px;
	margin-left:15px;
	
}

#nav1 a {
	text-decoration:none;
	color:#000;
	
}

#nav1 ul li p {
	background-color:#E2CCBC;
	width:72px;
	padding-left:5px;
	
}

#navinfo1 {
	margin-top: 278px;
	margin-left:15px;
	
}



#navinfo2 {
	margin-top: 15px;
	margin-left:15px;
	
}

#imagemain {
	height:auto;
	width: 1076px;
	background-color:#FFF;
	float:left;
	
	

	

}


#imagegrid {
	margin-top:50px;
	margin-left:120px;
	
}

#pic1 {
	float:left;
	padding-right:30px;
}

#pic2 {
	float:left;
	padding-right:30px;
}

#pic3	{
	float:none ;
}

#pic4 {
	float:left;
	padding-top:30px;
	padding-right:30px;
}

#pic5 {
	float:left;
	padding-top:30px;
	padding-right:30px;
}

#pic6 {
	float:none;
	padding-top:30px;
	padding-right:30px;
}
#pic7 {
	float:left;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:34px;
}
#pic8 {
	float:left;
	padding-top:30px;
	padding-right:30px;
}
#pic9 {
	float:left;
	padding-top:30px;
	padding-right:30px;
}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		width: 712px;
		padding: 48px 28px 60px;
	}
}



/*		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: 252px;
		padding: 48px 34px 60px;
	}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body {
		width: 436px;
		padding: 36px 22px 48px;
	}

}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {

	body {

	}

}