/* Bubble Web Design Stylesheet
----------------------------------------------- */

html {
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #000;
}

/* Header (header.html)
----------------------------------------------- */

#header {
	background-color: #000;
	border-bottom: 1px solid #d7d7d7;
}


#header h1 {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 200px;
	height: 65px;
	font-size: 38px;
	padding: 0px;
	line-height: 30px;
}

#header h1 span {
	font-size: 30px;
	font-weight: normal;
}

#header #tagline {
	color: #007ED1;
	position: absolute;
	top: 105px;
	left: 400px;
}

#header img {
	border: none;
}

a#headerlink { /* img & h1 */
	color: #fff;
}

a#headerlink:hover {
	color: #fff !important;
}

#nav {
	background: url(images/nav_blue.png) repeat-x;
	height: 55px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -4px;
}

#nav ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	/*width: 600px; this is for centering nav
	position: relative;
	margin: auto;*/
}

#nav li, #nav a {
	float: right;
	font-weight: bold;
	display: block;
}

#nav li, #nav a, .subtitle {
	font-size: 12px;
}

#nav a {
	text-decoration: none;
	padding: 15px 25px 10px 25px;
}


#nav a, #nav li:hover .subtitle, body#index li.index .subtitle, body#portfolio li.portfolio .subtitle, body#services li.services .subtitle, body#pricing li.pricing .subtitle, body#quote li.quote .subtitle {
	color: #fff;
}

body#index li.index a, body#portfolio li.portfolio a, body#services li.services a, body#pricing li.pricing a, body#quote li.quote a, #nav li:hover a, #nav li:hover a, .subtitle {
	color: #000;
}

/* Content Area
----------------------------------------------- */


h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
}

h2, #portfolio table th {
	margin: 25px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #0071BC;
}

h3 {
	font-size: 14px;
}

#center {
	background-color: #fff;
}

#content {
	min-height: 450px;
	margin: auto;
	margin: 0px auto 0px auto;
	padding: 30px 10px;
	width: 1000px;
}

#content p {
	font-size: 14px;
	color: #333;
	text-align: justify;
}

#index #content {
	background: #fff url(images/demo_2.jpg) no-repeat right top;
}

#index #content p {
	width: 450px;
}

#index h1 {
	margin-bottom: 30px;
}

#index h1 span.motto {
	font-weight: normal;
	font-size: 14px;
	margin-left: 70px;
	color: #999;
}

#portfolio table td {
	vertical-align: top;
	padding: 0px 20px;
}

#portfolio td img {
	border: 1px solid #000;
	background-color: #000;
	display: block;
	padding: 0px 3px;
}

#content a {
	color: #0071BC;
}

#portfolio #left {
	float: left;
	width: 610px;
}

#portfolio #right {
	width: 350px;
	float: right;
}

#services .left, #pricing .left , #portfolio .pleft {
	width: 460px;
	float: left;
	clear: left;
}

#services .right, #pricing .right, #portfolio .pright {
	width: 460px;
	float: right;
	clear: right;
}

#pricing .left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

#pricing .left ul li {
	background-image: url(images/ticky-02.png);
	background-repeat: no-repeat;
	background-position: -5px 0px 0px;
	padding: 7px 0px 0px 30px;
	height: 22px;
}


#pricing .right img {
	border: 1px solid #999;
	padding: 3px;
	margin-top: 25px;
}

#services hr, #pricing hr {
	clear: both;
	color: #d7d7d7;
}

#pricing hr {
	margin-bottom: 20px;
	margin-top: 20px;
}

#pricing span.price {
	background: url(images/nav_blue.png) repeat-x center;
	padding: 10px;
	border: 1px solid #fff;
	outline: 1px solid #d7d7d7;
	color: #fff;
}

#pricing span.features {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
}

#pricing div.leftlist {
	border: 1px solid #fff;
}

#pricing div.rightlist {
	float: right;
	border: 1px solid #fff;
	width: 235px;
}

#pricing div.rightlist h4 {

}

#technical {
	background-color: #0071BC;
	margin-bottom: 30px;
}

#technical div {
	background-color: #fff;
	margin: 2px 7px;
	padding: 10px;
}

#technical h2 {
	margin-top: 0px;
}

#technical p {
	width: 310px;
}

.clear {
	clear: both;
}

#comingsoon {
	color: #f90;
	font-weight: bold;
	font-style: italic;
}


/* Enquiry Form
------------------------------------------------ */


fieldset {
	border: none;
}

fieldset ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

fieldset#yourdetails {
	margin-top: 20px;
}

legend {
	display: none;
}

input {
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 0px;
}

label {
	font-size: 14px;
	color: #0071BC;
}

fieldset li {
	position: relative;
	margin: 4px;
}

input#fullname, input#email, input#phonenumber, input#currentsite {
	float: right;
}


#yourenquiry .textdiv {
	float: right;
}

#yourenquiry .optionsdiv {
	float: left;
}

#yourdetails .detailsdiv {
	width: 350px;
}

#yourdetails .instructionsdiv {
	width: 565px;
	float: right;
}

#yourdetails .instructionsdiv p {
	color: #666;
}

input#submit {
	margin-top: 130px;
}

select {
	margin-top: 10px;
}


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

#footer {
	background: #000 url('images/bubble_website.png') no-repeat bottom right;
	height: 60px;
	border-top: 5px solid #fff; 
	clear: both;
}

#footer p {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
	margin-top: 20px;
}


