/*
Title:		Columns css style
Author:		Xaliber
Year:		2010
Contact:	info@xaliber.com
*/

@charset "utf-8";

/* 1 COLUMN */
#onecol {
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 10px;
	text-align: justify;
}
#onecol  .col {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#onecol_form {
	margin-bottom: 10px;
	clear: both;
	text-align: justify;
	border: 5px solid #FFFFFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #028DB4;
	background-image: url(../images/layout/sun_bg.gif);
	color: #FFFFFF;
}
#onecol_form p {

}
#onecol_form h1 {
	color: #FFFFFF;
}


#onecol h1 {
	color: #028EB1;
	padding-left: 10px;
}
#onecol h2 {
	color: #666666;
	padding-left: 10px;
}


#onecol p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* 2 COLUMNS */

#twocols  {
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 10px;
	text-align: justify;
}

#twocols h1 {
	color: #666666;
	padding-left: 10px;
}

#twocols h2 {
	color: #666666;
	padding-left: 10px;
}

#twocols  p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#twocols  .colleft {
	width: 450px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#twocols   .colleft_small {
	width: 292px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#twocols .colleft_medium {
	width: 292px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#twocols  .colright {
	width: 450px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#twocols  .colright_large {
width: 608px;
float: right;
margin: 0px;
background-image: url(../images/div/twitterbird.png);
background-repeat: no-repeat;
background-position: right 92%;
}
#twocols .colright_large h1 {
color: #028EB1;
}
#twocols  .colright_large  h1 a {
text-decoration: none;
color: #1DA5DC;
}

#twocols .colleft_small h1 {
	color: #86AA12;
}

/* 3 COLUMNS */

#threecols  {
	margin-bottom: 10px;
	clear: both;
	text-align: left;
	margin-top: 10px;
}
#threecols_info {
	clear: both;
	text-align: left;
	margin: 0px;
}


#threecols_info   .col_info  {
	float: left;
	width: 285px;
	border: 5px solid #FFFFFF;
	padding: 5px;
	background-repeat: repeat-x;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/box_print.png);
}
#threecols_info  .col_info {
	float: left;
	width: 280px;
	border: 5px solid #FFFFFF;
	padding: 5px;
	background-repeat: repeat-x;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/box_print.png);
}

#threecols #col_default {
	float: left;
	width: 276px;
	border: 6px solid #FFFFFF;
	padding: 5px;
	margin-right: 18px;
	background-color: #028DB4;
	height: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/layout/front_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#threecols #col_product {
	float: left;
	width: 276px;
	padding: 10px;
	margin-right: 20px;
	background-color: transparant;
	height: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
#threecols #col_product_last {
	float: right;
	width: 275px;
	padding: 10px;
	background-color: transparant;
	height: 450px;
	margin: 0px;
}


#col_default h1 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}

#col_default p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#col_default a {
	color: #FFFFFF;
	text-decoration: none;
}
#col_default a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#threecols #col_last {
	float: right;
	width: 275px;
	border: 6px solid #FFFFFF;
	padding: 5px;
	background-color: #028DB4;
	height: 450px;
	margin: 0px;
	background-image: url(../images/layout/front_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#col_last h1 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}

#col_last p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#col_last a {
	color: #FFFFFF;
	text-decoration: none;
}
#col_last a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
