/*
	Name:			Think Blue Style Sheet
	Description:	Master website style sheet for thinkbluemedia.co.uk/doitinyourpants.co.uk
	Author:			Robert Rawlins
	Copyright:		Think Blue Ltd - 2008
*/

body {
	padding:0;
	margin:0;
	font-family:Arial;
}

div#header {
	width:100%;
	background:#fff url('/images/header_background.jpg') top left repeat-x;
}

fieldset {
	border:none;
}

div#top_bar {
	width:100%;
}

a img {
	border:none;
}

.far_right {
	float:right;
	height:27px;
	padding:5px 10px 0 0;
}

.far_left {
	float:left;
	padding:5px 0 0 0;
}

.far_left img {
	float:left;
	margin:-5px 5px 0 0;
}

.far_right img {
	float:left;
	margin:2px 8px 0 0;
}

#top_bar a {
	text-decoration:none;
	color:#666;
	font-size:13px;
}

#top_bar a:hover {
	color:#333;
}

div.center_container {
	width:790px;
	margin:auto;
}

div.clearer {
	clear:both;
}

ul#top_menu {
	margin:0 0 20px 0;
	padding:0 0 17px 0;
	font-size:20px;
	color:#999;
	list-style:none;
}

#top_menu li a {
	color:#999;
	padding-bottom:30px;
	text-decoration:none;
	background:url("/images/tab_arrow.png") -2000px 100% no-repeat;
}

#top_menu li a:hover, #top_menu li.active a {
	color:#666;
	background-position:50% 34px;
}

#top_menu li.active a {
	color:#54B9DD;
}

#top_menu li {
	float:left;
	padding:0 10px 0 10px;
	border-left:1px solid #999;
}

#top_menu li.last {
	float:right;
	padding:0 0 0 10px;
}

#top_menu li.first {
	padding:0 10px 0 0;
	border-left:none;
}

#banner div.center_container {
	width:900px;
}

div#banner {
	width:100%;
	height:265px;
	background:#fff url('/images/banner_back.jpg') top right no-repeat;
	border-top:1px solid #000102;
}

blockquote {
	margin:30px 0 auto 0;
	padding:20px 0 0 55px;
	width:45%;
	color:#fff;
	font-size:24px;
	line-height:30px;
	float:left;
	background:url('/images/start_quote.png') top left no-repeat;
}

blockquote p {
	margin:0;
	padding:0 0 20px 0;
	background:url('/images/end_quote.png') bottom right no-repeat;
}

#banner img {
	float:right;
	margin:0 55px 0 0;
}

div#content {
	margin:0;
	padding:0;
	width:100%;
	background:#4DB4DB url('/images/content_background.jpg') top left repeat-x;
}

#content h1 {
	margin:0 0 20px 0;
	padding:30px 0 0 0;
	font-weight:normal;
	color:#1A6886;
	font-size:35px;
}

#content p {
	color:#fff;
	font-size:17px;
	line-height:24px;
	word-spacing:2px;
	letter-spacing:0.5px;
}

#content a {
	color:#fff;
}

#content a:hover {
	color:#1A6886;
}

#content p em {
	background:url('/images/highlighter.png') top left repeat-x;
	font-style:normal;
}

div#footer {
	width:100%;
	color:#666;
	font-size:12px;
	background:#ccc url('/images/footer_background.jpg') top left repeat-x;
	padding:0 0 15px 0;
	border-bottom:1px solid #666;
}

div#footer a {
	color:#666;
	text-decoration:none;
}

div#footer a:hover {
	color:#333;
}

#footer ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

#footer ul li {
	padding:5px 0 5px 0;
}

div.link_list_left {
	float:left;
	width:240px;
	margin:0 35px 30px 0;
}

div.link_list_center {
	float:left;
	width:240px;
}

div.link_list_right {
	float:right;
	width:240px;
}

#footer .far_right {
	padding:5px 0 0 0;
}

#footer h4 {
	color:#2698C4;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin:10px 0 5px 0;
}

div#bottom_banner {
	width:100%;
	background-color:#87C8E1;
	border-top:8px solid #63BADB;
	padding:10px 0 10px 0;
}

#bottom_banner h4 {
	color:#185F79;
	font-size:50px;
	width:360px;
	font-weight:normal;
	margin:0;
	float:left;
}

div#contact_details {
	float:right;
	width:40%;
}


#contact_details h4 {
	font-size:36px;
	text-align:right;
	width:100%;
}

#contact_details p {
	color:#2285AA;
	font-size:31px;
	letter-spacing:1px;
	padding:0;
	margin:0;
	text-align:right;
}

#contact_details p.email{
	color:#2285AA;
	font-size:17px;
	letter-spacing:1px;
	padding:10px 0 0 0;
}

div#content_bottom {
	background:url('/images/content_background_bottom.jpg') bottom left repeat-x;
	height:100%;
	padding:0 0 70px 0;
}

div#content_middle {
	background:url('/images/content_background_side.png') left no-repeat;
	height:100%;
	padding:30px 0 0 0;
}

div.button {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0px auto;
    padding:0 19px 0 0;
    background:url('/images/button_right.png') top right no-repeat;
}
    
div.button div {
    margin:0;
    padding:9px 5px 20px 25px;
    font-size:40px;
	text-shadow: #333 2px 2px 5px;	
    color:#fff;
    background:url('/images/button_left.png') top left no-repeat;
}

div.green {
	background:url('/images/button_right_green.png') top right no-repeat;	
}

div.green div {
	background:url('/images/button_left_green.png') top left no-repeat;	
}

h2 {
	font-size:27px;
	font-weight:normal;
	color:#BDE2F0;
	margin:-20px 0 30px 0;
}

div#button_bar {
	width:100%;
	text-align:center;
	position:relative;
	top:-32px;
	clear:both;
}

div.button a {
	text-decoration:none;
	color:#fff;
}

div.button a:hover {
	color:#9CD6EB;
}

div.green a:hover {
	color:#D2FB7D;
}

dt img {
	float:left;
	margin:0 0 0 -70px;
}

div.left_dt {
	float:left;
	width:355px;	
}

div.left_dt div.icon {
	float:left;
	text-align:center;
	width:70px;
	margin:0 0 0 -80px;
}

div.icon img {
	width:45px;
}

div.right_dt div.icon {
	float:left;
	text-align:center;
	width:70px;
	margin:0 0 0 -75px;
}

#content .left_dt p {
	font-size:16px;
	margin:10px 0 20px 0;
}

#content p.note {
	font-size:14px;
	color:#BBE0EE;
	margin:0 0 30px 0;	
}

#content .right_dt p {
	font-size:16px;
	margin:10px 0 20px 0;
}

h3 {
	color:#1A6886;
	font-size:25px;
	margin:0 0 0 0;
	font-weight:normal;
}

div.right_dt {
	float:right;
	width:355px;	
}

.back_to_top {
	float:right;
	width:100px;
	padding:10px 0 0 0;
	text-align:right;
	clear:both;
}

.back_to_top img {
	float:right;
	margin:-10px 0 0 10px;
}

label {
	font-size:18px;
	color:#1A6886;
}

button em {
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
}

button {
	margin:0 0 0 -15px;
}

input {
	width:344px;
	border:1px solid #666;
	margin:5px 0 20px 0;
	color:#666;
	font-size:16px;
	padding:5px;
	text-transform:lowercase;
}

form span {
	font-size:14px;
	color:#1A6886;
	margin:0 0 0 5px;
	padding:0;
	vertical-align:middle;
}

textarea {
	width:445px;
	height:180px;
	border:1px solid #666;
	margin:5px 0 20px 0;
	color:#666;
	font-size:16px;
	font-family:Arial;
	text-transform:lowercase;
	padding:10px;
}

input.error, textarea.error {
	border:3px solid #CC0000;
	margin-bottom:0;
}

form span.error {
	font-size:20px;
	color:#990000;
}

form span.error img {
	position:relative;
	top:7px;
}

button {
    border:none;
    background: none;
}

button div {
    padding:0 27px 0 0;
    background:url('/images/blue_button_right.png') top right no-repeat;
}
    
button div div {
    margin: 0;
    padding:17px 0 17px 27px;
    font-size:22px;
    color:#fff;
    background:url('/images/blue_button_left.png') top left no-repeat;
}

div.error_list_top {
	background:url('/images/bubble_top.png') top left no-repeat;
	padding-top:25px;
	margin:0 0 15px 25px;
	width:310px;
}


div.error_list_bottom {
	background:url('/images/bubble_bottom.png') bottom left no-repeat;
	padding:0 0 20px 0;
}

#content ul.errors_list {
	color:#fff;
	font-size:16px;
	background:url('/images/bubble_back.png') top left no-repeat;
	margin:0;
	padding:0 15px 0 35px;
}

#content  ul.errors_list li {
	list-style-image: url('/images/bullet_point.png');
	margin:0;
	padding:2px 0 0 5px;
}

div#left_column {
	float:left;
	width:450px;
}

div#right_column {
	width:250px;
	float:right;
}

#right_column p {
	font-size:22px;
	color:#2285AA;
}

#right_column p.large {
	font-size:30px;
	padding:0;
	margin:0 0 10px 0;
}

address {
	color:#2285AA;
	font-size:20px;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:25px;
}

ol {
	margin:30px 0 0 0;
	padding:0 50px 0 50px;
}

ol li {
	color:#fff;
	line-height:20px;
	margin:20px 0 0 0;
}


div.break {
	clear:both;
	margin:30px 0 10px 0;
	border-top:1px solid #2698C4;
	border-bottom:1px solid #9CD6EB;
}

#content ul {
	padding:0 0 0 0.1em;
	margin:20px 0 30px 1em;
	color:#fff;
}

#content ul li{
	padding:0 0 0 10px;
	margin:0 0 8px 0;
	font-size:16px;
}

h4 {
	text-align:left;
	color:#237EA0;
	font-weight:normal;
	font-size:30px;
	margin:0;
	padding:0;
}

h4.best_buy {
	color:#003366
}

div.package {
	width:250px;
	text-align:center;
}

div.lefty {
	float:left;
	padding:0 10px 0 0;
	margin:0 15px 10px 0;
	border-right:1px solid #237EA0;
}

div.middly {
	float:left;
	border-right:1px solid #237EA0;
}

div.righty {
	float:right;
}

#content .package p.footnote {
	line-height:normal;
	font-size:16px;
	color:#2A88AA;
}

#content .package p {
	margin:0;
	padding:0 0 10px 0;
	line-height:normal;
	font-size:16px;
	color:#D3ECF5;
	text-align:left;
}

#content .package p span {
	font-weight:bold;
	font-size:24px
}

#content .package img {
	float:right;
}

#content .package p.big {
	line-height:normal;
	font-size:18px;
	color:#fff;
}

#content .package p.supernote {
	line-height:normal;
	font-size:14px;
	color:#fff;
}

#content .package p.big span {
	font-weight:normal;
	font-size:40px;
}

#content .package button {
	margin:15px 0 0 0;
}

#content .righty button {
	margin:41px 0 0 0;
}

div#tandc {
	margin:30px 0 0 0;
	padding:10px;
	overflow:auto;
	height:300px;
	background-color:#fff;
	border:1px solid #666;
}

div#tandc p {
	padding:0;
	margin:0;
	color:#999;
	font-size:14px;
}

 div#tandc ul {
	color:#999;
	font-size:16px; 		
 }

div#tandc h1 {
	padding:0;
	margin:0 0 10px 0;
	color:#333;
	font-size:25px;
}

div#tandc h2 {
	margin:0 0 20px 0;
	color:#666;
	font-size:20px;
}

div#tandc h3 {
	margin:20px 0 10px 0;
	color:#666;
	font-size:18px;
}

input#check {
	margin-top:20px;
	width:30px;
}

ol {
	margin:0 0 0 0;
	padding:0;
}

ol li {
	line-height:24px;
	margin:0 0 50px 0;
}

ol ol {
	padding:0 0 0 50px;
}

ol ol li {
	margin:15px 0 15px 0;
}
