/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/*GENERAL RULES */

* { padding: 0; margin: 0;  border:none; }

#wrapper {
	margin: 0 auto;
	width: 922px;
}	


p {
	padding-bottom: 0.6em;
	color: #333333;
	line-height: 1.6em;
}

 

/*HEADER RULES */

#header {
	color: #333;
	width: 922px;
	float: left;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	padding: 0px;
}

/*IMAGEBOX RULES */

#imagebox {
	float: left;
	width: 920px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	height: 300px;
	border: 1px solid #FFFFFF;
}

/*LEFT COLUMN RULES */	
	
#leftcolumn {
	color: #333;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
 
/*MAIN CONTENT RULES */


#content {
	float: left;
	color: #FFFFFF;
	padding: 0px;
	display: inline;
	background-repeat: repeat-x;
	width: 320px;
	margin-bottom: 0px;
	position: relative;
	margin-top: 0px;
	margin-left: 25px;
}
#content  li  {
	font-weight: normal;
	text-indent: 50px;
	line-height: 1.2em;
	display: list-item;
}

#content #infobox {
	float:right;
	width:200px;
	height: 600px;
	margin: 0px;
	padding: 0px;
}
#content #infobox p {
	margin-top: 5px;
	width: 170px;
	margin-right: 0px;
	margin-left: 0px;
}
#content  table  {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}
#content  table  td  {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #333333;
}
#content  a  {
	font-weight: normal;
	color: #19C6FF;
	text-decoration: underline;
}

/*RIGHT COLUMN RULES */

#rightcolumn {
	display: inline;
	position: relative;
	color: #333333;
	padding: 0px;
	width: 320px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#rightcolumn #prices {
	width: 175px;
	float: left;
}

#rightcolumn #booknow {
	width: 175px;
	float: right;
}

#rightcolumn p {
	margin-bottom: 5px;
	padding-right: 5px;
	color: #333333;
}
#rightcolumn  a  {
	color: #19C6FF;
	text-decoration: underline;
}

.rightcolumn_imgleft {
	float: left;
	margin-right: 5px;
}
.rightcolumn_imgleft_border {
	float: left;
	border: 1px solid #333333;
	margin-bottom: 5px;
}
.rightcolumn_imgright {
	float: right;
	margin-left: 5px;
}
.rightcolumn_imgright_padded {
	float: right;
	margin-left: 120px;
	height: 44px;
	display: block;
	margin-bottom: 15px;
}
.rightcolumn_imgright_border {
	float: right;
	border: 1px solid #333333;
}

#contentwide {
	color: #FFFFFF;
	padding: 0px;
	display: inline;
	position: relative;
	background-repeat: repeat-x;
	width: 688px;
	margin-bottom: 5px;
	margin-left: 25px;
	float: left;
}
#contentwide  a  {
	font-weight: normal;
	color: #19C6FF;
	text-decoration: underline;
}

/*FULL WIDTH BOX RULES */

#fullwidth {
	width: 920px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#fullwidth  p  {
	width: 90%;
	color: #333333;
}

#fullwidth #textbox1 {
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 290px;
	margin-right: 16px;
	background-image: url(../../images/title%20images/ski.jpg);
	background-position: left 40px;
	background-repeat: no-repeat;
}

#fullwidth #textbox2 {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 290px;
	float: left;
	padding-right: 0%;
	margin-left: 10px;
	background-image: url(../../images/title%20images/snowboars.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
#fullwidth #textbox3 {
	float:right;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 290px;
	background-image: url(../../images/title%20images/spd.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
	
#fullwidth a:link{
	text-decoration:underline;
	color: #19C6FF;
	}
	
#fullwidth a:visited{
	color: #19C6FF;
	text-decoration: underline;
	}
	
#fullwidth table {
	border-spacing:1px;
	font-size:10px;
	color: #666666;
	margin: 5px;
}

#fullwidth table a{
text-decoration:none;
}

#copyright {
	color: #CCCCCC;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#copyright p {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tableimg {
	border: 1px solid #333333;
}
.team_nav_image {
	float: left;
	margin-right: 3px;
}
.team_nav_image_1px {
	float: left;
	padding-right: 1px;
	padding-bottom: 1px;
}
.readmore {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.socialmediaicon {
	padding: 0px;
	margin: 0px;
}
.booknowicon {
}


.imgright {
	margin-left: 5px;
	margin-bottom: 10px;
	float: right;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
	}
	
.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgrightcolumn {
	border: 1px solid #CCCCCC;
}
.imgblackborder {
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


 GALLERY 

.thumbnail
{
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }
.team_table_img {
	border: 1px solid #9C6AC3;
	margin-left: 2px;
}
#wrapper #imagebox {
	border: 1px solid #333333;
}
#bannerContainer {
	border: 1px solid #333333;
	float: right;
	width: 335px;
	display: inline;
	position: relative;
}
#twitternews {
	border: 1px solid #333333;
	float: right;
	width: 335px;
	display: inline;
	position: relative;
}
#snowboardrightcolumn {
	float: right;
	width: 335px;
	display: inline;
	position: relative;
}
#twittertitle {
	width: 100%;
	background-color: #333333;
	color: #FFFFFF;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 10px;
	margin-bottom: 10px;
}
#twittertitle p {
	margin-left: 10px;
	color: #FFFFFF;
}
.question {
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.newsletter_portrait {
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
	color: #333333;
}
hr {
	color: #666666;
}

#newsletter {
	display: block;
	margin-top: 20px;
	float: left;
	text-align: center;
	border: 1px solid #9934CC;
	width: 178px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
