/** 
 * SilverStripe Colocenter Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	color: #333;
 	font-size: 12px; 
	font-family: Tahoma, Arial, Verdana, Lucida, sans-serif;
	line-height: 1.6
}

html {
	background: #9598A7;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

fieldset {
	border: 0	
}

ul {
	list-style-type: square;	
}

a {
	color: #1E7DA4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
.blue {
	color: #1E7DA4;	
}
/* CONTAINER
----------------------------------------- */

.Center {
	margin: 0 auto;
	width: 761px;	
}

#Top {
	background: #FFFFFF;
	height: 272px;
	z-index: 1
}

#Middle {
	background: #EEF0FC;
	border-top: 2px solid #DEE0EB;
	border-bottom: 2px solid #DEE0EB;
	min-height: 407px;
}

#Bottom {
	background: url("../images/BottomGradient.jpg") repeat-x;
	min-height: 407px;
}

#Logo {
	float: left;	
	margin-left: -20px;
	margin-right: 10px;
	margin-top: -10px;
	position: absolute;
	z-index: 10
}
#Logo img {
	border: 0
}

#Flash {
	position: absolute;
	margin-left: 230px	
}

#Bubble {
	background: url("../images/TopBubble.jpg") no-repeat;
	height: 155px;
	width: 605px;
	float: left;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Lucida, sans-serif;
	font-style: italic; 
	font-size: 18px;
	display: none;
}
	#Bubble .First, #Bubble .Second, #Bubble .Third, #Bubble .Fourth {
		position: absolute;
		overflow: hidden;
		text-align: center;
		line-height: 1.3;
		border: 0px solid red
	}
	
	#Bubble .First {		
		color: #256073;
		width: 120px;
		height: 50px;		
		margin: 15px 0 0 24px;
	}
	
	#Bubble .Second {		
		color: #227272;
		width: 140px;
		height: 50px;		
		margin: 90px 0 0 120px;
	}
	
	#Bubble .Third {		
		color: #227272;
		width: 150px;
		height: 50px;		
		margin: 15px 0 0 270px;
	}
	
	#Bubble .Fourth {		
		color: #60684D;	
		width: 150px;
		height: 50px;		
		margin: 90px 0 0 430px;	
	}
	
#Baner {
	background: url("../images/BanerBack.jpg") no-repeat;	
	width: 761px;
	height: 249px;
	float: left;
	margin-top: 150px
}
	#Baner div.nivoSlider {
		position: absolute;
		top: 19px;
		left: 21px;
		width: 650px;
		height: 204px
	}

#Girl {
	position: absolute;	
	margin: -66px 0 0 0px;
	z-index: 9999
}


/* Menu
----------------------------------------- */
#Menu {
	float: left;
	width: 201px;	
	color: #FFFFFF
}
	#Menu ul {
		list-style-type: none;
		width: 201px;
		background: url("../images/MenuShadow.jpg") bottom no-repeat;
		padding-bottom: 20px;
		text-transform: uppercase;
	}
	#Menu li {
		background: url("../images/MenuBack.jpg") no-repeat;
		width: 201px;
		height: 43px;
		display: block;
	}
	#Menu li.last {
		background: url("../images/MenuBackLast.jpg") no-repeat;
	}
	#Menu a {
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		display: block;
		padding: 12px 0 10px 20px
	}
		#Menu a.current {
			color: #CCEFF9;
		}	
	#Menu li span {
		float: right;
		font-size: 13px;
		font-weight: bold;
	}

/* Content
----------------------------------------- */
#Content {
	float: left;
	width: 450px;
	margin: 20px 5px 30px 30px	
}

/* Paragraph
----------------------------------------- */
#Content p {
	margin: 10px 0 20px 0	
}

/* LIST STYLES 
-------------------------------------------- */
#Content ul, 
#Content ol {
	list-style-type: square;	
	margin: 10px 0 20px 20px;
}

/* ALIGNMENT CLASSES 
-------------------------------------------- */
#Content .left {
	text-align: left;
}
#Content .center {
	text-align: center;
}
#Content .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
#Content img {
	border: 3px solid #FFFFFF;
}
	#Content img.right {
		float: right;
		margin: 0 0 10px 15px;
	}
	#Content img.left {
		float: left;
		margin: 0 15px 10px 0;
	}
	#Content img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	#Content img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* Headers
----------------------------------------- */
h1 {
	font-size: 22px;
	color: #0077A4;
	line-height: 1
}
h2 {
	font-size: 18px;
	color: #0077A4;
	line-height: 1
}
h3 {
	font-size: 16px;
	color: #0077A4;
	line-height: 1
}
h4 {
	font-size: 14px;
	color: #0077A4;
}
h5 {
	font-size: 12px;
	color: #0077A4;
}
h6 {
	font-size: 12px;
	color: #0077A4;
}


/* Footer
----------------------------------------- */

.Footer {
	background: url("../images/BottomBack.jpg") no-repeat;
	width: 761px;
	height: 146px;	
	color: #FFFFFF;
	line-height: 1.4;
}

	.Footer ul {
		list-style-type: none;	
		padding: 20px  0 0 80px
	}
	.Footer ul li {
		float: left;
		width: 148px;
		height: 85px;
		padding: 10px 0 0 20px;
		font-size: 11px
	}
	.Footer ul li a{
		color: #ddd
	}
	.Footer ul li a:hover{
		text-decoration: underline
	}
	.Footer ul li h4 {
		font-size: 12px
	}
	.Footer ul li.left {
		border-left: 1px solid #00DAEB 
	}
	.Footer ul li.right {
		border-right: 1px solid #0088B7;
	}
#ColorBox {
	position: absolute;	
	margin: -150px 0 0 660px
}
.copy {
	color: #0077A4;
	font-size: 11px;	
	text-align: right;	
	padding: 5px 15px 0 0
}


/* Gallery
----------------------------------------- */
div.gallery-layout-wrapper{
	margin-top: 20px	
}
ul#gallery-list {
	list-style-type: none;	
}

ul#gallery-list li{
	float: left;
	height: 103px;
	margin: 0 8px 8px 0
}

ul#gallery-list li img {
	border: 4px solid #FFFFFF	
}


/* Form
----------------------------------------- */
input,textarea {
	padding: 3px 5px 3px 5px;
	font-family: Arial, Verdana;
	font-size: 12px
}
form#Form_Form input[type=text] {
	width: 420px;
	border: 1px solid #cccccc;	
}
textarea {
	width: 420px;
	border: 1px solid #cccccc;	
}

form#Form_Form .field, form#Form_Form .Actions {
	padding: 8px 0 14px 0;
}

form#Form_Form .field{
	border-bottom: 1px dashed #FFFFFF;
}

form#Form_Form {
	width: 430px;
}

form#Form_Form ul {
	list-style-type: none;	
	margin: 10px 0 0 0
}
form#Form_Form ul li {
	margin: 0;
	padding: 0	
}
.required {
	display: block;
	color: #E43434	
}
form label.left {
	font-weight: bold;	
}

#MemberLoginForm_LoginForm {
	margin-top: 20px
}


/* STORES
----------------------------------------- */
.StoreItem {
	border-top: 1px dotted #ccc;
	padding-top: 15px
}
	.StoreItem .Left {
		width: 48%;
		float: left
	}
	.StoreItem .Right {
		width: 48%;
		float: right;
		
	}
	.StoreItem .Right p {
		margin: 0 0 8px !important
	}
	.StoreItem a.zoom {
		display: block;
		float: left;
		margin: 0 5px 5px 0
	}
	