/*----- Start "Main definitions" -----*/
* { padding: 0; margin: 0; outline: 0; }

/*----- Start "Clear" -----*/
.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
/*------ End "Clear" ------*/

/*----- Start "Link styles" -----*/
a img { border: 0; }
a { color: #dc1929; text-decoration: underline; }
a:hover { text-decoration: none; }
/*------ End "Link styles" ------*/

/*----- Start "Box positions" -----*/
.center { margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
/*------ End "Box positions" ------*/

/*----- Start "Text positions" -----*/
.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }
/*------ End "Text positions" ------*/

/*----- Start "Images" -----*/
p img { padding: 0; max-width: 100%; }
/*	
Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) 
*/

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 5px 0 2px 15px; display: inline; }
img.alignleft { margin: 5px 15px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/*------ End "Images" ------*/

h1 {
	color: #fff;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 54px;
	letter-spacing: 96%;
	line-height: 130%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 45px;
}
h1 span {
	display: block;
	padding-left: 40px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 96%;
	font-family: "Times New Roman", Georgia, "MS Trebuchet", serif;
	color: #474747;
	font-weight: normal;
	padding-bottom: 24px;
}

/*------ End "Main definitions" ------*/

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 14px;
}
#header {
	margin-bottom: 22px;
	height: 538px;
}
#footer {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	line-height: 170%;
}
#footer a {
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
}
#header .top,
#header .bot {
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#header .top {
////	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/header-top.png) no-repeat 0 0;
}
#header .bot {
	height: 12px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/header-bot.png) no-repeat 0 0;
}
#header .cnt {
	height: 516px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/header-cnt.png) repeat-y 0 0;
	padding: 0 3px;
}
#header .content {
	height: 500px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/header-content.gif) repeat-x 0 0;
	padding: 16px 87px 0 62px;
}
#header .content .left-side {
	float: left;
	display: inline;
	padding-top: 42px;
	width: 553px;
}
.domain-form {
	height: 105px;
	width: 460px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/form-bg.gif) no-repeat 0 0;
	padding: 15px 0 0 26px;
}
.domain-form h3 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 96%;
	padding-bottom: 12px;
}
.domain-form h3 strong {
	font-size: 30px;
	color: #ffe537;
}
.domain-form .arrow {
	float: left;
	display: inline;
	height: 44px;
	width: 41px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/domain-form-arrow.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	margin-top: -2px;
	margin-left: 40px;
	margin-right: 18px;
}
.domain-form .field-place {
	float: left;
	display: inline;
	height: 35px;
	width: 205px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/domain-form-field.gif) no-repeat 0 0;
	margin-right: 8px;
}
.domain-form .field-place .field {
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 20px;
	padding: 5px 5px;
	border: 0;
	width: 195px;
	background: 0;
	color: #666;
}
.domain-form label {
	font-size: 21px;
	color: #fff;
	float: left;
	display: inline;
	padding-top: 10px;
	margin-right: 12px;
}
.domain-form .button {
	float: left;
	display: inline;
	height: 32px;
	width: 43px;
//	background: url(http://a248.e.akamai.net/f/248/45195/1d/getyourtelname.com/css/images/domain-form-button.gif) no-repeat 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #112c8a;
	font-family: Arial, "Trebuchet MS", sans-serif;
	border: 0;
	margin-top: 2px;
	cursor: pointer;
}
.simplebox h3 {
	font-size: 22px;
	letter-spacing: 96%;
	color: #2e2e2e;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", sans-serif;
}
.simplebox { margin-bottom: 20px; }
.simplebox .top { height: 49px; line-height: 49px; padding: 3px 4px 0 4px; }
.simplebox .cnt { padding: 0 4px; width: 982px; }
.simplebox .bot { height: 10px; }
.simplebox h3 { text-align:center; }


#bottombox .top { background: url(images/bottom-box-top.gif) no-repeat 0 0; }
#bottombox .cnt { background: url(images/bottom-box-cnt.gif) repeat-y 0 0; }
#bottombox .bot { height: 10px; background: url(images/bottom-box-bot.gif) no-repeat 0 0; }
#bottombox .left-side {
	float: left;
	display: inline;
	width: 386px;
	padding-left: 67px;
}
#bottombox .right-side {
	width: 528px;
	float: right;
	display: inline;
}
#bottombox .content .right-side {
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	font-family: "Times New Roman", Georgia, "MS Trebuchet", serif;
	padding: 15px 28px 10px 28px;
	width: 472px;
}
.videos {
	padding: 15px 0 15px 40px;
}
.videos .thumbnail {
	float:left;
	margin-right:10px;
}
.videos .article {
	float: left;
	display: inline;
	margin-left:45px;
}
.videos .article p {
	float:left;
	width:100px;
	font-size:15px;
	line-height:18px;
}
.videos .article a {
	color: #666;
	text-decoration: none;
}
.videos .article a strong {
	color:#436c9a;
}

#middlebox .top { background: url(images/middlebox-top.gif) no-repeat 0 0; padding-top: 4px; padding-bottom: 0px; }
#middlebox .bot { height: 10px; background: url(images/middlebox-bot.gif) no-repeat 0 0; }
#middlebox .cnt {
	background: url(images/middlebox-cnt.gif) repeat-y 0 0;
}
#middlebox .left-side {
	width: 409px;
	float: left;
	display: inline;
}
#middlebox .right-side {
	width: 572px;
	float: right;
	display: inline;
}
.articles {
	padding-top: 20px;
	padding-left: 10px;
}
.articles .article {
	float: left;
	display: inline;
	width: 140px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.articles .article h4 {
	font-weight: bold;
	font-size: 15px;
	color: #436c9a;
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height: 120%;
	padding-top: 6px;
}
#expbox {
	width: 516px;
	height: 520px;
	position: relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#expbox img {
	position: absolute;
	bottom: 0px;
	left: 232px;
	display: block;
	width: 322px;
	height: 520px;
}
#expbox .left-boxes {
	position: absolute;
	left: 113px;
	top: 58px;
	height: 440px;
	width: 138px;
}
#expbox .right-boxes {
	position: absolute;
	right: 0;
	top: 58px;
	height: 410px;
	width: 196px;
}
#expbox .box {
	position: absolute;
	top: -5px;
	line-height: 120%;
	height: 66px;
}
#expbox .left-boxes .box {
	left: 12px;
	width: 100px;
}
#expbox .right-boxes .box {
	right: -125px;
	width: 106px;
}

/*----- Start "Bubbles Roundeds" -----*/
#expbox .box .bubble-top,
#expbox .box .bubble-bot {
	height: 9px;
	line-height: 0;
	font-size: 0;
	text-indent: -4000px;
}
#expbox .left-boxes .box .bubble-top {
	background: url(images/small-bubble-top.gif) no-repeat 0 0;
}
#expbox .left-boxes .box .bubble-bot {
	background: url(images/small-bubble-bot.gif) no-repeat 0 0;
}
#expbox .right-boxes .box .bubble-top {
	background: url(images/big-bubble-top.gif) no-repeat 0 0;
}
#expbox .right-boxes .box .bubble-bot {
	background: url(images/big-bubble-bot.gif) no-repeat 0 0;
}
#expbox .box .bubble-cnt {
	background: #ffefb5;
	border-left: solid 1px #ffd233;
	border-right: solid 1px #ffd233;
	padding-left: 12px;
	padding-right: 6px;
}
/*------ End "Bubbles Roundeds" ------*/

/*----- Start "Bubbles Positions" -----*/
#expbox #bubble-2 {
	top: 135px;
}
#expbox #bubble-3 {
	top: 300px;
}
#expbox #bubble-5 {
	top: 136px;
}
#expbox #bubble-6 {
	top: 304px;
}
/*------ End "Bubbles Positions" ------*/


/*----- Start "Bubbles Arrows" -----*/
#expbox .arrow { 
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
}
#expbox .left-boxes .arrow {
	right: -38px;
	width: 39px;
}
#expbox #bubble-1 .arrow {
	background: url(images/bubble-1.gif) no-repeat 0 0;
	height: 10px;
	top: 17px;
}
#expbox #bubble-2 .arrow {
	background: url(images/bubble-2.gif) no-repeat 0 0;
	height: 30px;
	top: 41px;
}
#expbox #bubble-3 .arrow {
	background: url(images/bubble-3.gif) no-repeat 0 0;
	height: 22px;
	top: 14px;
}
#expbox #bubble-4 .arrow {
	background: url(images/bubble-4.gif) no-repeat 0 0;
	height: 12px;
	width: 91px;
	top: 50px;
	left: -90px;
}
#expbox #bubble-5 .arrow {
	background: url(images/bubble-5.gif) no-repeat 0 0;
	height: 18px;
	width: 62px;
	top: 15px;
	left: -61px;
}
#expbox #bubble-6 .arrow {
	background: url(images/bubble-6.gif) no-repeat 0 0;
	height: 11px;
	width: 43px;
	left: -42px;
	top: 30px;
}
/*------ End "Bubbles Arrows" ------*/
