/* GLOBAL DEFINITIONS */
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Courier New", Courier, monospace;
}
body {
	background: none;
}
.bg1 {
	background: url(../images/background1.png) no-repeat scroll 0 0;
}
.bg2 {
	background: url(../images/background2.png) no-repeat scroll 0 0;
}
.bg3 {
	background: url(../images/background3.png) no-repeat scroll 0 0;
}
.bg4 {
	background: none;
}
img, table, td {
	border:0px none;
}
.clear {
	clear: both;
	line-height: 0;
	font-size:0;
	margin:0;
	padding:0;
}
.clear-left {
	clear: left;
	line-height: 0;
}
strong {
	font-weight:bold;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
ul, ol, li {
	list-style: none;
	list-style-type:none;
}
hr {
	background:url(../images/pattern.jpg) repeat 0 0;
	height:8px;
	border:0 none;
	margin:2px 0 8px 0;
	padding:0;
}
/* GLOBAL STRUCTURE */
.about {
	width:670px;
}
.about p{
	text-align:center;
	font-size:36px;
	line-height:30px;
	margin:30px 0;
	color:#333;
}
.contact {
	width:670px;
}
.contact p {
	text-align:center;
	font-size:36px;
	line-height:30px;
	margin:30px 0;
	color:#333;
}
#sidebar {
	/*background:#FFFFFF none repeat scroll 0 0;*/
	bottom:0;
	color:#FFFFFF;
	height:auto;
	left:20px;
	overflow:visible;
	padding:0.2em;
	position:absolute;
	top:0px;
	width:200px;
}
#sidebar h1 {
	background:url(../images/icesquare-logo.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:96px;
	margin:0;
	text-indent:-9999px;
	width:160px;
}
#sidebar h1 a {
	color:#FFFFFF;
	display:block;
	height:96px;
	width:160px;
}
/*sidebar -menu*/
ul.menu {
	margin:10px 0 0 0;
}
ul.menu li {
	margin:0 0.6em !important;
	margin:0 0.8em 0 0.2em;
	color:black;
	font-size:14px;
}
ul.models_name {
	line-height:19px;
	font-size:14px;
	padding:3px 0 0 9px;
}
ul.models_name li a {
    background:none;
	color:#666;
}
ul.models_name li a:hover {
	color:#ccc;
	background:none;
	text-decoration:none;
}
ul.menu li.about a, ul.menu li.models, ul.menu li.contact a {
	text-indent:-9999px;
	display:block;
	margin:1em 0;
	cursor:pointer;
}
ul.menu li.about a {
	background:url(../images/section-title.png) no-repeat scroll 0 0;
	width:91px;
}
ul.menu li.about a:hover {
	background:url(../images/section-title.png) no-repeat scroll 0 -17px;
	width:91px;
}
ul.menu li.models {
	background:url(../images/section-title.png) no-repeat scroll -230px 0;
	width:113px;
}
ul.menu li.models a:hover {
	background:url(../images/section-title.png) no-repeat scroll -230px -17px;
	width:113px;
}
ul.menu li.contact a {
	background:url(../images/section-title.png) no-repeat scroll -98px 0;
	width:126px;
	margin-bottom:30px;
}
ul.menu li.contact a:hover {
	background:url(../images/section-title.png) no-repeat scroll -98px -17px;
	width:126px;
}
#sidebar .info {
	padding:15px 0;
	text-align:left;
	color:#666;
	font-size:11px;
	margin:0 10px;
}
#sidebar div.logo-ice {
	margin:20px 0 0 8px;
}

#content {
	margin:20px 0 0 260px;
}
/*switch*/
ul.switch {
	margin:0 0 0 6px;
}
li.one a, li.two a, li.three a, li.four a {
	width:10px;
	height:10px;
	display:block;
	float:left;
	margin:0 4px;
	border:1px solid #ddd;
	cursor:pointer;
	-moz-border-radius:5px;
}
li.one a:hover, li.two a:hover, li.three a:hover {
	border:1px solid #ccc;
}
li.one a {
	background-color:#f7f708;
}
li.two a {
	background-color:#24f708;
}
li.three a {
	background-color:#f708e9;
}
li.four a {
	background-color:#fff;
}
/*switch*/



/*HOMEPAGEbox*/
.model_box_container {
}
ul.model_hover_block {
	display:block;
	float:left;
}
ul.model_hover_block li {
	list-style:none;
	float:left;
	margin: 10px;
	width:134px;
	position: relative;
	margin-right: 20px;/*	background: url(file:///C|/Documents%20and%20Settings/Carannante/Desktop/square/images/bg_model_box2.gif) no-repeat scroll 0 0;*/
}
ul.model_hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 198px;
	width: 134px;
	text-align:center;
	color: #333;
	font-size:27px;
	font-family:"Courier New", Courier, monospace;
	z-index:0;
}
ul.model_hover_block li a {
	text-decoration: none;
}
ul.model_hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index:1000;
}
/*model page*/
.model_page {
}
.model_page h1.model_name {
	font-size:47px;
	color:#333
}
ul#model_dates {
	background:none;
	font-size:16px;
	display:block;
	float:left;
	color:#666;
}
ul#model_dates li {
	display:block;
	float:left;
	margin:0 8px 0 0;
}
ul#model_dates li strong {
	color:#333333;
	font-size:20px;
}
/*gallery*/
.gallery {
	padding-bottom: 8px;
}
.gallery_thumb {
	height:auto;
}
.gallery ul {
	margin:5px 0 0 0;
}
.gallery ul li {
	display:inline;
	vertical-align:middle;
}
.gallery ul li a img.selected {
	border-top:1px solid #333;
}
.gallery li a img {
	border:2px solid #FFFFFF;
	margin:14px auto 8px;
	vertical-align:middle;
}
.gallery li a:hover img {
	margin:14px auto 8px;
	vertical-align:middle;
	border-top:2px solid #f7f708;
}
img.ad-loader {
	border:0;
	padding:20px;
	background:#FFF;
}
